Provides actions for fitting linear, generalized linear, and logistic models
writes SAS DATA step code for computing predicted values of the fitted model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
restores regression models from a binary large object (BLOB). |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the settings for an output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, adds comments to the DATA step code.
| Default | FALSE |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the width to use for formatting derived numbers such as parameter estimates in the DATA step code.
| Alias | fmtWidth |
|---|---|
| Default | 20 |
| Range | 0–32 |
specifies the number of spaces to indent the DATA step code for each level.
| Default | 3 |
|---|---|
| Range | 0–10 |
specifies the cutoff point for the INTO column.
| Default | 0.5 |
|---|---|
| Range | 0–1 |
when set to True, generates individual probabilities.
| Default | FALSE |
|---|
specifies the label ID to use in array names and statement labels in the DATA step code. By default, a random positive integer is used.
specifies the line size for the generated code.
| Default | 120 |
|---|---|
| Range | 64–254 |
when set to True, bases the comparison of variables with formatted values on the full format width with padding. By default, leading and trailing blanks are removed from the formatted values.
| Default | FALSE |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, generates the probabilities for all levels of the response.
| Default | FALSE |
|---|
restores regression models from a binary large object (BLOB).
| Long form | restore={name="table-name"} |
|---|---|
| Shortcut form | restore="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
when set to True, generates the code in a way that is appropriate for storing in a table.
| Alias | tableForm |
|---|---|
| Default | FALSE |
writes SAS DATA step code for computing predicted values of the fitted model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
restores regression models from a binary large object (BLOB). |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the settings for an output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, adds comments to the DATA step code.
| Default | false |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the width to use for formatting derived numbers such as parameter estimates in the DATA step code.
| Alias | fmtWidth |
|---|---|
| Default | 20 |
| Range | 0–32 |
specifies the number of spaces to indent the DATA step code for each level.
| Default | 3 |
|---|---|
| Range | 0–10 |
specifies the cutoff point for the INTO column.
| Default | 0.5 |
|---|---|
| Range | 0–1 |
when set to True, generates individual probabilities.
| Default | false |
|---|
specifies the label ID to use in array names and statement labels in the DATA step code. By default, a random positive integer is used.
specifies the line size for the generated code.
| Default | 120 |
|---|---|
| Range | 64–254 |
when set to True, bases the comparison of variables with formatted values on the full format width with padding. By default, leading and trailing blanks are removed from the formatted values.
| Default | false |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, generates the probabilities for all levels of the response.
| Default | false |
|---|
restores regression models from a binary large object (BLOB).
| Long form | restore={name="table-name"} |
|---|---|
| Shortcut form | restore="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
when set to True, generates the code in a way that is appropriate for storing in a table.
| Alias | tableForm |
|---|---|
| Default | false |
writes SAS DATA step code for computing predicted values of the fitted model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
restores regression models from a binary large object (BLOB). |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the settings for an output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, adds comments to the DATA step code.
| Default | False |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the width to use for formatting derived numbers such as parameter estimates in the DATA step code.
| Alias | fmtWidth |
|---|---|
| Default | 20 |
| Range | 0–32 |
specifies the number of spaces to indent the DATA step code for each level.
| Default | 3 |
|---|---|
| Range | 0–10 |
specifies the cutoff point for the INTO column.
| Default | 0.5 |
|---|---|
| Range | 0–1 |
when set to True, generates individual probabilities.
| Default | False |
|---|
specifies the label ID to use in array names and statement labels in the DATA step code. By default, a random positive integer is used.
specifies the line size for the generated code.
| Default | 120 |
|---|---|
| Range | 64–254 |
when set to True, bases the comparison of variables with formatted values on the full format width with padding. By default, leading and trailing blanks are removed from the formatted values.
| Default | False |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, generates the probabilities for all levels of the response.
| Default | False |
|---|
restores regression models from a binary large object (BLOB).
| Long form | restore={"name":"table-name"} |
|---|---|
| Shortcut form | restore="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import_ |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
when set to True, generates the code in a way that is appropriate for storing in a table.
| Alias | tableForm |
|---|---|
| Default | False |
writes SAS DATA step code for computing predicted values of the fitted model.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parameterrestore |
— |
restores regression models from a binary large object (BLOB). |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the settings for an output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the settings for an output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, adds comments to the DATA step code.
| Default | FALSE |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the width to use for formatting derived numbers such as parameter estimates in the DATA step code.
| Alias | fmtWidth |
|---|---|
| Default | 20 |
| Range | 0–32 |
specifies the number of spaces to indent the DATA step code for each level.
| Default | 3 |
|---|---|
| Range | 0–10 |
specifies the cutoff point for the INTO column.
| Default | 0.5 |
|---|---|
| Range | 0–1 |
when set to True, generates individual probabilities.
| Default | FALSE |
|---|
specifies the label ID to use in array names and statement labels in the DATA step code. By default, a random positive integer is used.
specifies the line size for the generated code.
| Default | 120 |
|---|---|
| Range | 64–254 |
when set to True, bases the comparison of variables with formatted values on the full format width with padding. By default, leading and trailing blanks are removed from the formatted values.
| Default | FALSE |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, generates the probabilities for all levels of the response.
| Default | FALSE |
|---|
restores regression models from a binary large object (BLOB).
| Long form | restore=list(name="table-name") |
|---|---|
| Shortcut form | restore="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the name of the input table.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
when set to True, generates the code in a way that is appropriate for storing in a table.
| Alias | tableForm |
|---|---|
| Default | FALSE |