stat545ubc-2021/packageAditi: Easy computation of summary statistics for dataframe columns

This package contains a function called dplyr_bundle. This function calculates the summary statistics such as mean and range for a numerical variable grouped by a categorical variable (both of which are your choice) from an input dataset. It uses the dplyr functions group_by and summarise to output a tibble or data frame depending on your input data type class.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("stat545ubc-2021/packageAditi")
stat545ubc-2021/packageAditi documentation built on Dec. 23, 2021, 5:26 a.m.