This package provides R tools for methods covered in the course STAT 509 "Statistics for Engineers" at the University of South Carolina.
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!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.