exwProject3 is a demonstration of several tools for statistical inference and prediction learned in STAT 302 at the University of Washington. Functions for linear modeling, t-testing, k-nearest neighbors and random forest cross validation are included.
To download the exwProject3 package, use the code below.
install.packages("exwProject3")
library(exwProject3)
Alternatively, you can install the development version directly from GitHub.
# install.packages("devtools")
devtools::install_github("ElliotWinters/exwProject3")
library(exwProject3)
The vignette demonstrates example usage of all main functions. You can see the vignette by using the following code:
library(exwProject3)
# Use this to view the vignette in the exwProject3 HTML help
help(package = "exwProject3", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "exwProject3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.