search for: pollclass

Displaying 1 result from an estimated 1 matches for "pollclass".

Did you mean: colclass
2005 Jun 17
1
Mixed model question
...pulation, pollinator group and their interaction as fixed 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 succes...