Skip to content

Instantly share code, notes, and snippets.

@inkhorn
Created May 17, 2013 18:57
Show Gist options
  • Save inkhorn/5601179 to your computer and use it in GitHub Desktop.
Save inkhorn/5601179 to your computer and use it in GitHub Desktop.
toronto casino glm results
Call:
glm(formula = casino$Q6 == "City of Toronto" ~ GoBigorGoHome +
TechnicalDetails + Soc.Env.Issues, family = binomial(logit),
data = casino)
Deviance Residuals:
Min 1Q Median 3Q Max
-3.6426 -0.4745 -0.1156 0.4236 3.4835
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) -1.58707 0.04234 -37.48 <2e-16 ***
GoBigorGoHome 1.76021 0.03765 46.75 <2e-16 ***
TechnicalDetails 1.77155 0.05173 34.24 <2e-16 ***
Soc.Env.Issues -1.63057 0.04262 -38.26 <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: 13537 on 10365 degrees of freedom
Residual deviance: 6818 on 10362 degrees of freedom
(7400 observations deleted due to missingness)
AIC: 6826
Number of Fisher Scoring iterations: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment