Parameters | Predictive Modeling | PROC LOGISTIC MODELING Options

PROC LOGISTIC MODELING Options
Use this text box to specify options for the PROC LOGISTIC MODEL statement.
The MODEL statement names the response variable and the explanatory effects, including covariates , main effects , interactions, and nested effects.
Note : To enable this field, you must select Automated as the analysis Mode .
You can specify any PROC LOGISTIC Modeling option using the following syntax:
Option
where:
Option is the PROC LOGISTIC Model Statement option.
Enclose the options within parentheses, for example (EVENT="cancer") , where "cancer" is one of the levels of the dependent class variable .
Some PROC LOGISTIC Modeling options are described in the following table:
Specifies the event category for the binary response model. PROC LOGISTIC models the probability of the event category. The EVENT= option has no effect when there are more than two response categories. You can specify the value (formatted if a format is applied) of the event category in quotation marks.
Includes the first n effects in the MODEL statement in every model .
By default, INCLUDE =0.
By default, MAXITER =25. If convergence is not attained in the number of iterations, the displayed output and all output data sets created by the procedure contain results that are based on the last maximum likelihood iteration.
To Specify One or More PROC LOGISTIC Response Options:
*
Make sure that Automated has been selected as the analysis Mode .
*
Type specific PROC LOGISTIC Modeling options in the PROC LOGISTIC Modeling Options field.
*
*
Refer to the SAS PROC LOGISTIC MODEL Statement documentation for more information.