Lecture 10
Duke University
STA 199 - Spring 2024
2024-02-20
Questions from prepare materials?
If you missed lab yesterday, get in touch with your team ASAP! Read over the team contract they developed and sign it.
Start thinking about the datasets you’ll include in your proposal.
and a brief demo!
Outlined at https://sta199-s24.github.io/project/description.html#grading.
Each milestone has points associated with it.
Additionally there are points allocated to reproducibility and organization as well as teamwork (to be measured by within team peer evaluations three times throughout the semester).
Most important thing you can do today for your project: Block off agreed times in your calendar!
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 projectsWhat is the story in this visualization?
ae-08-data-import
ae
.ae-08-data-import.qmd
and render it.Are these data tidy? Why or why not?
What “data moves” do we need to go from the original, non-tidy data to this, tidy one?
ae-08-data-import
ae
.ae-08-data-import.qmd
.