The FirstPackage is a package consist of statistical analysis function for the course STAT302 in University of Washington. The functions are my_t.test, my_lm, my_knn_cv, and my_rf_cv.
You can install the Demo package using the following line below:
#library(devtools)
devtools::install_github("anasmuhd/FirstPackage", build_vignette = TRUE, build_opts = c())
library(FirstPackage)
This package contain vignette that will elaborate the usage of all functions. You can view the vignette by using the following code:
# Use this to view the vignette in the Demo HTML help
help(package = "FirstPackage", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "FirstPackage")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.