PROC LOGISTIC Statement Options
Use this text box to enter additional options for the PROC LOGISTIC statement.
Note: To enable this field, you must select Automated as the analysis Mode.
You can specify any PROC LOGISTIC option using the following syntax:
Option
where:
• | Option is the PROC LOGISTIC option. |
Some PROC LOGISTIC options are described in the following table:
Option |
Definition |
EXACTONLY |
Choose this option to perform an exact analysis only. |
DESCENDING |
Choose this option to reverse the sorting order of the response variable. |
NOPRINT |
Choose this option to suppress all displayed output. |
SIMPLE |
Choose this option to display simple statistics. |
To Specify One or More PROC LOGISTIC Options:
8 | Make sure that Automated has been selected as the analysis Mode. |
8 | Type specific PROC LOGISTIC options in the PROC LOGISTIC Statement Options field. |
8 | For example, to specify reverse sorting order of the response variable and to show simple statistics, type DESCENDING SIMPLE in the text box. |
8 | Be sure to separate individual options with a space. |
Refer to the SAS PROC LOGISTIC documentation for more information.