StatsTools is a package of statistics functions written as part of the STAT302 class at the University of Washington.
You can install StatsTools from Github with:
# install.packages("devtools")
devtools::install_github("marcradke/StatsTools")
library(StatsTools)
For an overview of all functions in the package, create and view the vignette with:
devtools::install_github("marcradke/StatsTools", build_vignette = TRUE, build_opts = c())
library(StatsTools)
# Use this to view the vignette in the StatsTools HTML help
help(package = "StatsTools", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "StatsTools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.