Skip to content

Instantly share code, notes, and snippets.

@carlislerainey
Created October 29, 2014 17:39
Show Gist options
  • Save carlislerainey/20927ba6114fa5ba92b2 to your computer and use it in GitHub Desktop.
Save carlislerainey/20927ba6114fa5ba92b2 to your computer and use it in GitHub Desktop.
Load data and formula for model of polytomous outcomes.
d <- read.dta("http://crain.co/am-files/data/nes92.dta")
f <- vote ~ conservative + education + union +
income + black + distance_to_clinton +
distance_to_bush + economy_worse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment