PROC ADAPTIVEREG
<options> ;
The PROC ADAPTIVEREG statement invokes the procedure.
Table 24.1 summarizes the options available in the PROC ADAPTIVEREG statement.
Table 24.1: PROC ADAPTIVEREG Statement Options
Option |
Description |
---|---|
Data Set Options |
|
Specifies the input SAS data set |
|
Names a data set that contains test data |
|
Names a data set that contains validation data |
|
Computational Options |
|
Sets optimization parameters for fitting generalized linear models |
|
Sets the singularity tolerance |
|
Display Options |
|
Sets the length of effect names in tables and output data sets |
|
Controls plots produced through ODS Graphics |
|
Displays detailed modeling information |
|
Other Options |
|
Requests the computation in single-threaded mode |
|
Requests a data set that contains the design matrix |
|
Sets the seed used for pseudo-random number generation |
|
Specifies the number of threads for the computation |
You can specify the following options.