By Jessica Minnier and Ted Laderas
This is the repository for the Exploratory Data Analysis and Statistics workshops for the OHSU Data Science Institute.
To run this, you'll need to do the following:
install.packages("devtools")
library(devtools)
install_github("laderast/DSIExplore")
To run the tutorials, you will then use the following commands:
learnr::run_tutorial("categoricalData", package = "DSIExplore")
learnr::run_tutorial("continuousData", package = "DSIExplore")
This material is released under an Apache 2.0 License.