README.md

STAT302package

R-CMD-check codecov

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.

Use

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")

Installation

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)


eunicezh/STAT302package documentation built on Dec. 20, 2021, 6:43 a.m.