README.md

exwProject3

R-CMD-check codecov

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.

Installation

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)

Use

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


ElliotWinters/exwProject3 documentation built on Dec. 17, 2021, 6:26 p.m.