Found 260 packages in 0.02 seconds
Download and Tidy IPC and CH Data
Utilities to access Integrated Food Security Phase Classification (IPC) and Cadre Harmonisé (CH) food security data. Wrapper functions are available for all of the 'IPC-CH' Public API (< https://docs.api.ipcinfo.org>) simplified and advanced endpoints to easily download the data in a clean and tidy format.
A Tidy Framework for Changepoint Detection Analysis
Changepoint detection algorithms for R are widespread but have different interfaces and reporting conventions. This makes the comparative analysis of results difficult. We solve this problem by providing a tidy, unified interface for several different changepoint detection algorithms. We also provide consistent numerical and graphical reporting leveraging the 'broom' and 'ggplot2' packages.
A Tidy Implementation of the Synthetic Control Method
A synthetic control offers a way of evaluating the effect of an intervention in comparative case studies. The package makes a number of improvements when implementing the method in R. These improvements allow users to inspect, visualize, and tune the synthetic control more easily. A key benefit of a tidy implementation is that the entire preparation process for building the synthetic control can be accomplished in a single pipe.
Simple Conjoint Tidying, Analysis, and Visualization
Simple tidying, analysis, and visualization of conjoint (factorial) experiments, including estimation and visualization of average marginal component effects ('AMCEs') and marginal means ('MMs') for weighted and un-weighted survey data, along with useful reference category diagnostics and statistical tests. Estimation of 'AMCEs' is based upon methods described by Hainmueller, Hopkins, and Yamamoto (2014)
A Tidy Interface to the 'Valhalla' Routing Engine
An interface to the 'Valhalla' routing engine’s application programming interfaces (APIs) for turn-by-turn routing, isochrones, and origin-destination analyses. Also includes several user-friendly functions for plotting outputs, and strives to follow "tidy" design principles. Please note that this package requires access to a running instance of 'Valhalla', which is open source and can be downloaded from < https://github.com/valhalla/valhalla>.
Tidy Estimation of Heterogeneous Treatment Effects
Estimates heterogeneous treatment effects using tidy semantics
on experimental or observational data. Methods are based on the doubly-robust
learner of Kennedy (n.d.)
Tidy Tools for Visualizing Mixture Models
The main function, plot_mm(), is used for (gg)plotting output from mixture models, including both densities and overlaying mixture weight component curves from the fit models in line with the tidy principles. The package includes several additional functions for added plot customization. Supported model objects include: 'mixtools', 'EMCluster', and 'flexmix', with more from each in active dev. Supported mixture model specifications include mixtures of univariate Gaussians, multivariate Gaussians, Gammas, logistic regressions, linear regressions, and Poisson regressions.
Tidy Dataframes and Expressions with Statistical Details
Utilities for producing dataframes with rich details for the
most common types of statistical approaches and tests: parametric,
nonparametric, robust, and Bayesian t-test, one-way ANOVA, correlation
analyses, contingency table analyses, and meta-analyses. The functions
are pipe-friendly and provide a consistent syntax to work with tidy
data. These dataframes additionally contain expressions with
statistical details, and can be used in graphing packages. This
package also forms the statistical processing backend for
'ggstatsplot'. References: Patil (2021)
Weighted Tidy Log Odds Ratio
How can we measure how the usage or frequency of some
feature, such as words, differs across some group or set, such as
documents? One option is to use the log odds ratio, but the log odds
ratio alone does not account for sampling variability; we haven't
counted every feature the same number of times so how do we know which
differences are meaningful? Enter the weighted log odds, which
'tidylo' provides an implementation for, using tidy data principles.
In particular, here we use the method outlined in Monroe, Colaresi,
and Quinn (2008)
Tidy Up Date/Time Ranges
Collapse, partition, combine, fill gaps in and expand date/time ranges.