Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PROBIT Procedure

Syntax

The following statements are available in PROC PROBIT:

PROC PROBIT < options > ;
CLASS variables ;
MODEL response=independents < / options > ;
BY variables ;
OUTPUT < OUT=SAS-data-set > < options > ;
WEIGHT variable ;

The MODEL statement is required. If a CLASS statement is used, it must precede the MODEL statement.


PROC PROBIT Statement

BY Statement

CLASS Statement

MODEL Statement

OUTPUT Statement

WEIGHT Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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