Resources

PLSC 66003: Advanced Political Analysis

Software Setup

Install these before the first class:

Required packages

install.packages(c(
  "tidyverse", "modelsummary", "fixest",
  "marginaleffects", "here", "quarto", "tinytable"
))

Textbooks and References

Primary

Supplementary


R Resources

Getting started

Data wrangling

Visualization

Tables and output

Quarto


Getting Help

  1. Check the documentation – most R functions have excellent help files (type ?function_name)
  2. Search onlineStack Overflow and Posit Community are excellent
  3. Ask me – come to office hours or email me
Back to top