The following statements are available in the MULTTEST procedure:
PROC MULTTEST
<options> ;
BY
variables ;
CLASS
variable ;
CONTRAST
'label' values ;
FREQ
variable ;
ID
variables ;
STRATA
variable ;
TEST
name (variables </ options>) ;
Statements that follow the PROC MULTTEST statement can appear in any order. The CLASS and TEST statements are required unless the INPVALUES= option is specified in the PROC MULTTEST statement.
The following sections describe the PROC MULTTEST statement and then describe the other statements in alphabetical order.