Skip to content
Prev 169618 / 398513 Next

lme() direction

Mike Lawrence <mike <at> thatmike.com> writes:
..
Something like

summary(lme(rt~type*color+color:as.numeric(word), data=a,random=~1|id))

(please replace as.numeric() by the raw valence, the example above it
simply wrong)

could gain you a few degrees of freedom if you are willing to accept the 
linear hypothesis. And as there is something like raw valence, one should
not throw away details about a-priori ordering in favor of a categorical
hypothesis.

Dieter