library(tidyverse)
library(gapminder)
<- ggplot(data = gapminder,
p mapping = aes(x = gdpPercap,
y = lifeExp))
+ geom_point() p
January 23, 2024
Learning some software; understanding how to tell it what to do.
Useful, practical, powerful.
(At times annoying, because computers are stupid.)
Thinking about how to picture social data.
Thinking about where social data comes from.
Thinking about its scope, limits, and meaning.
Syllabus, schedule, slides, assignments, examples, contact information, policies.
There’s also a Canvas site where you’ll submit assignments and where some readings will be made available.
There’s a fair deal on offer
The skills we’ll learn are cumulative
Come to class and keep up with the work and you should be fine
01-problem-set.Rproj
file.Write this out inside the “code chunk” in your notes.
Write this out inside the “code chunk” in your notes.