Please could anyone guide me on how to fit spatially correlated autoregressive correlation structure in row and column directions for RCBD design laid out in row-column two dimensional layout using proc mixed of SAS? I tried the script below but resulted to error messages

proc mixed;

class rep genotype row column;

model yield=genotype;

random row col;

repeated /type=AR(1)(row column);

run;

quit;

I have problems with the repeated statement where error message is coming from.

Thanks

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