|
Chapter Contents |
Previous |
Next |
| The GENMOD Procedure |
The options control how the model is fit and what output is produced. You can specify the following options after a slash (/).
| Keyword | Log Odds Ratio |
| Regression Structure | |
| EXCH | exchangeable |
| FULLCLLUST | fully parameterized clusters |
| LOGORVAR(variable) | indicator variable for specifying block effects |
| NESTK | k-nested |
| NEST1 | 1-nested |
| ZFULL | fully specified z-matrix specified in ZDATA= data set |
| ZREP | single cluster specification for replicated z-matrix specified |
| in ZDATA= data set | |
| ZREP(matrix) | single cluster specification for replicated z-matrix |
| Keyword | Correlation Matrix Type |
| AR | AR(1) | autoregressive(1) |
| EXCH | CS | exchangeable |
| IND | independent |
| MDEP(number) | m-dependent with m=number |
| UNSTR | UN | unstructured |
| USER | FIXED (matrix) | fixed, user-specified correlation matrix |
For example, you can specify a fixed 4 ×4 correlation matrix with the option
TYPE=USER( 1.0 0.9 0.8 0.6
0.9 1.0 0.9 0.8
0.8 0.9 1.0 0.9
0.6 0.8 0.9 1.0 )
If some measurements do not appear in the data for some subjects, this option properly orders the existing measurements and treats the omitted measurements as missing values. If the WITHINSUBJECT= option is not used in this situation, measurements may be improperly ordered and missing values assumed for the last measurements in a cluster.
Variables used in defining the within subject-effect must be listed in the CLASS statement.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.