The 15 farms have new treatments in common but the local variety which is considered to be a check variety varies from one farm to another. There was NO replication of each treatment within a farm. Therefore, each farm is taken as a block in order to estimate block effect and residual term for comparison. Does it make sense to make a pairwise comparison since the local check is unique from one farm to another? The SAS script for the analysis is as follows

proc mixed data=onfarm covtest;

class farm variety;

model fyld=variety nohav/ddfm=satterth; /* nohav is a covariate */

random farm;

lsmeans variety/diff adjust=tukey;

run;

quit;

More Moshood Agba Bakare's questions See All
Similar questions and discussions