The goal of stat302package is to perform t-test, linear model regression, k-nearest-neighbors algorithm and random forest algorithm on given data.
You can install the the package from GitHub using:
devtools::install_github("https://github.com/RuofengT/stat302package")
The vignette demonstrates example usage of all main functions. To view the vignettes:
devtools::install_github("RuofengT/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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.