Displaying 1 result from an estimated 1 matches for "lmeb3".
Did you mean:
lme3
2005 Dec 12
1
lme intervals
...'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...