Week 3

Wednesday

Covered content

  • Go over some sample responses from Lab 1
  • Plicker questions over Chapter 3
  • Review Chapter 3
  • Make sure ggplot2 package is installed (Switch to R 3.2!)
  • Walk through copying chunks of Chapter 4 into your own R Markdown file
  • Time in class to ask questions about Lab 1

To do for next time

  • Read Sections 4.1-4.3 of MODERN DIVE textbook
  • Begin Lab 2
    • Lab 2 draft due on Tuesday at 3 PM
    • Make sure to Knit to HTML for full credit
    • You must attempt all exercises in the lab for credit. “I don’t know how to do this.” or “I’m not sure.” are not valid reasons. I’m here to help, but you have to take the initiative to reach out to me!
  • Complete PS4 by 10 AM on Monday

Getting Lab 2 (IN PARTNERS)

  • First create a new folder called lab2 in your LastnameFirstname folder by clicking the New Folder button in the Files tab in the lower right of RStudio
  • To obtain the lab, copy the following R code into the Console:

      file.copy(from = "/shared/isma5720@pacificu.edu/lab2.Rmd",
                to = "/home/EMAIL/LastnameFirstname/lab2")
    

    where EMAIL is your Pacific email (mine is isma5720@pacificu.edu) and LastnameFirstname is where you have shared your RStudio project with me (mine is IsmayChester).

  • You now can work on the lab2.Rmd file and save your results there.
  • You’ll only turn in one lab per your group/partners. Tell me on Monday during class who is your partner and where Lab 2 will be located.

Monday

Covered content

  • Quiz 1 individually and with partners
  • Go over Quiz 1
  • Link to your grades: https://ismay.shinyapps.io/soc301_grades/
  • Talk about good versus bad emails to me asking for help
  • Review Tidy Data I
  • Answer Lab 1 questions

To do for next time

  • Read Chapter 3 of MODERN DIVE textbook again
    • Quiz yourself as you read over LC3.1 - LC3.6 again before you continue reading
  • Complete RQ3.1 - RQ3.7 and other questions in PS3 by 10 AM on Wednesday
  • Finish Lab 1
    • Lab 1 draft due on Tuesday at 3 PM
    • Make sure to Knit to HTML for full credit
    • You must attempt all exercises in the lab for credit. “I don’t know how to do this.” or “I’m not sure.” are not valid reasons. I’m here to help, but you have to take the initiative to reach out to me!
  • Look over comments denoted with **CHESTER: ** in your Rmd file. I will let you know via email when comments are available.
  • DO NOT delete my comments or your old responses. Answer below my comments with your new answers.