Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 3.12 KB

schedule.md

File metadata and controls

46 lines (36 loc) · 3.12 KB

#Instructors Guide for GPS Intro to R

Time/Date: noon-1:30, M/W (unless noted) Room: ??

Course Website

We will use gh-pages to publish the syllabus and assignments/code.

Course github: tbd

Teaching with the lessons

We'll use RStudio to teach and live code. Read and work through the lessons below and then use as scripts for the classes you teach. After class, put up your live code script into the github repo. We won't provide the links to these lessons to the students until after each class. Because the lessons provide solutions and challeges we will use in the course, we probably will want to create adapted verisons in our repo.

Lesson Source

Lessons will come from Software Carpentry Lesson R for Reproducible Scientific Analysis http://swcarpentry.github.io/r-novice-gapminder/.

GitHub source for R Course: https://github.com/swcarpentry/r-novice-gapminder
Instructors guide: http://swcarpentry.github.io/r-novice-gapminder/instructors.html

  1. Jan.4 - Setup & Intro (Tim)
  1. Jan. 6 - Data structures/subsetting (Hyeonsu)
  1. Jan. 11 - Functions (Tim)
  1. Jan. 13 - Plotting, control flow & writing data (Hyeonsu)
  1. Jan. 18 - Data preparation & cleaning (tim)
  1. Jan. 20 - Data cleaning (Hyeonsu)