README.md

StatEngin

This package provides R tools for methods covered in the course STAT 509 "Statistics for Engineers" at the University of South Carolina.

Installation

You need to install the R package "devtools" first.

install.packages("devtools")

Then run these two lines to install the StatEngin package.

library(devtools)
install_github("Harrindy/StatEngin",force=TRUE)

Load the package.

library(StatEngin)

Now, you are good to go!



Harrindy/StatEngin documentation built on June 3, 2020, 6:16 p.m.