Skip to content
Prev 280179 / 398506 Next

How to compute 95%CI for OR from logistic regression?

One simple option is to use confint function

exp(confint(result))

Weidong
On Tue, Dec 13, 2011 at 7:16 AM, ?? <lm_mengxin at 163.com> wrote: