04:00
Lecture 2
Duke University
STA 199 - Spring 2024
2024-01-18
Questions from the prepare materials?
Almost half of the class mentioned being nervous about coding – you’re not alone! 💙
A good number of students mentioned being nervous about being new to stats + data science – you’re also not alone! 💜
Visibility of text on slides: Cranked up font size! 💛
About exams: No coding on the in class (time-limited) exam + there will be practice exams
About teams: Peer evaluations + milestones throughout semester
Grading criteria: Scale of 0-4 for each exercise on lab + more details in lab instructions
Hardware: Code running on university containers
GitHub is the home for your Git-based projects on the internet – like DropBox but much, much better
We will use GitHub as a platform for web hosting and collaboration (and as our course management system!)
Just one option for now:
Sit back and enjoy the show!
Discuss the following for the visualization.
04:00
ae-02-bechdel-dataviz
ae
repo (repo name will be suffixed with your GitHub name).ggplot()
.+
s.color = binary
vs. color = "pink"
.facet_wrap()
when faceting (creating small multiples) by one variable and facet_grid()
when faceting by two variables.