Provides actions for fitting linear, generalized linear, and logistic models
creates a table on the server that contains results from scoring observations by using a 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). |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies the settings for an output table. |
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the significance level to use for the construction of confidence intervals. By default, this is set to the global significance level.
| Range | (0, 1) |
|---|
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).
names the confidence interval displacement, which measures the overall change in the global regression estimates that can be attributed to deleting the individual observation.
specifies a list of one or more variables to be copied from the input table to the output table. You can alternatively specify the value ALL, or ALL_NUMERIC, which respectively copies all variables, or all numeric variables from the input table to the output table.
names the change in the Pearson chi-square statistic that can be attributed to deleting the individual observation.
names the change in the deviance that can be attributed to deleting the individual observation.
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).
when set to True, specifies that the data to be scored were also used to fit the model.
| Default | FALSE |
|---|
names the leverage of the observation.
| Alias | hatDiag |
|---|
names the predicted response level.
specifies the predicted event probability that determines the predicted binary response level.
| Default | 0.5 |
|---|
names the individual predicted value for a cumulative link. If you do not specify any output statistics, then by default the predicted value is named _IPRED_.
| Aliases | ip |
|---|---|
| individual |
names the lower bound of a confidence interval for the linear predictor.
| Aliases | lowerXBeta |
|---|---|
| lowerLinP |
names the lower bound of a confidence interval for the mean.
| Aliases | lower |
|---|---|
| lowerMean |
names the ordered response level.
when set to True, computes multinomial output statistics at the observed response level.
| 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 |
|---|
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named _PRED_.
| Aliases | p |
|---|---|
| predicted | |
| iLink | |
| mean |
names the Pearson chi-square residual.
| Aliases | pearson |
|---|---|
| pears |
names the deviance residual.
| Alias | devResid |
|---|
names the likelihood residual (likelihood displacement).
| Aliases | likeDist |
|---|---|
| ld | |
| resLike |
names the raw residual.
| Aliases | r |
|---|---|
| resid | |
| residual | |
| rawResid |
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.
names the working residual.
identifies the training, validation, and test roles for the observations.
names the standardized Pearson chi-square residual.
| Aliases | adjPearson |
|---|---|
| adjPears |
names the standardized deviance residual.
| Alias | stdDevResid |
|---|
names the standard error of the linear predictor.
| Alias | stdP |
|---|
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
names the upper bound of a confidence interval for the linear predictor.
| Aliases | upperXBeta |
|---|---|
| upperLinP |
names the upper bound of a confidence interval for the mean.
| Aliases | upper |
|---|---|
| upperMean |
names the linear predictor.
| Alias | linP |
|---|
creates a table on the server that contains results from scoring observations by using a 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). |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies the settings for an output table. |
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the significance level to use for the construction of confidence intervals. By default, this is set to the global significance level.
| Range | (0, 1) |
|---|
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).
names the confidence interval displacement, which measures the overall change in the global regression estimates that can be attributed to deleting the individual observation.
specifies a list of one or more variables to be copied from the input table to the output table. You can alternatively specify the value ALL, or ALL_NUMERIC, which respectively copies all variables, or all numeric variables from the input table to the output table.
names the change in the Pearson chi-square statistic that can be attributed to deleting the individual observation.
names the change in the deviance that can be attributed to deleting the individual observation.
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).
when set to True, specifies that the data to be scored were also used to fit the model.
| Default | false |
|---|
names the leverage of the observation.
| Alias | hatDiag |
|---|
names the predicted response level.
specifies the predicted event probability that determines the predicted binary response level.
| Default | 0.5 |
|---|
names the individual predicted value for a cumulative link. If you do not specify any output statistics, then by default the predicted value is named _IPRED_.
| Aliases | ip |
|---|---|
| individual |
names the lower bound of a confidence interval for the linear predictor.
| Aliases | lowerXBeta |
|---|---|
| lowerLinP |
names the lower bound of a confidence interval for the mean.
| Aliases | lower |
|---|---|
| lowerMean |
names the ordered response level.
when set to True, computes multinomial output statistics at the observed response level.
| 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 |
|---|
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named _PRED_.
| Aliases | p |
|---|---|
| predicted | |
| iLink | |
| mean |
names the Pearson chi-square residual.
| Aliases | pearson |
|---|---|
| pears |
names the deviance residual.
| Alias | devResid |
|---|
names the likelihood residual (likelihood displacement).
| Aliases | likeDist |
|---|---|
| ld | |
| resLike |
names the raw residual.
| Aliases | r |
|---|---|
| resid | |
| residual | |
| rawResid |
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.
names the working residual.
identifies the training, validation, and test roles for the observations.
names the standardized Pearson chi-square residual.
| Aliases | adjPearson |
|---|---|
| adjPears |
names the standardized deviance residual.
| Alias | stdDevResid |
|---|
names the standard error of the linear predictor.
| Alias | stdP |
|---|
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
names the upper bound of a confidence interval for the linear predictor.
| Aliases | upperXBeta |
|---|---|
| upperLinP |
names the upper bound of a confidence interval for the mean.
| Aliases | upper |
|---|---|
| upperMean |
names the linear predictor.
| Alias | linP |
|---|
creates a table on the server that contains results from scoring observations by using a 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). |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies the settings for an output table. |
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the significance level to use for the construction of confidence intervals. By default, this is set to the global significance level.
| Range | (0, 1) |
|---|
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).
names the confidence interval displacement, which measures the overall change in the global regression estimates that can be attributed to deleting the individual observation.
specifies a list of one or more variables to be copied from the input table to the output table. You can alternatively specify the value ALL, or ALL_NUMERIC, which respectively copies all variables, or all numeric variables from the input table to the output table.
names the change in the Pearson chi-square statistic that can be attributed to deleting the individual observation.
names the change in the deviance that can be attributed to deleting the individual observation.
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).
when set to True, specifies that the data to be scored were also used to fit the model.
| Default | False |
|---|
names the leverage of the observation.
| Alias | hatDiag |
|---|
names the predicted response level.
specifies the predicted event probability that determines the predicted binary response level.
| Default | 0.5 |
|---|
names the individual predicted value for a cumulative link. If you do not specify any output statistics, then by default the predicted value is named _IPRED_.
| Aliases | ip |
|---|---|
| individual |
names the lower bound of a confidence interval for the linear predictor.
| Aliases | lowerXBeta |
|---|---|
| lowerLinP |
names the lower bound of a confidence interval for the mean.
| Aliases | lower |
|---|---|
| lowerMean |
names the ordered response level.
when set to True, computes multinomial output statistics at the observed response level.
| 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 |
|---|
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named _PRED_.
| Aliases | p |
|---|---|
| predicted | |
| iLink | |
| mean |
names the Pearson chi-square residual.
| Aliases | pearson |
|---|---|
| pears |
names the deviance residual.
| Alias | devResid |
|---|
names the likelihood residual (likelihood displacement).
| Aliases | likeDist |
|---|---|
| ld | |
| resLike |
names the raw residual.
| Aliases | r |
|---|---|
| resid | |
| residual | |
| rawResid |
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.
names the working residual.
identifies the training, validation, and test roles for the observations.
names the standardized Pearson chi-square residual.
| Aliases | adjPearson |
|---|---|
| adjPears |
names the standardized deviance residual.
| Alias | stdDevResid |
|---|
names the standard error of the linear predictor.
| Alias | stdP |
|---|
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
names the upper bound of a confidence interval for the linear predictor.
| Aliases | upperXBeta |
|---|---|
| upperLinP |
names the upper bound of a confidence interval for the mean.
| Aliases | upper |
|---|---|
| upperMean |
names the linear predictor.
| Alias | linP |
|---|
creates a table on the server that contains results from scoring observations by using a 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). |
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametercasOut |
— |
specifies the settings for an output table. |
|
names |
lists the names of results tables to save as CAS tables on the server. |
specifies the significance level to use for the construction of confidence intervals. By default, this is set to the global significance level.
| Range | (0, 1) |
|---|
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).
names the confidence interval displacement, which measures the overall change in the global regression estimates that can be attributed to deleting the individual observation.
specifies a list of one or more variables to be copied from the input table to the output table. You can alternatively specify the value ALL, or ALL_NUMERIC, which respectively copies all variables, or all numeric variables from the input table to the output table.
names the change in the Pearson chi-square statistic that can be attributed to deleting the individual observation.
names the change in the deviance that can be attributed to deleting the individual observation.
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).
when set to True, specifies that the data to be scored were also used to fit the model.
| Default | FALSE |
|---|
names the leverage of the observation.
| Alias | hatDiag |
|---|
names the predicted response level.
specifies the predicted event probability that determines the predicted binary response level.
| Default | 0.5 |
|---|
names the individual predicted value for a cumulative link. If you do not specify any output statistics, then by default the predicted value is named _IPRED_.
| Aliases | ip |
|---|---|
| individual |
names the lower bound of a confidence interval for the linear predictor.
| Aliases | lowerXBeta |
|---|---|
| lowerLinP |
names the lower bound of a confidence interval for the mean.
| Aliases | lower |
|---|---|
| lowerMean |
names the ordered response level.
when set to True, computes multinomial output statistics at the observed response level.
| 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 |
|---|
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named _PRED_.
| Aliases | p |
|---|---|
| predicted | |
| iLink | |
| mean |
names the Pearson chi-square residual.
| Aliases | pearson |
|---|---|
| pears |
names the deviance residual.
| Alias | devResid |
|---|
names the likelihood residual (likelihood displacement).
| Aliases | likeDist |
|---|---|
| ld | |
| resLike |
names the raw residual.
| Aliases | r |
|---|---|
| resid | |
| residual | |
| rawResid |
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.
names the working residual.
identifies the training, validation, and test roles for the observations.
names the standardized Pearson chi-square residual.
| Aliases | adjPearson |
|---|---|
| adjPears |
names the standardized deviance residual.
| Alias | stdDevResid |
|---|
names the standard error of the linear predictor.
| Alias | stdP |
|---|
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
names the upper bound of a confidence interval for the linear predictor.
| Aliases | upperXBeta |
|---|---|
| upperLinP |
names the upper bound of a confidence interval for the mean.
| Aliases | upper |
|---|---|
| upperMean |
names the linear predictor.
| Alias | linP |
|---|