The following statements are available in the GEE procedure. Items within <> are optional.
PROC GEE <options>;
BY variables;
CLASS variable <(options)> …<variable <(options)>> </ options>;
EFFECTPLOT <plot-type <(plot-definition-options)>> </ options>;
ESTIMATE <'label'> estimate-specification </ options>;
FREQ | FREQUENCY variable;
LSMEANS <model-effects> </ options>;
LSMESTIMATE model-effect <'label'> values <divisor=n> <, …<'label'> values <divisor=n>> </ options>;
MISSMODEL <effects> </ options>;
MODEL response = <effects > </ options>;
OUTPUT <OUT=SAS-data-set> <keyword=name …keyword=name>;
REPEATED SUBJECT=subject-effect </ options>;
SLICE model-effect </ options>;
STORE <OUT=>item-store-name </ LABEL='label'>;
WEIGHT variable;
The syntax of the GEE procedure compares most closely to that of the GENMOD procedures. The PROC GEE, MODEL, and REPEATED statements are required. All other statements can appear only once. The following sections describe the PROC GEE statement and then describe the other statements in alphabetical order.