Found 275 packages in 0.01 seconds
Tidy Epidemiological Rates
Compute age-adjusted rates by direct and indirect methods and other epidemiological indicators in a tidy way, wrapping functions from the 'epitools' package.
A Tidy Implementation of Heatmap
This is a tidy implementation for heatmap. At the moment it is based on the (great) package 'ComplexHeatmap'. The goal of this package is to interface a tidy data frame with this powerful tool. Some of the advantages are: Row and/or columns colour annotations are easy to integrate just specifying one parameter (column names). Custom grouping of rows is easy to specify providing a grouped tbl. For example: df %>% group_by(...). Labels size adjusted by row and column total number. Default use of Brewer and Viridis palettes.
Tidy Analysis of Wikipedia
Access 'Wikipedia' through the several 'MediaWiki' APIs (< https://www.mediawiki.org/wiki/API>), as well as through the 'XTools' API (< https://www.mediawiki.org/wiki/XTools/API>). Ensure your API calls are correct, and receive results in tidy tibbles.
Make Tidy Bins
Multiple ways to bin numeric columns with a tidy output. Wraps a variety of existing binning methods into one function, and includes a new method for binning by equal value, which is useful for sales data. Provides a function to automatically summarize the properties of the binned columns.
Tidy Consultant Universe
Loads the 5 packages in the Tidy Consultant Universe. This collection of packages is useful for anyone doing data science, data analysis, or quantitative consulting. The functions in these packages range from data cleaning, data validation, data binning, statistical modeling, and file exporting.
A Tidy Implementation of 'ESTIMATE'
The 'ESTIMATE' package infers tumor purity from expression data as a
function of immune and stromal infiltrate, but requires writing of intermediate
files, is un-pipeable, and performs poorly when presented with modern datasets
with current gene symbols. 'tidyestimate' a fast, tidy, modern reimagination of
'ESTIMATE' (2013)
Tidy Flowchart Generator
Creates participant flow diagrams directly from a dataframe. Representing the flow of participants through each stage of a study, especially in clinical trials, is essential to assess the generalisability and validity of the results. This package provides a set of functions that can be combined with a pipe operator to create all kinds of flowcharts from a data frame in an easy way.
Tidy Tuning Tools
The ability to tune models is important. 'tune' contains functions and classes to be used in conjunction with other 'tidymodels' packages for finding reasonable values of hyper-parameters in models, pre-processing methods, and post-processing steps.
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.