*Note: All section numbers come from our text, “R For Data Science”.
Thursday 8/29
- Intro to class, syllabus day
- Intro to R and RStudio
Friday 8/30
- 12.2: Tidy data
- 5.1: Data Types
- 4.2: Coding basics
- Dataframe, class(), $
- Assigmnent: <-
- Functions
- 5.2: dplyr (the mighty six) [ctd next time]
Monday 9/2
- Chapter 5: The six dplyr functions:
filter(), select(), arrange(), mutate(), group_by(), and summarise()
Wednesday 9/4
- Read: “Section 5.5” in our book, study the examples with
mutate()
count(), mutate()
- Babynames data exercise
Thursday 9/5
- Begin Lab 1.
- This Thurs will be our first “real” lab day.
- You’ll have the whole period to work on your project.