Day 1 Agenda



WELCOME!

  1. Instructor introductions
  2. Day 1 review quiz
    • Questions and other review topics
  3. Start a new R project
    • Create an R script
  4. Exercise 1
    • Reading in data from .CSV
    • Using glimpse and summary functions
    • Using filter to match rows to conditions
    • Writing data back to .CSV
  5. Tidy Data Quiz

10-minute Break

  1. Exercise 2
    • Reading in data from not a .CSV
    • Introduction to which and unique
    • How does an NA value affect filter
    • Calculating summary statistics for groups
  2. Q/A Time!



day1