Skip to content

Exploratory data analysis and statistics with LearnR for OHSU Data Science Institute

Notifications You must be signed in to change notification settings

lgrayp/DSIExplore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial for OHSU Data Science Institute

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.

About

Exploratory data analysis and statistics with LearnR for OHSU Data Science Institute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.7%
  • R 1.3%