Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

What method is used to calculate confidence intervals in R's MASS package function confint.glm?

The helpfile states that:

These confint methods call the appropriate profile method, then find the confidence intervals by interpolation in the profile traces.

Can anyone point me in the direction of some literature that could help me to understand what this means?

share|improve this question
2  
See this previous answer. – Cyan Mar 14 '12 at 5:47
@Cyan Thanks. Is it adequate to say in a manuscript that "confidence intervals were estimated using the profile likelihood method (Venables & Ripley, 2002)" ? If so, add this as an answer and I'll accept it. – fmark Mar 14 '12 at 7:33
1  
I also provided some references in this response. I think you can find additional references by looking at the ProfileLikelihood package, or this on-line course. – chl Mar 14 '12 at 10:14
Thanks for the references @chl – fmark Mar 16 '12 at 3:19

1 Answer

up vote 0 down vote accepted

To summarise the above comments for posterity, the confidence interval is known as the "profile likelihood confidence interval".

An explanation of the method is given by Stryhn and Christensen, and in Venables and Ripley's MASS book, ยง8.4, pp. 220-221.

It has weaker assumptions that the better known Wald method, but requires more computation.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.