Learn R Programming

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

cheese (version 0.0.3)

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

248

Version

0.0.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Alex Zajichek

Last Published

February 12th, 2020

Functions in cheese (0.0.3)

descriptives

Compute descriptive statistics on columns of a data frame.
univariate_associations

Compute association metrics between any number of variables
univariate_table

Create a custom univariate summary for a dataset
stretch

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

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

Pipe operator
type_match

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

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

Dish out a function to combinations of variables
stratiply

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

Heart Disease
typly

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