Syntax
You can specify the following statements in the GENMOD procedure.
Items within the <> are optional.
- PROC GENMOD < options > ;
- BY variables ;
- CLASS variables ;
- CONTRAST 'label' effect values < ...effect
values > < /options > ;
- DEVIANCE variable = expression ;
- ESTIMATE 'label' effect values < ...effect
values > < /options > ;
- FREQ | FREQUENCY variable ;
- FWDLINK variable = expression ;
- INVLINK variable = expression ;
- LSMEANS effects < / options > ;
- MAKE 'table' OUT=SAS-data-set;
- OUTPUT < OUT=SAS-data-set >
< keyword=name...keyword=name >
;
- MODEL response = < effects > < /options >
;
- programming statements
- REPEATED SUBJECT= subject-effect < / options >
;
- WEIGHT | SCWGT variable ;
- VARIANCE variable = expression ;
The PROC GENMOD statement invokes the procedure.
All statements other than the MODEL statement are optional.
The CLASS statement, if present, must
precede the MODEL statement, and the CONTRAST
statement must come after the MODEL statement.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.