README.md

project3package

R-CMD-check codecov

The R package is a package for my STAT 302 class at UW for Winter Quarter 2021. It contains implementations of 4 statistics functions: t test, linear model fit, k-nearest-neighbors cross validation prediction, and random forest cross validation prediction.

Installation

You can install this package from GitHub:

# install.packages("devtools")
devtools::install_github("BenjaminLowry/project3package", build_vignette = TRUE, build_opts = c())
library(project3package)

Use

This package contains a vignette that gives usage examples for all the functions contained in this package. Below are the ways you can view this vignette:

# Use this to view the vignette in the project3package HTML help
help(package = "project3package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "project3package")


BenjaminLowry/project3package documentation built on March 21, 2021, 4:34 a.m.