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!