descriptr
Overview
The goal of descriptr is to ease the process of generating descriptive statistics and exploring statistical distributions.
Installation
# install descriptr from CRAN
install.packages("descriptr")
# the development version from github
# install.packages("devtools")
devtools::install_github("rsquaredacademy/descriptr")
Usage
Descriptive Statistics
The following functions are available for generating descriptive statistics:
summary_stats
cross_table
freq_table
freq_cont
group_summary
oway_tables
tway_tables
Explore Distributions
Functions have been defined to visualize and compute percentiles/probabilities for the following distributions:
- Normal
- Binomial
- Chi Square
- F
- t
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.