Created
May 17, 2013 19:00
-
-
Save inkhorn/5601202 to your computer and use it in GitHub Desktop.
neither casino glm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Call: | |
glm(formula = casino$Q6 == "Neither" ~ GoBigorGoHome + TechnicalDetails + | |
Soc.Env.Issues, family = binomial(logit), data = casino) | |
Deviance Residuals: | |
Min 1Q Median 3Q Max | |
-2.4090 -0.7344 -0.3934 0.8966 2.7194 | |
Coefficients: | |
Estimate Std. Error z value Pr(>|z|) | |
(Intercept) -0.22987 0.02415 -9.517 <2e-16 *** | |
GoBigorGoHome -0.85050 0.02462 -34.549 <2e-16 *** | |
TechnicalDetails -1.00182 0.02737 -36.597 <2e-16 *** | |
Soc.Env.Issues 0.69707 0.02584 26.972 <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: 14215 on 10365 degrees of freedom | |
Residual deviance: 10557 on 10362 degrees of freedom | |
(7400 observations deleted due to missingness) | |
AIC: 10565 | |
Number of Fisher Scoring iterations: 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment