Hi !
This is Madhavi from Mumbai, India. Incidently this is my first post.
I am working on Credit Scoring Model and using R, I have run the logistic
regression. I have received following Output.
I have two questions
(a) What is the significance of "family = binomial(link = logit)". Why do I
have to mention Binomial? Is it because my dependent variable assumes only two
values 0 and 1? Can I write name of some other Statistical distribution (say
Poisson or Negative Binomial) in place of Binomial? How will it affect my
results?
(b) How do I interpret the "R" result as given below? I know all the variables
are significant. How do I get Log Likelihood ratio, Odds ratio etc.?
Please can anyone help me out.
With warm regards
Madhavi
R OUTPUT
Call:
glm(formula = Y ~ Age1 + Age2 + Sex + Education + Profession + SavingsAccount +
   CurrentAccount, family = binomial(link = logit), data = ons)
Deviance Residuals:
    Min       1Q   Median       3Q      Max Â
-3.21142Â -0.42556Â -0.15911Â -0.02954Â Â 3.02465 Â
Coefficients:
                 Estimate Std. Error z value Pr(>|z|)  Â
(Intercept)Â Â Â Â Â Â 2.627725Â Â 0.110752Â 23.726Â < 2e-16 ***
Age1Â Â Â Â Â Â Â Â Â Â Â Â Â 0.692180Â Â 0.070410Â Â 9.831Â < 2e-16 ***
Age2Â Â Â Â Â Â Â Â Â Â Â Â -2.817883Â Â 0.080801 -34.874Â < 2e-16 ***
Sex             -0.486132  0.049766 -9.768 < 2e-16 ***
Education       -0.682142  0..046507 -14.667 < 2e-16 ***
Profession      -0.690937  0.069032 -10.009 < 2e-16 ***
SavingsAccount  -1.891455  0.074906 -25.251 < 2e-16 ***
CurrentAccount  -1.367460  0.079604 -17.178 < 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: 26932 on 24999 degrees of freedom
Residual deviance: 14615Â on 24983Â degrees of freedom
 (2 observations deleted due to missingness)
AIC: 14649
Number of Fisher Scoring iterations: 6
Unlimited freedom, unlimited storage. Get it now, on
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.