REPEATED repeated-effect </ options>;
The REPEATED statement specifies the matrix in the mixed model. If no REPEATED statement is specified, is assumed to be equal to . For this release, you can use the REPEATED statement only with the BLUP option. The statement is ignored when no BLUP option is specified.
The repeated-effect is required, because the order of the input data is not necessarily reproducible in a distributed environment. The repeated-effect must contain only classification variables. Make sure that the levels of the repeated-effect are different for each observation within a subject; otherwise, PROC HPLMIXED constructs identical rows in that correspond to the observations with the same level. This results in a singular matrix and an infinite likelihood.
Table 9.8 summarizes important options in the REPEATED statement. All options are subsequently discussed in alphabetical order.
Table 9.8: Summary of Important REPEATED Statement Options
You can specify the following options in the REPEATED statement after a slash (/).