Workshop on R

May 2018

Hosted by Virginia Education Science Training (VEST) Program at UVA

Overview
Schedule
Getting started
Modules
Data

Modules

Workshop modules are listed in order of the schedule. The R script () and data () used to create each module will be linked at the top of the page. Alternately, all scripts and data may be

Directory structure

All modules assume the following directory structure:

rworkshop/
|
|__ data/
|   |
|   |-- module1.data
|   |-- module2.data
|   |...
|
|__ scripts/
|   |
|   |-- module1.R
|   |-- module2.R
|   |...

For all scripts, the working directory should be path/to/scripts.