LOGSELECT Procedure
REPEATED Statement
REPEATED SUBJECT=<subject-effect> / <repeated-options>;
The REPEATED statement performs a repeated measures analysis by using generalized estimating equations (GEEs). GEE analysis is available for binomial and binary response models. GEE analysis is not supported when you perform model selection or when you perform a partitioned analysis.
The repeated-options specify the working correlation structure, output options, and controls for the iterative fitting algorithm.
Table 11 summarizes the repeated-options in the REPEATED statement by function.
Table 11: REPEATED Statement Options
| Option | Description |
|---|---|
| Basic Options | |
| SUBJECT= | Identifies subjects in the input data |
| TYPE= | Specifies the working correlation type |
| WITHIN= | Specifies a within-subject effect |
| Options Related to Output | |
| CORRB | Produces both the model-based and empirical estimated regression parameter correlation matrices |
| CORRW | Produces the working correlation matrix |
| COVB | Produces both the model-based and empirical estimated regression parameter covariance matrices |
| ECORRB | Produces the estimated regression parameter empirical correlation matrix |
| ECOVB | Produces the estimated regression parameter empirical covariance matrix |
| MCORRB | Produces the estimated regression parameter model-based correlation matrix |
| MCOVB | Produces the estimated regression parameter model-based covariance matrix |
| MODELSE | Produces a parameter estimates table that displays and uses the model-based standard errors |
| PRINTMLE | Produces a parameter estimates table that displays the maximum likelihood estimates |
Basic Options
You can specify the following options after a slash (/):
Options Related to Output