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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 842 views
  • 0 likes
  • 1 in conversation