Dear SAS Community, My design is a factorial split-plot; main plots consisted of a 2-factor factorial design (nem and trt). Main plots were divided into 2-subplots, each cropped to a different cultivar. Since a different cereal was cropped every year in the plots, to compare the response var (pop) between cereals, cereal was analyzed as strip factor within the split plot model. I would like to know is this model is correct: proc mixed data=one; class blk nem trt cultivar cereal; model pop=nem|trt|cultivar|cereal/ddfm=kr; random intercept nem*trt cereal nem*cereal trt*cereal nem*trt*cereal cultivar*cereal nem*cultivar*cereal trt*cultivar*cereal/subject=blk; run; I would greatly appreciate your comments! Thank you, Caroline
... View more