Found 277 packages in 0.02 seconds
Tidy Model Stacking
Model stacking is an ensemble technique that involves training a model to combine the outputs of many diverse statistical models, and has been shown to improve predictive performance in a variety of settings. 'stacks' implements a grammar for 'tidymodels'-aligned model stacking.
Easily Install and Load the 'Tidymodels' Packages
The tidy modeling "verse" is a collection of packages for modeling and statistical analysis that share the underlying design philosophy, grammar, and data structures of the tidyverse.
Tidy Finance Helper Functions
Helper functions for empirical research in financial
economics, addressing a variety of topics covered in Scheuch, Voigt,
and Weiss (2023)
Working with Sets the Tidy Way
Implements a class and methods to work with sets, doing intersection, union, complementary sets, power sets, cartesian product and other set operations in a "tidy" way. These set operations are available for both classical sets and fuzzy sets. Import sets from several formats or from other several data structures.
Tidy Standardized Mean Differences
Tidy standardized mean differences ('SMDs'). 'tidysmd' uses the 'smd' package to calculate standardized mean differences for variables in a data frame, returning the results in a tidy format.
Tidy Bayesian Vector Autoregression
Functions to prepare tidy objects from estimated models via 'BVAR'
(see Kuschnig & Vashold, 2019
A Tidy Solution for Epidemiological Data
Offers a tidy solution for epidemiological data. It houses a range of functions for epidemiologists and public health data wizards for data management and cleaning.
A Tidy Wrapper Around 'gtrendsR'
Access Google Trends information. This package provides a tidy wrapper to the 'gtrendsR' package. Use four spaces when indenting paragraphs within the Description.
Tidy Data Validation Reports
Tools for creating data validation pipelines and tidy reports. This package offers a framework for exploring and validating data frame like objects using 'dplyr' grammar of data manipulation.
Heatmaps from Tidy Data
The goal of 'tidyheatmaps' is to simplify the generation of publication-ready heatmaps from tidy data. By offering an interface to the powerful 'pheatmap' package, it allows for the effortless creation of intricate heatmaps with minimal code.