PROC HPLOGISTIC
<options> ;
The PROC HPLOGISTIC statement invokes the procedure. Table 9.1 summarizes the available options in the PROC HPLOGISTIC statement by function. The options are then described fully in alphabetical order.
Table 9.1: PROC HPLOGISTIC Statement Options
Option |
Description |
---|---|
Basic Options |
|
Specifies a global significance level |
|
Specifies the input data set |
|
Limits the length of effect names |
|
Options Related to Output |
|
Adds detail information to “Iteration History” table |
|
Displays the “Iteration History” table with model selection |
|
Suppresses ODS output |
|
Limits or suppresses the display of class levels |
|
Suppresses generation of the iteration history table |
|
Suppresses computation of covariance matrix and standard errors |
|
Options Related to Optimization |
|
Tunes the absolute function convergence criterion |
|
Tunes the absolute function difference convergence criterion |
|
Tunes the absolute gradient convergence criterion |
|
Tunes the relative function difference convergence criterion |
|
Tunes the relative gradient convergence criterion |
|
Chooses the maximum number of iterations in any optimization |
|
Specifies the maximum number of function evaluations in any optimization |
|
Specifies the upper limit of CPU time (in seconds) for any optimization |
|
Specifies the minimum number of iterations in any optimization |
|
Specifies whether the objective function is normalized during optimization |
|
Selects the optimization technique |
|
Tolerances |
|
Tunes the singularity criterion for Cholesky decompositions |
|
Tunes the singularity criterion for the sweep operator |
|
Tunes the general singularity criterion |
|
User-Defined Formats |
|
Specifies the file reference for a format stream |
You can specify the following options in the PROC HPLOGISTIC statement.