README.md

myfirstpackage

R-CMD-check codecov

The goal of myfirstpackage is to perform statistical inference and prediction methods on a variety of data. The methods included are t-test, linear regression, k-nearest neighbors with cross validation, and random forests with cross validation.

Installation

You can install the package through GitHub using

devtools::install_github("CamSims/myfirstpackage")

Use

To view the vignette:

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


CamSims/myfirstpackage documentation built on Dec. 17, 2021, 1:56 p.m.