[R] Confidence intervals for logistic regression

2004-02-19 Thread Michael Levine
Hi, I found myself trying to figure out the type of confidence interval used for the coefficients of the logistic regression fit by using glm(family=binomial)... I suspect it is Wald confidence interval but am not sure...Does anybody know? Also, if so, how can I ask for likelihood ratio and/or

Re: [R] Confidence intervals for logistic regression

2004-02-19 Thread Prof Brian Ripley
On Thu, 19 Feb 2004, Michael Levine wrote: I found myself trying to figure out the type of confidence interval used for the coefficients of the logistic regression fit by using glm(family=binomial)... AFAIK, no confidence interval is given by that call: it does not even calculate standard