Previous Page | Next Page

The SURVEYLOGISTIC Procedure

Syntax: SURVEYLOGISTIC Procedure

The following statements are available in PROC SURVEYLOGISTIC:

PROC SURVEYLOGISTIC <options> ;
BY variables ;
CLASS variable <(v-options)> <variable <(v-options)> ...> </ v-options> ;
CLUSTER variables ;
CONTRAST ’label’   effect values <,...effect values> </ options> ;
DOMAIN variables <variablevariable variablevariablevariable ...> ;
FREQ variable ;
MODEL events/trials = <effects < / options>> ;
MODEL variable <(v-options)> = <effects> < / options> ;
OUTPUT <OUT=SAS-data-set> <options> ;
REPWEIGHTS variables < / options> ;
STRATA variables </ option> ;
<label:> TEST equation1 < , ... , equationk> </ options> ;
UNITS independent1 = list1 <... independentk = listk> < / options> ;
WEIGHT variable </ option> ;

The PROC SURVEYLOGISTIC and MODEL statements are required. The CLASS, CLUSTER, STRATA, and CONTRAST statements can appear multiple times. You should use only one MODEL statement and one WEIGHT statement. The CLASS statement (if used) must precede the MODEL statement, and the CONTRAST statement (if used) must follow the MODEL statement.

The rest of this section provides detailed syntax information for each of the preceding statements, beginning with the PROC SURVEYLOGISTIC statement. The remaining statements are covered in alphabetical order.


Previous Page | Next Page | Top of Page