Serving the Quantitative Finance Community

 
User avatar
umvue
Topic Author
Posts: 0
Joined: July 1st, 2007, 7:17 am

Likelihood ratio test in Logistic Regression

April 17th, 2009, 2:24 am

Suppose I have a case control study with the following numbers:x 0 1 2case 89 369 342control 56 250 266The logistic regression looks like this and x can only take the value of 0, 1 and 2logit(p) = alpha + beta*xThe answer for the likelihood ratio test for beta=0 is approximately 1.991But how do I calculate it? Thanks a lot!
 
User avatar
umvue
Topic Author
Posts: 0
Joined: July 1st, 2007, 7:17 am

Likelihood ratio test in Logistic Regression

April 24th, 2009, 8:41 pm

I get it now. You have to find the difference between deviance and null deviance.There doesn't appear to be a simple formula based on counts that can do the trick. If someone knows, please let me know.BTW, is logistic regression used in finance?
 
User avatar
va1210
Posts: 1
Joined: February 6th, 2003, 10:24 pm

Likelihood ratio test in Logistic Regression

April 26th, 2009, 6:11 am

QuoteOriginally posted by: umvueBTW, is logistic regression used in finance?Sure, it is quite commonly used in credit scoring when predicting probabilities of default.
 
User avatar
quantmeh
Posts: 0
Joined: April 6th, 2007, 1:39 pm

Likelihood ratio test in Logistic Regression

April 26th, 2009, 12:25 pm

QuoteOriginally posted by: umvueIBTW, is logistic regression used in finance?we use it. think of prob of default. the default event is 1 or 0. PD is not measurable, obviously, but u can model it with logit