04:00
Lecture 2
2024-05-20
Don’t be intimidated! Anyone can code!
If you have not yet accepted the invite to join the course GitHub Organization, please do so asap!
Office hours + locations are now linked at https://sta199-summer24.github.io/. Please let me know if you aren’t able to attend any of them.
ae
repo for each application exercise this week.More than 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! 💜
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-5 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! Remember you can access our github classroom through the course website.
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.geom_XXX()
options: ggplot2.tidyverse.org/reference/!color = binary
vs. color = "pink"
.facet_wrap()
when faceting (creating small multiples) by one variable and facet_grid()
when faceting by two variables.