README.md

STAT302package

R-CMD-check codecov

The goal of STAT302package is to ...

Installation

To download the STAT302package package, use the code below.

install.packages("STAT302package")
library(STAT302package)

Alternatively, you can install the development version directly from GitHub.

# install.packages("devtools")
devtools::install_github("anna-vasyura/STAT302package")
library(STAT302package)

Use

The vignette contains tutorials for all of the main functions. Please let me know if you run into any issues, or if something is missing. You can acess the vignette with the following code:

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


anna-vasyura/STAT302package documentation built on Dec. 19, 2021, 3:39 a.m.