The goal of myfirstpackage is to perform statistical inference and prediction methods on a variety of data. The methods included are t-test, linear regression, k-nearest neighbors with cross validation, and random forests with cross validation.
You can install the package through GitHub using
devtools::install_github("CamSims/myfirstpackage")
To view the vignette:
devtools::install_github("CamSims/myfirstpackage", build_vignette = TRUE, build_opts = c())
library("myfirstpackage")
# Use this to view the vignette in the myfirstpackge HTML help
help(package = "myfirstpackage", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "myfirstpackage")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.