Skip to content

Instantly share code, notes, and snippets.

@NightlordTW
Created November 21, 2011 19:47
Show Gist options
  • Save NightlordTW/1383699 to your computer and use it in GitHub Desktop.
Save NightlordTW/1383699 to your computer and use it in GitHub Desktop.
Logistic Regression Example (Part 2)
mylogit = glm(admit~gre+gpa+as.factor(rank), family=binomial, data=mydata)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment