The goal of STAT302package is to use the Hypothesis Testing and Statistical Prediction Algorithms (K-nearest neighbor and Random Forest) to produce inference and prediction.
The vignette demonstrates example usage of all main functions. Please file an issue if you have a request for a tutorial that is not currently included. You can see the vignette by using the following code:
library(STAT302package)
# Use this to view the vignette in the corncob HTML help
help(package = "STAT302package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "STAT302package")
You can install the package from the following line:
devtools::install_github("eunicezh/STAT302package", build_vignette = TRUE, build_opts = c())
library(STAT302package)
## my_t.test(my_gapminder$lifeExp, "two.sides", 60)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.