The goal of stat302package is to ...
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())
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.