README.md

STAT302package

R-CMD-check codecov

STAT302package includes an assortment of functions for statistical inference and prediction.

Installation

You can install the package through GitHub using:

devtools::install_github("adammcbroom/STAT302package")
library(STAT302package)

Use

To view the vignette:

devtools::install_github("adammcbroom/STAT302package", build_vignette = TRUE, build_opts = c())
library(STAT302package)
# Use this to view the vignette in the STAT302package HTML help
help(package = "STAT302package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "STAT302package")


adammcbroom/STAT302package documentation built on Dec. 18, 2021, 10:25 p.m.