README.md

stat302package

R-CMD-check codecov

The goal of stat302package is to perform t-test, linear model regression, k-nearest-neighbors algorithm and random forest algorithm on given data.

Installation

You can install the the package from GitHub using:

devtools::install_github("https://github.com/RuofengT/stat302package")

Use

The vignette demonstrates example usage of all main functions. To view the vignettes:

devtools::install_github("RuofengT/stat302package", build_vignette = TRUE, build_opts = c())
library(stat302package)
# Use this to view the vignette in the stat302package HTML help
help(package = "stat302package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "stat302package")


RuofengT/stat302package documentation built on Dec. 18, 2021, 11:54 a.m.