The goal of project3 is to create a new package containing linear model, random forest model, t-test, knn model functions
You can install the released version of project3 from Github
devtools::install_github("SabrinaYuY/project3")
library(project3)
# Use this to view the vignette in the Demo HTML help
help(package = "project3", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "project3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.