Previous Page | Next Page

The ORTHOREG Procedure

Syntax: ORTHOREG Procedure

The following statements are available in PROC ORTHOREG:

PROC ORTHOREG <options> ;
MODEL dependent=independents </ option> ;
BY variables ;
CLASS variables </ option> ;
WEIGHT variable ;

The BY, CLASS, MODEL, and WEIGHT statements are described after the PROC ORTHOREG statement in alphabetical order.

Previous Page | Next Page | Top of Page