GRM Syntax - Keyword Design

DESIGN = Design specifications;

Example 1
DESIGN = CORRECT1+CORRECT2+CORRECT3 + GROUP | GENDER;
Example 2
DESIGN = SOILCOND | POTSIZE | VARIETY | PRDMETH | LOCATION @2;
Example 3
DESIGN = C1+C2+C1*C1+GROUP+GENDER+GROUP*GENDER;
Example 4
DESIGN = BLOCK +

  DEGREES + DEGREES*DEGREES +

  TIME + TIME*TIME +

  TIME*DEGREES;

Optional keyword; specify the design for the between group design (categorical and continuous predictors); default is none. The conventions for specifying designs are identical to those described for GLM, in the description of the DESIGN keyword, with the exception that nested designs are not supported in GRM.

Applies to. GRM