Lecture 10
Duke University
STA 199 - Fall 2025
September 25, 2025
Did you get my Week 5 nudge email?
Scan the QR code or go to app.wooclap.com/sta199. Log in with your Duke NetID.
Week 5 nudges
Wooclap scores on Gradebook on Canvas
Start thinking about your project teams:
ae-08-durham-climate-factors
Go to your ae project in RStudio.
Open ae-08-durham-climate-factors.qmd
and pick up at “Pivot”.
read_csv()
read_tsv()
, read_delim()
, etc.read_excel()
read_sheet()
– We haven’t covered this in the videos, but might be useful for your projectsRead an Excel file, with all its Excel-ness
Split it into subsets based on features of the data
Write out subsets as CSV files
Identify and articulate one feature of the data based on this visualization.
Go to your ae project in RStudio.
If you haven’t yet done so, make sure all of your changes up to this point are committed and pushed, i.e., there’s nothing left in your Git pane.
If you haven’t yet done so, click Pull to get today’s application exercise file: ae-08-age-gaps-import.qmd.
Work through the application exercise in class, and render, commit, and push your edits.