What method is used to calculate confidence intervals in R's MASS package function confint.glm?
The helpfile states that:
These
confintmethods 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?