Description
Functions for Statistics Classes at Carleton College.
Description
Includes commands for bootstrapping and permutation tests, a command for created grouped bar plots, and a demo of the quantile-normal plot for data drawn from different distributions.
README.md
CarletonStats
The CarletonStats package includes commands for bootstrapping and permutation tests used in Stat 120 at Carleton College. Additional commands of interest include a command for creating grouped bar plots, and a demo of the quantile-normal plot for data drawn from different distributions.
Installation
You can install the development version of CarletonStats from GitHub with:
# install.packages("devtools")
devtools::install_github("aloy/CarletonStats")