Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The LOGISTIC Procedure

Syntax

The following statements are available in PROC LOGISTIC:
PROC LOGISTIC < options >;
BY variables ;
FREQ variable ;
MODEL response=independents < / options >;
OUTPUT < OUT=SAS-data-set >
                          < keyword=name...keyword=name > / < option >;
< label: > TEST equation1 < , ... , < equationk >> < /option >;
UNITS independent1 = list1 < ... independentk = listk > < /option > ;
WEIGHT variable </ option >;

The PROC LOGISTIC and MODEL statements are required; only one MODEL statement may be specified. The rest of this section provides detailed syntax information for each of the preceding statements, beginning with the PROC LOGISTIC statement. The remaining statements are covered in alphabetical order.


PROC LOGISTIC Statement

BY Statement

FREQ Statement

MODEL Statement

OUTPUT Statement

TEST Statement

UNITS 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.