Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The MULTTEST Procedure

Syntax

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 >) ;

Items within angle brackets (< >) are optional, and statements following the PROC MULTTEST statement can appear in any order. The CLASS and TEST statements are required. The syntax of each statement is described in the following section in alphabetical order after the description of the PROC MULTTEST statement.


PROC MULTTEST Statement

BY Statement

CLASS Statement

CONTRAST Statement

FREQ Statement

STRATA Statement

TEST Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.