Hosted by Virginia Education Science Training (VEST) Program at UVA
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
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
.