lme intervals
Hi Dieter, No, because I'm looking for the CIs on the means of baLO of an additive model which has 20 cells, exactly as stated. Essentially I want to have the values of 'lower' and 'upper' to plug into xYplot when used in the form xYplot(Cbind(baLO,lower,upper) ~ bar | sub, groups = delta, data=e7). Thanks.
On Dec 12, 2005, at 4:53 AM, Dieter Menne wrote:
Michael Kubovy <kubovy <at> virginia.edu> writes:
I run e7.lmeb3 <- lme(baLO ~ bar + factor( delta), data = e7, random = ~ 1 | sub, method = "ML")
... cut
how can I get the CIs for the fixed effects in the 20 cells of the bar * delta design?
A typo, maybe? Your design is bar+factor(delta), but you want bar*delta? Dieter