Install “devtools”

install.packages("devtools")

Install “openintro”

install.packages("openintro")

Install “jbryer/IS606” from GitHub

devtools::install_github('jbryer/IS606')

Install ‘likert’, ‘jbryer’ from GitHub

Install “mnormt”

install.packages("mnormt")

Install ‘likert’, ‘jbryer’

require(devtools)
install_github('likert', 'jbryer')

Important Functions

How to load the package

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