BookmarkSubscribeRSS Feed
Duygu
Calcite | Level 5

Hello, I am so stuck to finding coding about how to pool data in split plot design. In my experiment, I am looking the effects of rolling and fertilizers on disease severity.  The whole plot is rolling and sub plots are fertilizers. I tried to look in separate locations, however sas gave errors. Can you please help me for coding? 

Here is the coding I tried in sas but I received errors. 

 

proc glimmix data=first;
class trial block rolling fert;
model audpc= rolling fert*rolling fert;
random= trial trial*fert trial*rolling block*rolling rolling*trial fert*block;
random block ;
covtest "block=0" 0 .;
lsmeans rolling fert rolling*fert / pdiff Adjust = Tukey lines;
utput out=second predicted=pred residual=resid residual(noblup)=mresid student=studentresid student(noblup)=smresid;
Run;

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 812 views
  • 0 likes
  • 1 in conversation