An R package for the teaching of statistics, created at Georgetown College in Kentucky, USA.
You can download the package from CRAN:
install.packages("tigerstats")
or the latest version from Git Hub by first installing package devtools
from CRAN and then running:
devtools::install_github("homerhanumat/tigerstats",build_vignettes=TRUE)
If you are here for source code for a Shiny app, look in in the inst directory above.
Begin with the package vignette "Teaching with Tigerstats."