install.packages("devtools")
install.packages("openintro")
devtools::install_github('jbryer/IS606')
install.packages("mnormt")
require(devtools)
install_github('likert', 'jbryer')
please note that the videos and literature show IS606 but the correct is DATA606
library(DATA606)
library('IS606') - Load the package
vignette(package='IS606') - Lists vignettes in the IS606 package
vignette('os3') - Loads a PDF of the OpenIntro Statistics book
data(package='IS606') - Lists data available in the package
getLabs() - Returns a list of the available labs
viewLab('Lab0') - Opens Lab0 in the default web browser
startLab('Lab0') - Starts Lab0 (copies to getwd()), opens the Rmd file
shiny_demo() - Lists available Shiny apps