Provides actions for performing quantile regression
Fits quantile regression models.
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 parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
writes SAS DATA step code for computing predicted values of the fitted model |
|
|
required parametercasOut |
creates a table on the server that contains observationwise statistics, which are computed after fitting the model. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
stores regression models to a binary large object (BLOB). |
Algorithm for model fitting
| Alias | solver |
|---|
Support vecter optimization
The qrsalgsvo value can be one or more of the following:
Maximum iteration number
| Minimum value | 1 |
|---|
Tolerance for prime-dual gap
| Default | 1E-06 |
|---|---|
| Minimum value | 0 |
specifies the significance level to use for the construction of all confidence intervals.
| Default | 0.05 |
|---|---|
| Range | (0, 1) |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies that the analysis not be performed if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Aliases | classVars |
|---|---|
| nominal |
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
when set to False, suppresses the display of class levels.
| Default | TRUE |
|---|
writes SAS DATA step code for computing predicted values of the fitted model
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | FALSE |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies the method and parameters for covariance estimation.
specifies the parameters for sparsity estimation.
The qrssparsity value can be one or more of the following:
when set to True, specifies the Bofinger method of sparsity estimation.
| Default | FALSE |
|---|
when set to True, specifies the Hall-Sheather method of sparsity estimation.
| 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).
when set to True, hides the stopping step in the selection summary table. This parameter also forces the model selection process to ignore the stopping step in choosing the final model.
| Alias | hidestopsteps |
|---|---|
| Default | FALSE |
specifies that models not be fit if the number of parameters exceeds the specified value.
| Minimum value | 0 |
|---|
names the dependent variable, explanatory effects, and model options.
The qrsmodel value can be one or more of the following:
when set to True, displays upper and lower confidence limits for the parameter estimates.
| Default | FALSE |
|---|
specifies one or more variables to use as response variables in the model. Not all models support more than one response variable.
| Aliases | depVar |
|---|---|
| target |
names the response variable.
specifies a list of effects that define the model. Each term in this list is made up of variables specified in the vars parameter and their interaction (which can be NONE, CROSS, or BAR). When the interaction is BAR, it can be limited by the maxInteract parameter.
The effect value can be one or more of the following:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
specifies the entry variable.
specifies effects to include at the start of the selection process for the specified selection method. Included effects are never dropped during the selection process. If you specify n, where n is a positive integer, then the included effects consist of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, models missing values by using extra model effects. These effects consist of dummy variables that take the value 1 when the value of a continuous model variable involved in the effect is missing, and take the value 0 otherwise. The missing value in the original model effect is replaced by the average value of the effect for the nonmissing values. For classification variables, missing values are treated as valid levels.
| Default | FALSE |
|---|
when set to True, does not include the intercept term in the model.
| Default | FALSE |
|---|
specifies the number of quantile levels to be equally spaced in (0,1).
| Aliases | nquantlev |
|---|---|
| nqlevs | |
| ntaus | |
| nqlev | |
| ntau | |
| nq | |
| Minimum value | 1 |
specifies the quantile levels.
| Aliases | quantile |
|---|---|
| qlevs | |
| qlev | |
| q | |
| quantlev |
when set to True, sorts all the specified quantile levels in ascending order. This parameter also removes redundant and invalid quantile levels.
| Aliases | qsort |
|---|---|
| qtsort | |
| qst | |
| Default | FALSE |
specifies effects to use to begin the selection process in the FORWARD, FORWARDSWAP, and STEPWISE selection methods. If you specify n, where n is a positive integer, then the starting model consists of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, produces standardized regression coefficients. A standardized regression coefficient is computed by dividing a parameter estimate by the ratio of the sample standard deviation of the dependent variable to the sample standard deviation of the regressor.
| Default | FALSE |
|---|
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
limits the display of class levels. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
creates a table on the server that contains observationwise statistics, which are computed after fitting the model.
The qrsOutputStatement value can be one or more of the following:
when set to True, requests all available statistics.
| Default | FALSE |
|---|
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).
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, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
names the lower bounds of confidence intervals for the predicted quantiles.
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named Pred.
names the residual, calculated as ACTUAL minus PREDICTED.
identifies the training, validation, and test roles for the observations.
names the standard error of the predicted quantiles.
names the upper bound of a confidence interval for predicted quantiles.
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 |
|---|
specifies the fractions of the data to be used for validation and testing.
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
names the variable and its values used to partition the data into training, validation, and testing roles.
| Long form | partbyvar={name="variable-name"} |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
specifies a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the method and options for performing model selection.
| Long form | selection={method="BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE"} |
|---|---|
| Shortcut form | selection="BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE" |
The selectionStatement value can be one or more of the following:
specifies the maximum number of candidates to display at each step of the selection process, when the detail level ALL is specified.
specifies the criterion for choosing the model. The specified criterion is evaluated at each step of the selection process, and the model that yields the best value of the criterion is chosen.
when set to True, evaluates (during stepwise selection) the selection criterion for all models in which an effect currently in the model is dropped or an effect not yet in the model is added. The effect whose removal from or addition to the model yields the maximum improvement to the selection criterion is dropped or added.
| Default | FALSE |
|---|
specifies the level of detail to produce about the selection process.
| Default | SUMMARY |
|---|
specifies options to use in performing elastic net selection methods.
The enOptions value can be one or more of the following:
specifies the absolute function difference convergence criterion.
| Alias | abstol |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the relative function difference convergence criterion.
| Alias | fTol |
|---|---|
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gTol |
|---|---|
| Minimum value | 0 |
specifies the regularization parameters in the elastic net selection method.
specifies the elastic net mixing parameter.
specifies the number of regularization parameters in the elastic net selection method.
| Alias | nLambda |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the scaling factor to use in computing minimum regularization parameter.
| Range | (0, 1) |
|---|
specifies a solver for elastic net selection.
when set to True, applies scaling to beta in the elastic net selection method.
| Default | FALSE |
|---|
specifies the number of iterations to use in the elastic net selection method.
| Default | 50 |
|---|
specifies the exponent of the power transformation that is applied to the parameters in forming the adaptive weights.
| Default | 1 |
|---|
specifies whether and how to apply the model hierarchy requirement. Model hierarchy refers to the requirement that, for any term to be in the model, all model effects that are contained in the term must be present in the model.
| Default | DEFAULT |
|---|
specifies the coefficients in the relaxed LASSO method.
specifies the L2 parameter in the elastic net selection method.
| Default | 0 |
|---|
specifies the upper bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | maxL2 |
|---|---|
| Default | 1 |
specifies the lower bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | minL2 |
|---|---|
| Default | 0 |
specifies the maximum number of effects in any model to consider during the selection process. This parameter is ignored for backward selection.
specifies the maximum number of selection steps to perform.
specifies the model selection method.
| Default | STEPWISE |
|---|
specifies the minimum number of effects in any model to consider during backward selection.
when set to True, produces coefficientProgression and selectionSummaryForPlots tables that you can use to produce selection diagnostic plots.
| Default | FALSE |
|---|
when set to True, applies the relaxed LASSO method.
| Default | FALSE |
|---|
specifies the criterion to use in determining the order in which effects enter or leave at each step of the selection method. This parameter does not apply to LAR or LASSO selection.
specifies the significance level for entry when the significance level is used as the select or stop criterion.
| Alias | sle |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies the significance level for removal when the significance level is used as the select or stop criterion.
| Alias | sls |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies a criterion that to use for stopping the selection process. If you do not specify a stop criterion, then the criterion that is used to select the model is also used as the stop criterion.
specifies the number of consecutive steps at which the stop criterion must worsen in order for a local extremum to be detected.
| Default | 3 |
|---|
expands variables into spline bases whose form depends on the specified parameters.
For more information about specifying the spline parameter, see the common spline parameter (Appendix A: Common Parameters).
stores regression models to a binary large object (BLOB).
| Alias | savestate |
|---|
| Long form | store={name="table-name"} |
|---|---|
| Shortcut form | store="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | FALSE |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | FALSE |
|---|
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 numeric variable to use to perform a weighted analysis of the data.
Fits quantile regression models.
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 parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
writes SAS DATA step code for computing predicted values of the fitted model |
|
|
required parametercasOut |
creates a table on the server that contains observationwise statistics, which are computed after fitting the model. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
stores regression models to a binary large object (BLOB). |
Algorithm for model fitting
| Alias | solver |
|---|
Support vecter optimization
The qrsalgsvo value can be one or more of the following:
Maximum iteration number
| Minimum value | 1 |
|---|
Tolerance for prime-dual gap
| Default | 1E-06 |
|---|---|
| Minimum value | 0 |
specifies the significance level to use for the construction of all confidence intervals.
| Default | 0.05 |
|---|---|
| Range | (0, 1) |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies that the analysis not be performed if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Aliases | classVars |
|---|---|
| nominal |
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
when set to False, suppresses the display of class levels.
| Default | true |
|---|
writes SAS DATA step code for computing predicted values of the fitted model
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | false |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies the method and parameters for covariance estimation.
specifies the parameters for sparsity estimation.
The qrssparsity value can be one or more of the following:
when set to True, specifies the Bofinger method of sparsity estimation.
| Default | false |
|---|
when set to True, specifies the Hall-Sheather method of sparsity estimation.
| 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).
when set to True, hides the stopping step in the selection summary table. This parameter also forces the model selection process to ignore the stopping step in choosing the final model.
| Alias | hidestopsteps |
|---|---|
| Default | false |
specifies that models not be fit if the number of parameters exceeds the specified value.
| Minimum value | 0 |
|---|
names the dependent variable, explanatory effects, and model options.
The qrsmodel value can be one or more of the following:
when set to True, displays upper and lower confidence limits for the parameter estimates.
| Default | false |
|---|
specifies one or more variables to use as response variables in the model. Not all models support more than one response variable.
| Aliases | depVar |
|---|---|
| target |
names the response variable.
specifies a list of effects that define the model. Each term in this list is made up of variables specified in the vars parameter and their interaction (which can be NONE, CROSS, or BAR). When the interaction is BAR, it can be limited by the maxInteract parameter.
The effect value can be one or more of the following:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
specifies the entry variable.
specifies effects to include at the start of the selection process for the specified selection method. Included effects are never dropped during the selection process. If you specify n, where n is a positive integer, then the included effects consist of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, models missing values by using extra model effects. These effects consist of dummy variables that take the value 1 when the value of a continuous model variable involved in the effect is missing, and take the value 0 otherwise. The missing value in the original model effect is replaced by the average value of the effect for the nonmissing values. For classification variables, missing values are treated as valid levels.
| Default | false |
|---|
when set to True, does not include the intercept term in the model.
| Default | false |
|---|
specifies the number of quantile levels to be equally spaced in (0,1).
| Aliases | nquantlev |
|---|---|
| nqlevs | |
| ntaus | |
| nqlev | |
| ntau | |
| nq | |
| Minimum value | 1 |
specifies the quantile levels.
| Aliases | quantile |
|---|---|
| qlevs | |
| qlev | |
| q | |
| quantlev |
when set to True, sorts all the specified quantile levels in ascending order. This parameter also removes redundant and invalid quantile levels.
| Aliases | qsort |
|---|---|
| qtsort | |
| qst | |
| Default | false |
specifies effects to use to begin the selection process in the FORWARD, FORWARDSWAP, and STEPWISE selection methods. If you specify n, where n is a positive integer, then the starting model consists of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, produces standardized regression coefficients. A standardized regression coefficient is computed by dividing a parameter estimate by the ratio of the sample standard deviation of the dependent variable to the sample standard deviation of the regressor.
| Default | false |
|---|
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
limits the display of class levels. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
creates a table on the server that contains observationwise statistics, which are computed after fitting the model.
The qrsOutputStatement value can be one or more of the following:
when set to True, requests all available statistics.
| Default | false |
|---|
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).
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, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
names the lower bounds of confidence intervals for the predicted quantiles.
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named Pred.
names the residual, calculated as ACTUAL minus PREDICTED.
identifies the training, validation, and test roles for the observations.
names the standard error of the predicted quantiles.
names the upper bound of a confidence interval for predicted quantiles.
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 |
|---|
specifies the fractions of the data to be used for validation and testing.
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
names the variable and its values used to partition the data into training, validation, and testing roles.
| Long form | partbyvar={name="variable-name"} |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
specifies a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the method and options for performing model selection.
| Long form | selection={method="BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE"} |
|---|---|
| Shortcut form | selection="BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE" |
The selectionStatement value can be one or more of the following:
specifies the maximum number of candidates to display at each step of the selection process, when the detail level ALL is specified.
specifies the criterion for choosing the model. The specified criterion is evaluated at each step of the selection process, and the model that yields the best value of the criterion is chosen.
when set to True, evaluates (during stepwise selection) the selection criterion for all models in which an effect currently in the model is dropped or an effect not yet in the model is added. The effect whose removal from or addition to the model yields the maximum improvement to the selection criterion is dropped or added.
| Default | false |
|---|
specifies the level of detail to produce about the selection process.
| Default | SUMMARY |
|---|
specifies options to use in performing elastic net selection methods.
The enOptions value can be one or more of the following:
specifies the absolute function difference convergence criterion.
| Alias | abstol |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the relative function difference convergence criterion.
| Alias | fTol |
|---|---|
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gTol |
|---|---|
| Minimum value | 0 |
specifies the regularization parameters in the elastic net selection method.
specifies the elastic net mixing parameter.
specifies the number of regularization parameters in the elastic net selection method.
| Alias | nLambda |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the scaling factor to use in computing minimum regularization parameter.
| Range | (0, 1) |
|---|
specifies a solver for elastic net selection.
when set to True, applies scaling to beta in the elastic net selection method.
| Default | false |
|---|
specifies the number of iterations to use in the elastic net selection method.
| Default | 50 |
|---|
specifies the exponent of the power transformation that is applied to the parameters in forming the adaptive weights.
| Default | 1 |
|---|
specifies whether and how to apply the model hierarchy requirement. Model hierarchy refers to the requirement that, for any term to be in the model, all model effects that are contained in the term must be present in the model.
| Default | DEFAULT |
|---|
specifies the coefficients in the relaxed LASSO method.
specifies the L2 parameter in the elastic net selection method.
| Default | 0 |
|---|
specifies the upper bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | maxL2 |
|---|---|
| Default | 1 |
specifies the lower bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | minL2 |
|---|---|
| Default | 0 |
specifies the maximum number of effects in any model to consider during the selection process. This parameter is ignored for backward selection.
specifies the maximum number of selection steps to perform.
specifies the model selection method.
| Default | STEPWISE |
|---|
specifies the minimum number of effects in any model to consider during backward selection.
when set to True, produces coefficientProgression and selectionSummaryForPlots tables that you can use to produce selection diagnostic plots.
| Default | false |
|---|
when set to True, applies the relaxed LASSO method.
| Default | false |
|---|
specifies the criterion to use in determining the order in which effects enter or leave at each step of the selection method. This parameter does not apply to LAR or LASSO selection.
specifies the significance level for entry when the significance level is used as the select or stop criterion.
| Alias | sle |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies the significance level for removal when the significance level is used as the select or stop criterion.
| Alias | sls |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies a criterion that to use for stopping the selection process. If you do not specify a stop criterion, then the criterion that is used to select the model is also used as the stop criterion.
specifies the number of consecutive steps at which the stop criterion must worsen in order for a local extremum to be detected.
| Default | 3 |
|---|
expands variables into spline bases whose form depends on the specified parameters.
For more information about specifying the spline parameter, see the common spline parameter (Appendix A: Common Parameters).
stores regression models to a binary large object (BLOB).
| Alias | savestate |
|---|
| Long form | store={name="table-name"} |
|---|---|
| Shortcut form | store="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | false |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | false |
|---|
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 numeric variable to use to perform a weighted analysis of the data.
Fits quantile regression models.
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 parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
writes SAS DATA step code for computing predicted values of the fitted model |
|
|
required parametercasOut |
creates a table on the server that contains observationwise statistics, which are computed after fitting the model. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
stores regression models to a binary large object (BLOB). |
Algorithm for model fitting
| Alias | solver |
|---|
Support vecter optimization
The qrsalgsvo value can be one or more of the following:
Maximum iteration number
| Minimum value | 1 |
|---|
Tolerance for prime-dual gap
| Default | 1E-06 |
|---|---|
| Minimum value | 0 |
specifies the significance level to use for the construction of all confidence intervals.
| Default | 0.05 |
|---|---|
| Range | (0, 1) |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies that the analysis not be performed if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Aliases | classVars |
|---|---|
| nominal |
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
when set to False, suppresses the display of class levels.
| Default | True |
|---|
writes SAS DATA step code for computing predicted values of the fitted model
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | False |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies the method and parameters for covariance estimation.
specifies the parameters for sparsity estimation.
The qrssparsity value can be one or more of the following:
when set to True, specifies the Bofinger method of sparsity estimation.
| Default | False |
|---|
when set to True, specifies the Hall-Sheather method of sparsity estimation.
| 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).
when set to True, hides the stopping step in the selection summary table. This parameter also forces the model selection process to ignore the stopping step in choosing the final model.
| Alias | hidestopsteps |
|---|---|
| Default | False |
specifies that models not be fit if the number of parameters exceeds the specified value.
| Minimum value | 0 |
|---|
names the dependent variable, explanatory effects, and model options.
The qrsmodel value can be one or more of the following:
when set to True, displays upper and lower confidence limits for the parameter estimates.
| Default | False |
|---|
specifies one or more variables to use as response variables in the model. Not all models support more than one response variable.
| Aliases | depVar |
|---|---|
| target |
names the response variable.
specifies a list of effects that define the model. Each term in this list is made up of variables specified in the vars parameter and their interaction (which can be NONE, CROSS, or BAR). When the interaction is BAR, it can be limited by the maxInteract parameter.
The effect value can be one or more of the following:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
specifies the entry variable.
specifies effects to include at the start of the selection process for the specified selection method. Included effects are never dropped during the selection process. If you specify n, where n is a positive integer, then the included effects consist of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, models missing values by using extra model effects. These effects consist of dummy variables that take the value 1 when the value of a continuous model variable involved in the effect is missing, and take the value 0 otherwise. The missing value in the original model effect is replaced by the average value of the effect for the nonmissing values. For classification variables, missing values are treated as valid levels.
| Default | False |
|---|
when set to True, does not include the intercept term in the model.
| Default | False |
|---|
specifies the number of quantile levels to be equally spaced in (0,1).
| Aliases | nquantlev |
|---|---|
| nqlevs | |
| ntaus | |
| nqlev | |
| ntau | |
| nq | |
| Minimum value | 1 |
specifies the quantile levels.
| Aliases | quantile |
|---|---|
| qlevs | |
| qlev | |
| q | |
| quantlev |
when set to True, sorts all the specified quantile levels in ascending order. This parameter also removes redundant and invalid quantile levels.
| Aliases | qsort |
|---|---|
| qtsort | |
| qst | |
| Default | False |
specifies effects to use to begin the selection process in the FORWARD, FORWARDSWAP, and STEPWISE selection methods. If you specify n, where n is a positive integer, then the starting model consists of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, produces standardized regression coefficients. A standardized regression coefficient is computed by dividing a parameter estimate by the ratio of the sample standard deviation of the dependent variable to the sample standard deviation of the regressor.
| Default | False |
|---|
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
limits the display of class levels. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
creates a table on the server that contains observationwise statistics, which are computed after fitting the model.
The qrsOutputStatement value can be one or more of the following:
when set to True, requests all available statistics.
| Default | False |
|---|
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).
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, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
names the lower bounds of confidence intervals for the predicted quantiles.
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named Pred.
names the residual, calculated as ACTUAL minus PREDICTED.
identifies the training, validation, and test roles for the observations.
names the standard error of the predicted quantiles.
names the upper bound of a confidence interval for predicted quantiles.
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 |
|---|
specifies the fractions of the data to be used for validation and testing.
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
names the variable and its values used to partition the data into training, validation, and testing roles.
| Long form | partbyvar={"name":"variable-name"} |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
specifies a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the method and options for performing model selection.
| Long form | selection={"method":"BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE"} |
|---|---|
| Shortcut form | selection="BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE" |
The selectionStatement value can be one or more of the following:
specifies the maximum number of candidates to display at each step of the selection process, when the detail level ALL is specified.
specifies the criterion for choosing the model. The specified criterion is evaluated at each step of the selection process, and the model that yields the best value of the criterion is chosen.
when set to True, evaluates (during stepwise selection) the selection criterion for all models in which an effect currently in the model is dropped or an effect not yet in the model is added. The effect whose removal from or addition to the model yields the maximum improvement to the selection criterion is dropped or added.
| Default | False |
|---|
specifies the level of detail to produce about the selection process.
| Default | SUMMARY |
|---|
specifies options to use in performing elastic net selection methods.
The enOptions value can be one or more of the following:
specifies the absolute function difference convergence criterion.
| Alias | abstol |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the relative function difference convergence criterion.
| Alias | fTol |
|---|---|
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gTol |
|---|---|
| Minimum value | 0 |
specifies the regularization parameters in the elastic net selection method.
specifies the elastic net mixing parameter.
specifies the number of regularization parameters in the elastic net selection method.
| Alias | nLambda |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the scaling factor to use in computing minimum regularization parameter.
| Range | (0, 1) |
|---|
specifies a solver for elastic net selection.
when set to True, applies scaling to beta in the elastic net selection method.
| Default | False |
|---|
specifies the number of iterations to use in the elastic net selection method.
| Default | 50 |
|---|
specifies the exponent of the power transformation that is applied to the parameters in forming the adaptive weights.
| Default | 1 |
|---|
specifies whether and how to apply the model hierarchy requirement. Model hierarchy refers to the requirement that, for any term to be in the model, all model effects that are contained in the term must be present in the model.
| Default | DEFAULT |
|---|
specifies the coefficients in the relaxed LASSO method.
specifies the L2 parameter in the elastic net selection method.
| Default | 0 |
|---|
specifies the upper bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | maxL2 |
|---|---|
| Default | 1 |
specifies the lower bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | minL2 |
|---|---|
| Default | 0 |
specifies the maximum number of effects in any model to consider during the selection process. This parameter is ignored for backward selection.
specifies the maximum number of selection steps to perform.
specifies the model selection method.
| Default | STEPWISE |
|---|
specifies the minimum number of effects in any model to consider during backward selection.
when set to True, produces coefficientProgression and selectionSummaryForPlots tables that you can use to produce selection diagnostic plots.
| Default | False |
|---|
when set to True, applies the relaxed LASSO method.
| Default | False |
|---|
specifies the criterion to use in determining the order in which effects enter or leave at each step of the selection method. This parameter does not apply to LAR or LASSO selection.
specifies the significance level for entry when the significance level is used as the select or stop criterion.
| Alias | sle |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies the significance level for removal when the significance level is used as the select or stop criterion.
| Alias | sls |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies a criterion that to use for stopping the selection process. If you do not specify a stop criterion, then the criterion that is used to select the model is also used as the stop criterion.
specifies the number of consecutive steps at which the stop criterion must worsen in order for a local extremum to be detected.
| Default | 3 |
|---|
expands variables into spline bases whose form depends on the specified parameters.
For more information about specifying the spline parameter, see the common spline parameter (Appendix A: Common Parameters).
stores regression models to a binary large object (BLOB).
| Alias | savestate |
|---|
| Long form | store={"name":"table-name"} |
|---|---|
| Shortcut form | store="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | False |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | False |
|---|
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 numeric variable to use to perform a weighted analysis of the data.
Fits quantile regression models.
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 parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
writes SAS DATA step code for computing predicted values of the fitted model |
|
|
required parametercasOut |
creates a table on the server that contains observationwise statistics, which are computed after fitting the model. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
stores regression models to a binary large object (BLOB). |
Algorithm for model fitting
| Alias | solver |
|---|
Support vecter optimization
The qrsalgsvo value can be one or more of the following:
Maximum iteration number
| Minimum value | 1 |
|---|
Tolerance for prime-dual gap
| Default | 1E-06 |
|---|---|
| Minimum value | 0 |
specifies the significance level to use for the construction of all confidence intervals.
| Default | 0.05 |
|---|---|
| Range | (0, 1) |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies that the analysis not be performed if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Aliases | classVars |
|---|---|
| nominal |
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
when set to False, suppresses the display of class levels.
| Default | TRUE |
|---|
writes SAS DATA step code for computing predicted values of the fitted model
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | FALSE |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies the method and parameters for covariance estimation.
specifies the parameters for sparsity estimation.
The qrssparsity value can be one or more of the following:
when set to True, specifies the Bofinger method of sparsity estimation.
| Default | FALSE |
|---|
when set to True, specifies the Hall-Sheather method of sparsity estimation.
| 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).
when set to True, hides the stopping step in the selection summary table. This parameter also forces the model selection process to ignore the stopping step in choosing the final model.
| Alias | hidestopsteps |
|---|---|
| Default | FALSE |
specifies that models not be fit if the number of parameters exceeds the specified value.
| Minimum value | 0 |
|---|
names the dependent variable, explanatory effects, and model options.
The qrsmodel value can be one or more of the following:
when set to True, displays upper and lower confidence limits for the parameter estimates.
| Default | FALSE |
|---|
specifies one or more variables to use as response variables in the model. Not all models support more than one response variable.
| Aliases | depVar |
|---|---|
| target |
names the response variable.
specifies a list of effects that define the model. Each term in this list is made up of variables specified in the vars parameter and their interaction (which can be NONE, CROSS, or BAR). When the interaction is BAR, it can be limited by the maxInteract parameter.
The effect value can be one or more of the following:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
specifies the entry variable.
specifies effects to include at the start of the selection process for the specified selection method. Included effects are never dropped during the selection process. If you specify n, where n is a positive integer, then the included effects consist of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, models missing values by using extra model effects. These effects consist of dummy variables that take the value 1 when the value of a continuous model variable involved in the effect is missing, and take the value 0 otherwise. The missing value in the original model effect is replaced by the average value of the effect for the nonmissing values. For classification variables, missing values are treated as valid levels.
| Default | FALSE |
|---|
when set to True, does not include the intercept term in the model.
| Default | FALSE |
|---|
specifies the number of quantile levels to be equally spaced in (0,1).
| Aliases | nquantlev |
|---|---|
| nqlevs | |
| ntaus | |
| nqlev | |
| ntau | |
| nq | |
| Minimum value | 1 |
specifies the quantile levels.
| Aliases | quantile |
|---|---|
| qlevs | |
| qlev | |
| q | |
| quantlev |
when set to True, sorts all the specified quantile levels in ascending order. This parameter also removes redundant and invalid quantile levels.
| Aliases | qsort |
|---|---|
| qtsort | |
| qst | |
| Default | FALSE |
specifies effects to use to begin the selection process in the FORWARD, FORWARDSWAP, and STEPWISE selection methods. If you specify n, where n is a positive integer, then the starting model consists of the first n effects of the model specification.
The effect value is specified as follows:
specifies the type of interaction for the variables.
| Alias | interact |
|---|---|
| Default | NONE |
eliminates interaction effects whose order is higher than the specified integer value when used in conjunction with the BAR interaction.
specifies the variables to be nested within the term that is defined by the vars parameter. For terms with a BAR or CROSS interaction, the nest corresponds to the last variable in the vars parameter. For terms with no interaction, the nest is distributed across all variables that are listed in the vars parameter.
specifies the variables to use in defining a term of the effect. You must specify at least one variable.
when set to True, produces standardized regression coefficients. A standardized regression coefficient is computed by dividing a parameter estimate by the ratio of the sample standard deviation of the dependent variable to the sample standard deviation of the regressor.
| Default | FALSE |
|---|
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
limits the display of class levels. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
creates a table on the server that contains observationwise statistics, which are computed after fitting the model.
The qrsOutputStatement value can be one or more of the following:
when set to True, requests all available statistics.
| Default | FALSE |
|---|
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).
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, ALL_MODEL, or ALL_NUMERIC, which respectively copies all variables, all variables used in the modeling, or all numeric variables from the input table to the output table.
names the lower bounds of confidence intervals for the predicted quantiles.
names the predicted value. If you do not specify any output statistics, then by default the predicted value is named Pred.
names the residual, calculated as ACTUAL minus PREDICTED.
identifies the training, validation, and test roles for the observations.
names the standard error of the predicted quantiles.
names the upper bound of a confidence interval for predicted quantiles.
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 |
|---|
specifies the fractions of the data to be used for validation and testing.
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
names the variable and its values used to partition the data into training, validation, and testing roles.
| Long form | partbyvar=list(name="variable-name") |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
specifies a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the method and options for performing model selection.
| Long form | selection=list(method="BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE") |
|---|---|
| Shortcut form | selection="BACKWARD" | "ELASTICNET" | "FORWARD" | "FORWARDSWAP" | "NONE" | "STEPWISE" |
The selectionStatement value can be one or more of the following:
specifies the maximum number of candidates to display at each step of the selection process, when the detail level ALL is specified.
specifies the criterion for choosing the model. The specified criterion is evaluated at each step of the selection process, and the model that yields the best value of the criterion is chosen.
when set to True, evaluates (during stepwise selection) the selection criterion for all models in which an effect currently in the model is dropped or an effect not yet in the model is added. The effect whose removal from or addition to the model yields the maximum improvement to the selection criterion is dropped or added.
| Default | FALSE |
|---|
specifies the level of detail to produce about the selection process.
| Default | SUMMARY |
|---|
specifies options to use in performing elastic net selection methods.
The enOptions value can be one or more of the following:
specifies the absolute function difference convergence criterion.
| Alias | abstol |
|---|---|
| Default | 1E-08 |
| Minimum value | 0 |
specifies the relative function difference convergence criterion.
| Alias | fTol |
|---|---|
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gTol |
|---|---|
| Minimum value | 0 |
specifies the regularization parameters in the elastic net selection method.
specifies the elastic net mixing parameter.
specifies the number of regularization parameters in the elastic net selection method.
| Alias | nLambda |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the scaling factor to use in computing minimum regularization parameter.
| Range | (0, 1) |
|---|
specifies a solver for elastic net selection.
when set to True, applies scaling to beta in the elastic net selection method.
| Default | FALSE |
|---|
specifies the number of iterations to use in the elastic net selection method.
| Default | 50 |
|---|
specifies the exponent of the power transformation that is applied to the parameters in forming the adaptive weights.
| Default | 1 |
|---|
specifies whether and how to apply the model hierarchy requirement. Model hierarchy refers to the requirement that, for any term to be in the model, all model effects that are contained in the term must be present in the model.
| Default | DEFAULT |
|---|
specifies the coefficients in the relaxed LASSO method.
specifies the L2 parameter in the elastic net selection method.
| Default | 0 |
|---|
specifies the upper bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | maxL2 |
|---|---|
| Default | 1 |
specifies the lower bound to use in searching for the L2 parameter in the elastic net selection method.
| Alias | minL2 |
|---|---|
| Default | 0 |
specifies the maximum number of effects in any model to consider during the selection process. This parameter is ignored for backward selection.
specifies the maximum number of selection steps to perform.
specifies the model selection method.
| Default | STEPWISE |
|---|
specifies the minimum number of effects in any model to consider during backward selection.
when set to True, produces coefficientProgression and selectionSummaryForPlots tables that you can use to produce selection diagnostic plots.
| Default | FALSE |
|---|
when set to True, applies the relaxed LASSO method.
| Default | FALSE |
|---|
specifies the criterion to use in determining the order in which effects enter or leave at each step of the selection method. This parameter does not apply to LAR or LASSO selection.
specifies the significance level for entry when the significance level is used as the select or stop criterion.
| Alias | sle |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies the significance level for removal when the significance level is used as the select or stop criterion.
| Alias | sls |
|---|---|
| Default | 0.05 |
| Range | (0, 1) |
specifies a criterion that to use for stopping the selection process. If you do not specify a stop criterion, then the criterion that is used to select the model is also used as the stop criterion.
specifies the number of consecutive steps at which the stop criterion must worsen in order for a local extremum to be detected.
| Default | 3 |
|---|
expands variables into spline bases whose form depends on the specified parameters.
For more information about specifying the spline parameter, see the common spline parameter (Appendix A: Common Parameters).
stores regression models to a binary large object (BLOB).
| Alias | savestate |
|---|
| Long form | store=list(name="table-name") |
|---|---|
| Shortcut form | store="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | FALSE |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | FALSE |
|---|
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 numeric variable to use to perform a weighted analysis of the data.