Skip to content

Instantly share code, notes, and snippets.

@ryanburge
Created November 2, 2022 20:42
Show Gist options
  • Save ryanburge/6a357e0219e2ed19c0a4d3cd75fd7d7e to your computer and use it in GitHub Desktop.
Save ryanburge/6a357e0219e2ed19c0a4d3cd75fd7d7e to your computer and use it in GitHub Desktop.
PLS 5053 - Grad Methods - 11/2/2022
Read your data in with this line:
gss <- read_csv("https://raw.githubusercontent.com/ryanburge/ct/master/gss_small.csv", guess_max = 25000)
Codebook: https://gssdataexplorer.norc.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment