Skip to content

nickv23/stat302project2

Repository files navigation

Travis build status Codecov test coverage

Installation

To download the stat302project2 package, use the code below.

# install.packages("devtools")
devtools::install_github("nickv23/stat302project2")
library(stat302project2)

Use

The vignette demonstrates example usage of all main functions. You can see the vignette by using the following code (note that this requires a TeX installation to view properly):

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages