Skip to content

Instantly share code, notes, and snippets.

@inkhorn
Created May 17, 2013 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inkhorn/5601192 to your computer and use it in GitHub Desktop.
Save inkhorn/5601192 to your computer and use it in GitHub Desktop.
adjacent municipality casino glm
Call:
glm(formula = casino$Q6 == "Adjacent Municipality" ~ GoBigorGoHome +
TechnicalDetails + Soc.Env.Issues, family = binomial(logit),
data = casino)
Deviance Residuals:
Min 1Q Median 3Q Max
-1.0633 -0.7248 -0.5722 -0.3264 2.7136
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) -1.45398 0.02673 -54.394 < 2e-16 ***
GoBigorGoHome -0.41989 0.02586 -16.239 < 2e-16 ***
TechnicalDetails 0.18764 0.02612 7.183 6.82e-13 ***
Soc.Env.Issues 0.52325 0.03221 16.243 < 2e-16 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
(Dispersion parameter for binomial family taken to be 1)
Null deviance: 10431.8 on 10365 degrees of freedom
Residual deviance: 9756.4 on 10362 degrees of freedom
(7400 observations deleted due to missingness)
AIC: 9764.4
Number of Fisher Scoring iterations: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment