README.md

StatsTools

R-CMD-check codecov

StatsTools is a package of statistics functions written as part of the STAT302 class at the University of Washington.

Installation

You can install StatsTools from Github with:

# install.packages("devtools")
devtools::install_github("marcradke/StatsTools")
library(StatsTools)

Use

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")


marcradke/StatsTools documentation built on Dec. 21, 2021, 1:51 p.m.