Message-ID: <E0E4F643-9611-4B1A-9B2C-A3B0FA5DFBC3@virginia.edu>
Date: 2005-12-12T13:10:11Z
From: Michael Kubovy
Subject: lme intervals
In-Reply-To: <LPEJLJACLINDNMBMFAFIMEKDCBAA.dieter.menne@menne-biomed.de>
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