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;

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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