September 20th, 2005, 5:04 pm
Hi,If you used a logit model, then you have to interpret, not the coefficients themselves, but the odds ratio corresponding to these coefficients. In a logistic model, with a binary reponse variable Y, you have P(Y=1)=1/(1+exp(-(a+bX))).When you estimate the coefficient b for instance, you interpret it as the change in the logit for a 1-unit move of X. If you want to consider the variable Y, and not the logit, you have to interpret exp(b). The exact interpretation depends on the characteristics of your variables : are they dichotomous, polytomous, continuous ?