README.md

stat302package

R-CMD-check codecov

The goal of stat302package is to ...

Installation

You can install the stat302package from GitHub with:

# install.packages("devtools")
devtools::install_github("irenshaw99/stat302package")
library(stat302package)

# Alternatively, install using these additional parameters to view the vignettes
devtools::install_github("irenshaw99/stat302package", build_vignette = TRUE, build_opts = c())

Use

The vignette gives a tutorial on how to use the 4 main functions of this package. The vignette can be viewed using this code:

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


irenshaw99/stat302package documentation built on Dec. 20, 2021, 7:59 p.m.