Displaying 1 result from an estimated 1 matches for "flwinflor".
2005 Jun 17
1
Mixed model question
...xed effects, and treatment nested
within plant, and its interaction with population and pollinator group,
as random factors.
In SAS terminology, the model looks like this:
proc mixed data=flwfunc.visitflower covtest method=reml;
class site pollclass treatm plantid;
model time = site|pollclass flwinflor / chisq;
random treatm site*treatm pollclass*treatm / subject=plantid;
lsmeans site pollclass site*pollclass;
run;
I've been successfully trying lm, but I think is not suitable for random
effects. Thus, I've tried lme, but no success when defining the random
part or trying to interpret...