Intro-to-R-Fall2020

R for Reproducible Scientific Analysis

About

Schedule

Code of Conduct

View the Project on GitHub abcsFrederick/Intro-to-R-Fall2020

Schedule

The schedule will approximately follow the outline here, but some changes have been made. Follow topic links to the Software Carpentry materials. Links to R code and other materials from each session will be shared after each weekly session.

Week Topics Code Recordings
1 Introduction to R and RStudio,
Project Management with RStudio,
Seeking Help
Intro_to_R.R,
Getting Help
Video
2 Data Structures Week 2 code  
3 Exploring Data Frames,
Subsetting Data
Data Frame Notes
Subsetting Code
Video
4 Creating Publication-Quality Graphics with ggplot2 Randy’s Code
Amy’s Code
George’s Code
Video
5 Writing Data,
Dataframe Manipulation with dplyr
George’s Code
Amy’s Code
Randy’s Code
Video
6 Vectorization,
Control Flow
Amy’s code,
George’s code
Randy’s code
Video