Found 277 packages in 0.02 seconds
A Tidy Interface for Simulating Multivariate Data
Provides pipe-friendly (%>%) wrapper functions for MASS::mvrnorm() to create simulated multivariate data sets with groups of variables with different degrees of variance, covariance, and effect size.
A Tidy Format Datasets of Dengue by Country
Provides a weekly, monthly, yearly summary of dengue cases by state/ province/ country.
A Tidy Interface to the 'Walk Score' API
Easily collect walk scores, bike scores, and transit scores (where available) from the 'Walk Score' API < https://www.walkscore.com/professional/api.php>, a proprietary API that assigns locations a walkability score between 0 and 100.
Tidy Multiverse Analysis Made Simple
Extends 'multiverse' package
(Sarma A., Kale A., Moon M., Taback N., Chevalier F., Hullman J., Kay M., 2021)
Tidy Schema Validation for Data Frames
Validate data.frames against schemas to ensure that data matches expectations. Define schemas using 'tidyselect' and predicate functions for type consistency, nullability, and more. Schema failure messages can be tailored for non-technical users and are ideal for user-facing applications such as in 'shiny' or 'plumber'.
Core Tools for Packages in the 'fable' Framework
Provides tools, helpers and data structures for developing models and time series functions for 'fable' and extension packages. These tools support a consistent and tidy interface for time series modelling and analysis.
Functions for Tidy Analysis and Generation of Random Data
To make it easy to generate random numbers based upon the underlying stats distribution functions. All data is returned in a tidy and structured format making working with the data simple and straight forward. Given that the data is returned in a tidy 'tibble' it lends itself to working with the rest of the 'tidyverse'.
Tidy Methods for Bayesian Treatment Effect Models
Functions for extracting tidy data from Bayesian treatment effect models, in particular BART, but extensions are possible. Functionality includes extracting tidy posterior summaries as in 'tidybayes' < https://github.com/mjskay/tidybayes>, estimating (average) treatment effects, common support calculations, and plotting useful summaries of these.
String Distance Calculation with Tidy Data Principles
Calculation of string distance following the tidy data principles. Built on top of the 'stringdist' package.
Expand Tidy Output for Categorical Parameter Estimates
Create additional rows and columns on broom::tidy() output to allow for easier control on categorical parameter estimates.