Previous Page | Next Page

The MULTTEST Procedure

Syntax: MULTTEST Procedure

The following statements are available in PROC MULTTEST:

PROC MULTTEST <options> ;
BY variables ;
CLASS variable ;
CONTRAST ’label’ values ;
FREQ variable ;
STRATA variable ;
TEST name (variables </ options>) ;

Statements following the PROC MULTTEST statement can appear in any order. The CLASS and TEST statements are required unless the INPVALUES= option is specified.

The syntax of each statement is described in the following section in alphabetical order after the description of the PROC MULTTEST statement.

Previous Page | Next Page | Top of Page