Lecture 10
2024-06-03
Four milestones
Details outlined at https://sta199-summer24.github.io/project/.
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
.ae-09