This repo contains course notes and other materials for PLSC 31101: Introduction to Computational Tools for Social Science. The class was created by Rochelle Terman at the University of Chicago, with contributions from Pete Cuppernull, Jenna Gibson, and Giacomo Ramos.
Download the materials on your computer by running the following code in RStudio. Note that for this to work, you will need to have tidyverse
installed.
# Install tidyverse if you have not already done so.
install.packages("tidyverse")
# load "usethis" library
library("usethis")
# download course materials
use_course("plsc-31101/course/")
Some of these materials have been adapted from other sources, and we thank them greatly. In alphabetical order:
- Advanced R by Hadley Wickham.
- A ModernDive into R and the tidyverse.
- Computing for Social Sciences.
- Code and Data for the Social Sciences: A Practitioner’s Guide. by Gentzkow, Matthew and Jesse M. Shapiro.
- Justin Grimmer.
- R bootcamp at UC Berkeley.
- R for Data Science by Hadley Wickham.
- R Studio.
- Software Carpentry.
- Stat545.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.