Learn R Programming

⚠️There's a newer version (0.1.3) of this package.Take me there.

cheese (version 0.0.2)

Tools for Intuitive and Flexible Statistical Analysis Workflows

Description

Contains flexible and intuitive functions to assist in carrying out tasks in a statistical analysis and to get from the raw data to presentation-ready results. A user-friendly interface is used in specialized functions that are aimed at common tasks such as building a univariate descriptive table for variables in a dataset. These high-level functions are built on a collection of low(er)-level functions that may be useful for aspects of a custom statistical analysis workflow or for general programming use.

Copy Link

Version

Install

install.packages('cheese')

Monthly Downloads

336

Version

0.0.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Alex Zajichek

Last Published

January 24th, 2020

Functions in cheese (0.0.2)

heart_disease

Heart Disease
univariate_associations

Compute association metrics between any number of variables
stretch

Stretch one or variables over many columns by one or more keys
univariate_table

Create a custom univariate summary for a dataset
divide

Divide a data frame into a list by any number of variables.
%>%

Pipe operator
typly

Apply function(s) to elements conforming to specified type(s)
stratiply

Stratify a data frame, apply a function to each strata, and collect results
absorb

Absorb values of a key-value pair into an arbitrary character string containing keys
dish

Dish out a function to combinations of variables
type_match

Check if an object is at least one (or none) of the specified types
descriptives

Compute descriptive statistics on columns of a data frame.