Displaying 1 result from an estimated 1 matches for "pbarsd".
2011 Feb 11
2
Problem with confint function
...odds + 1.96*SE
then I am not getting the right CI.
For instance, this is a summary of my model:
Estimate Std. Error z value Pr(>|z|)
(Intercept) -0.06106 0.29808 -0.205 0.8377
pSusSD 0.21184 0.36886 0.574 0.5658
pBenSD 1.20255 0.52271 2.301 0.0214 *
pBarSD -0.08654 0.48749 -0.178 0.8591
pSevSD 0.99759 0.44795 2.227 0.0259 *
And this is are the corresponding CI when I call the confint function:
2.5 % 97.5 %
(Intercept) -0.6548023 0.5264357
pSusSD -0.4980888 0.9733975
pBenSD 0.2665235 2.3495259
pB...