Provides actions for fitting nonlinear models
Fits nonlinear regression models using either nonlinear least squares or maximum likelihood.
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 |
|---|---|---|
|
— |
specifies the data table that provides parameter starting values. |
|
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table. |
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 |
|---|
lists the bounds for the parameters in the model.
The bounds_Statement value can be one or more of the following:
specifies an exclusive lower bound value for the named parameter (that is, the parameter must be greater than this value).
specifies an inclusive lower bound value with an equality sign for the named parameter (that is, the parameter is greater than or equal to this value).
specifies the name of the parameter that needs to be restricted by a bound.
specifies an exclusive upper bound value for the named parameter (that is, the parameter must be less than this value).
specifies an inclusive upper bound value with an equality sign for the named parameter (that is, the parameter is less than or equal to this value).
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).
lists the additional expressions that need to be estimated after the model is fitted.
The estimate_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional estimates.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for additional estimates.
specifies the expression to be estimated.
specifies the label for the estimated expression.
lists the variables that need to be stored in an output data table.
specifies the dependent variable, its distribution, and its distribution parameters.
The model_Statement value can be one or more of the following:
specifies the dependent variable.
specifies the dependent variable distribution parameters.
specifies the type of distribution for the dependent variable.
specifies the nonlinear programming statements in a quoted string.
lists options that uses in NLMOD action.
The nlmod_options value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional parameter estimates.
| Default | 0.05 |
|---|---|
| Range | 0–1 |
when set to True, displays the approximate correlation matrix for the parameter estimates.
| Default | FALSE |
|---|
when set to True, displays the approximate covariance matrix for the parameter estimates.
| Default | FALSE |
|---|
specifies the degrees of freedom to use in calculating p-values for additional parameter estimates.
| Minimum value | 0 |
|---|
when set to True, displays the approximate correlation matrix for all expressions that are specified in the estimate parameter.
| Default | FALSE |
|---|
when set to True, displays the approximate covariance matrix for all expressions that are specified in the estimate parameter.
| Default | FALSE |
|---|
when set to True, suppresses the display of the Iteration History table.
| Default | FALSE |
|---|
when set to True, suppresses output
| Default | FALSE |
|---|
specifies optimization-related options.
The opti_options value can be one or more of the following:
specifies the absolute function convergence criterion.
| Alias | abstol |
|---|
specifies the absolute difference function convergence criterion.
| Alias | absftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute difference function convergence criterion must be satisfied before the process terminates.
| Alias | absftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the absolute gradient convergence criterion.
| Alias | absgtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute gradient convergence criterion must be satisfied before the process terminates.
| Alias | absgtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative function convergence criterion.
| Alias | ftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the difference function convergence criterion must be satisfied before the process terminates.
| Alias | ftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the gradient convergence criterion must be satisfied before the process terminates.
| Alias | gtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of function evaluations in any optimization.
| Alias | maxfu |
|---|---|
| Minimum value | 0 |
specifies the maximum number of iterations in any optimization.
| Alias | maxit |
|---|---|
| Minimum value | 1 |
specifies the upper limit (in seconds) of CPU time for any optimization.
| Minimum value | 0 |
|---|
specifies the minimum number of iterations in any optimization.
| Default | -1 |
|---|---|
| Minimum value | 0 |
specifies the optimization technique.
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 |
|---|
lists the parameters of the model and their initial values.
| Alias | parms |
|---|
The parms_Statement value can be one or more of the following:
specifies the parameter name.
specifies the initial values for the parameter.
The parmvalftb value can be one or more of the following:
specifies the BY value in a FROM BY TO format of an initial values specification.
| Default | 1 |
|---|
specifies the FROM value in a FROM BY TO format of an initial values specification.
specifies the TO value in a FROM BY TO format of an initial values specification.
specifies the data table that provides parameter starting values.
For more information about specifying the parmData parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the options for the initial parameter specifications.
The parm_options value can be one or more of the following:
specifies the maximum number of initial values to display.
| Minimum value | 1 |
|---|
specifies a default initial value for all the parameters in the model.
| Alias | defstart |
|---|
lists the expressions that need to be predicted after the model is fitted.
The predict_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for an individual prediction.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for an individual prediction.
specifies the expression to be predicted.
specifies the label for predicted expression.
names the lower bound of a confidence interval for an individual prediction.
names the predicted value for an individual prediction.
names the p-value for an individual prediction.
names the standard error for an individual prediction.
names the t value for an individual prediction.
names the upper bound of a confidence interval for an individual prediction.
specifies the output data table.
For more information about specifying the predOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the linear restriction for the model.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies tolerance-related options.
specifies the general singularity criterion.
| Range | 0–1 |
|---|
Fits nonlinear regression models using either nonlinear least squares or maximum likelihood.
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 |
|---|---|---|
|
— |
specifies the data table that provides parameter starting values. |
|
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table. |
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 |
|---|
lists the bounds for the parameters in the model.
The bounds_Statement value can be one or more of the following:
specifies an exclusive lower bound value for the named parameter (that is, the parameter must be greater than this value).
specifies an inclusive lower bound value with an equality sign for the named parameter (that is, the parameter is greater than or equal to this value).
specifies the name of the parameter that needs to be restricted by a bound.
specifies an exclusive upper bound value for the named parameter (that is, the parameter must be less than this value).
specifies an inclusive upper bound value with an equality sign for the named parameter (that is, the parameter is less than or equal to this value).
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).
lists the additional expressions that need to be estimated after the model is fitted.
The estimate_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional estimates.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for additional estimates.
specifies the expression to be estimated.
specifies the label for the estimated expression.
lists the variables that need to be stored in an output data table.
specifies the dependent variable, its distribution, and its distribution parameters.
The model_Statement value can be one or more of the following:
specifies the dependent variable.
specifies the dependent variable distribution parameters.
specifies the type of distribution for the dependent variable.
specifies the nonlinear programming statements in a quoted string.
lists options that uses in NLMOD action.
The nlmod_options value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional parameter estimates.
| Default | 0.05 |
|---|---|
| Range | 0–1 |
when set to True, displays the approximate correlation matrix for the parameter estimates.
| Default | false |
|---|
when set to True, displays the approximate covariance matrix for the parameter estimates.
| Default | false |
|---|
specifies the degrees of freedom to use in calculating p-values for additional parameter estimates.
| Minimum value | 0 |
|---|
when set to True, displays the approximate correlation matrix for all expressions that are specified in the estimate parameter.
| Default | false |
|---|
when set to True, displays the approximate covariance matrix for all expressions that are specified in the estimate parameter.
| Default | false |
|---|
when set to True, suppresses the display of the Iteration History table.
| Default | false |
|---|
when set to True, suppresses output
| Default | false |
|---|
specifies optimization-related options.
The opti_options value can be one or more of the following:
specifies the absolute function convergence criterion.
| Alias | abstol |
|---|
specifies the absolute difference function convergence criterion.
| Alias | absftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute difference function convergence criterion must be satisfied before the process terminates.
| Alias | absftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the absolute gradient convergence criterion.
| Alias | absgtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute gradient convergence criterion must be satisfied before the process terminates.
| Alias | absgtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative function convergence criterion.
| Alias | ftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the difference function convergence criterion must be satisfied before the process terminates.
| Alias | ftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the gradient convergence criterion must be satisfied before the process terminates.
| Alias | gtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of function evaluations in any optimization.
| Alias | maxfu |
|---|---|
| Minimum value | 0 |
specifies the maximum number of iterations in any optimization.
| Alias | maxit |
|---|---|
| Minimum value | 1 |
specifies the upper limit (in seconds) of CPU time for any optimization.
| Minimum value | 0 |
|---|
specifies the minimum number of iterations in any optimization.
| Default | -1 |
|---|---|
| Minimum value | 0 |
specifies the optimization technique.
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 |
|---|
lists the parameters of the model and their initial values.
| Alias | parms |
|---|
The parms_Statement value can be one or more of the following:
specifies the parameter name.
specifies the initial values for the parameter.
The parmvalftb value can be one or more of the following:
specifies the BY value in a FROM BY TO format of an initial values specification.
| Default | 1 |
|---|
specifies the FROM value in a FROM BY TO format of an initial values specification.
specifies the TO value in a FROM BY TO format of an initial values specification.
specifies the data table that provides parameter starting values.
For more information about specifying the parmData parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the options for the initial parameter specifications.
The parm_options value can be one or more of the following:
specifies the maximum number of initial values to display.
| Minimum value | 1 |
|---|
specifies a default initial value for all the parameters in the model.
| Alias | defstart |
|---|
lists the expressions that need to be predicted after the model is fitted.
The predict_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for an individual prediction.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for an individual prediction.
specifies the expression to be predicted.
specifies the label for predicted expression.
names the lower bound of a confidence interval for an individual prediction.
names the predicted value for an individual prediction.
names the p-value for an individual prediction.
names the standard error for an individual prediction.
names the t value for an individual prediction.
names the upper bound of a confidence interval for an individual prediction.
specifies the output data table.
For more information about specifying the predOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the linear restriction for the model.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies tolerance-related options.
specifies the general singularity criterion.
| Range | 0–1 |
|---|
Fits nonlinear regression models using either nonlinear least squares or maximum likelihood.
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 |
|---|---|---|
|
— |
specifies the data table that provides parameter starting values. |
|
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table. |
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 |
|---|
lists the bounds for the parameters in the model.
The bounds_Statement value can be one or more of the following:
specifies an exclusive lower bound value for the named parameter (that is, the parameter must be greater than this value).
specifies an inclusive lower bound value with an equality sign for the named parameter (that is, the parameter is greater than or equal to this value).
specifies the name of the parameter that needs to be restricted by a bound.
specifies an exclusive upper bound value for the named parameter (that is, the parameter must be less than this value).
specifies an inclusive upper bound value with an equality sign for the named parameter (that is, the parameter is less than or equal to this value).
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).
lists the additional expressions that need to be estimated after the model is fitted.
The estimate_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional estimates.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for additional estimates.
specifies the expression to be estimated.
specifies the label for the estimated expression.
lists the variables that need to be stored in an output data table.
specifies the dependent variable, its distribution, and its distribution parameters.
The model_Statement value can be one or more of the following:
specifies the dependent variable.
specifies the dependent variable distribution parameters.
specifies the type of distribution for the dependent variable.
specifies the nonlinear programming statements in a quoted string.
lists options that uses in NLMOD action.
The nlmod_options value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional parameter estimates.
| Default | 0.05 |
|---|---|
| Range | 0–1 |
when set to True, displays the approximate correlation matrix for the parameter estimates.
| Default | False |
|---|
when set to True, displays the approximate covariance matrix for the parameter estimates.
| Default | False |
|---|
specifies the degrees of freedom to use in calculating p-values for additional parameter estimates.
| Minimum value | 0 |
|---|
when set to True, displays the approximate correlation matrix for all expressions that are specified in the estimate parameter.
| Default | False |
|---|
when set to True, displays the approximate covariance matrix for all expressions that are specified in the estimate parameter.
| Default | False |
|---|
when set to True, suppresses the display of the Iteration History table.
| Default | False |
|---|
when set to True, suppresses output
| Default | False |
|---|
specifies optimization-related options.
The opti_options value can be one or more of the following:
specifies the absolute function convergence criterion.
| Alias | abstol |
|---|
specifies the absolute difference function convergence criterion.
| Alias | absftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute difference function convergence criterion must be satisfied before the process terminates.
| Alias | absftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the absolute gradient convergence criterion.
| Alias | absgtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute gradient convergence criterion must be satisfied before the process terminates.
| Alias | absgtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative function convergence criterion.
| Alias | ftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the difference function convergence criterion must be satisfied before the process terminates.
| Alias | ftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the gradient convergence criterion must be satisfied before the process terminates.
| Alias | gtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of function evaluations in any optimization.
| Alias | maxfu |
|---|---|
| Minimum value | 0 |
specifies the maximum number of iterations in any optimization.
| Alias | maxit |
|---|---|
| Minimum value | 1 |
specifies the upper limit (in seconds) of CPU time for any optimization.
| Minimum value | 0 |
|---|
specifies the minimum number of iterations in any optimization.
| Default | -1 |
|---|---|
| Minimum value | 0 |
specifies the optimization technique.
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 |
|---|
lists the parameters of the model and their initial values.
| Alias | parms |
|---|
The parms_Statement value can be one or more of the following:
specifies the parameter name.
specifies the initial values for the parameter.
The parmvalftb value can be one or more of the following:
specifies the BY value in a FROM BY TO format of an initial values specification.
| Default | 1 |
|---|
specifies the FROM value in a FROM BY TO format of an initial values specification.
specifies the TO value in a FROM BY TO format of an initial values specification.
specifies the data table that provides parameter starting values.
For more information about specifying the parmData parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the options for the initial parameter specifications.
The parm_options value can be one or more of the following:
specifies the maximum number of initial values to display.
| Minimum value | 1 |
|---|
specifies a default initial value for all the parameters in the model.
| Alias | defstart |
|---|
lists the expressions that need to be predicted after the model is fitted.
The predict_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for an individual prediction.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for an individual prediction.
specifies the expression to be predicted.
specifies the label for predicted expression.
names the lower bound of a confidence interval for an individual prediction.
names the predicted value for an individual prediction.
names the p-value for an individual prediction.
names the standard error for an individual prediction.
names the t value for an individual prediction.
names the upper bound of a confidence interval for an individual prediction.
specifies the output data table.
For more information about specifying the predOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the linear restriction for the model.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies tolerance-related options.
specifies the general singularity criterion.
| Range | 0–1 |
|---|
Fits nonlinear regression models using either nonlinear least squares or maximum likelihood.
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 |
|---|---|---|
|
— |
specifies the data table that provides parameter starting values. |
|
|
required parametertable |
— |
specifies the input data table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table. |
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 |
|---|
lists the bounds for the parameters in the model.
The bounds_Statement value can be one or more of the following:
specifies an exclusive lower bound value for the named parameter (that is, the parameter must be greater than this value).
specifies an inclusive lower bound value with an equality sign for the named parameter (that is, the parameter is greater than or equal to this value).
specifies the name of the parameter that needs to be restricted by a bound.
specifies an exclusive upper bound value for the named parameter (that is, the parameter must be less than this value).
specifies an inclusive upper bound value with an equality sign for the named parameter (that is, the parameter is less than or equal to this value).
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).
lists the additional expressions that need to be estimated after the model is fitted.
The estimate_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional estimates.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for additional estimates.
specifies the expression to be estimated.
specifies the label for the estimated expression.
lists the variables that need to be stored in an output data table.
specifies the dependent variable, its distribution, and its distribution parameters.
The model_Statement value can be one or more of the following:
specifies the dependent variable.
specifies the dependent variable distribution parameters.
specifies the type of distribution for the dependent variable.
specifies the nonlinear programming statements in a quoted string.
lists options that uses in NLMOD action.
The nlmod_options value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for additional parameter estimates.
| Default | 0.05 |
|---|---|
| Range | 0–1 |
when set to True, displays the approximate correlation matrix for the parameter estimates.
| Default | FALSE |
|---|
when set to True, displays the approximate covariance matrix for the parameter estimates.
| Default | FALSE |
|---|
specifies the degrees of freedom to use in calculating p-values for additional parameter estimates.
| Minimum value | 0 |
|---|
when set to True, displays the approximate correlation matrix for all expressions that are specified in the estimate parameter.
| Default | FALSE |
|---|
when set to True, displays the approximate covariance matrix for all expressions that are specified in the estimate parameter.
| Default | FALSE |
|---|
when set to True, suppresses the display of the Iteration History table.
| Default | FALSE |
|---|
when set to True, suppresses output
| Default | FALSE |
|---|
specifies optimization-related options.
The opti_options value can be one or more of the following:
specifies the absolute function convergence criterion.
| Alias | abstol |
|---|
specifies the absolute difference function convergence criterion.
| Alias | absftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute difference function convergence criterion must be satisfied before the process terminates.
| Alias | absftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the absolute gradient convergence criterion.
| Alias | absgtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the absolute gradient convergence criterion must be satisfied before the process terminates.
| Alias | absgtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative function convergence criterion.
| Alias | ftol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the difference function convergence criterion must be satisfied before the process terminates.
| Alias | ftolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the relative gradient convergence criterion.
| Alias | gtol |
|---|---|
| Minimum value | 0 |
specifies the number of additional iterations for which the gradient convergence criterion must be satisfied before the process terminates.
| Alias | gtolN |
|---|---|
| Default | 0 |
| Minimum value | 0 |
specifies the maximum number of function evaluations in any optimization.
| Alias | maxfu |
|---|---|
| Minimum value | 0 |
specifies the maximum number of iterations in any optimization.
| Alias | maxit |
|---|---|
| Minimum value | 1 |
specifies the upper limit (in seconds) of CPU time for any optimization.
| Minimum value | 0 |
|---|
specifies the minimum number of iterations in any optimization.
| Default | -1 |
|---|---|
| Minimum value | 0 |
specifies the optimization technique.
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 |
|---|
lists the parameters of the model and their initial values.
| Alias | parms |
|---|
The parms_Statement value can be one or more of the following:
specifies the parameter name.
specifies the initial values for the parameter.
The parmvalftb value can be one or more of the following:
specifies the BY value in a FROM BY TO format of an initial values specification.
| Default | 1 |
|---|
specifies the FROM value in a FROM BY TO format of an initial values specification.
specifies the TO value in a FROM BY TO format of an initial values specification.
specifies the data table that provides parameter starting values.
For more information about specifying the parmData parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the options for the initial parameter specifications.
The parm_options value can be one or more of the following:
specifies the maximum number of initial values to display.
| Minimum value | 1 |
|---|
specifies a default initial value for all the parameters in the model.
| Alias | defstart |
|---|
lists the expressions that need to be predicted after the model is fitted.
The predict_Statement value can be one or more of the following:
specifies the alpha value to use in constructing confidence intervals for an individual prediction.
| Range | 0–1 |
|---|
specifies the degrees of freedom to use in finding p-values for an individual prediction.
specifies the expression to be predicted.
specifies the label for predicted expression.
names the lower bound of a confidence interval for an individual prediction.
names the predicted value for an individual prediction.
names the p-value for an individual prediction.
names the standard error for an individual prediction.
names the t value for an individual prediction.
names the upper bound of a confidence interval for an individual prediction.
specifies the output data table.
For more information about specifying the predOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the linear restriction for the model.
specifies the input data table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies tolerance-related options.
specifies the general singularity criterion.
| Range | 0–1 |
|---|