View Full Version : logistic response


nelson
08-28-2008, 01:22 PM
can somebody explain to me what logistic response means, any good sources on that,

thx!!!

leo nidas
08-28-2008, 01:30 PM
Check out logistic regression using google. Usually you have a response (y) which takes values of 0 or 1 (fail or success). The model of logistic regression is

p=exp(b0+b1*x)/(1+exp(b0+b1*x)) if you have one predictor (x). And p is thr probability of success.


Leo

nelson
08-28-2008, 01:34 PM
thanks leo, do you also know if seemingly unrelated regression allow for logistic response and why?

leo nidas
08-28-2008, 02:02 PM
Yes it does, but I don't know why.. Unfortunately I am not familiar with SUR...


Leo

TheAnalysisFactor
08-30-2008, 07:31 PM
Hi Nelson,

If you want a really thorough, really readable, and applied book on logistic regression, I recommend Paul Allison's "Logistic Regression using the SAS System." It's even worth it if you don't use SAS.

Scott Menard also has one called "Applied Linear Regression Analysis." It's one of those little green Sage books. It's also very good, but won't go through doing it in SAS the way Allison's book does. Slightly less applied, but also less expensive--it's only about $15.

Karen