-
H=name
specifies a variable that contains the tangential leverage. See the section Leverage in Nonlinear Regression for details.
-
J=name
specifies a variable that contains the Jacobian leverage. See the section Leverage in Nonlinear Regression for details.
-
L95=name
specifies a variable that contains the lower bound of an approximate 95% confidence interval for an individual prediction. This includes the variance of the error as well as the variance of the parameter estimates. See also the description for the U95= option later in this section.
-
L95M=name
specifies a variable that contains the lower bound of an approximate 95% confidence interval for the expected value (mean). See also the description for the U95M= option later in this section.
-
LCL=name
specifies a variable that contains the lower bound of an approximate
% confidence interval for an individual prediction. The
level is equal to the value of the ALPHA= option in the OUTPUT statement or, if this option is not specified, to the value of the ALPHA= option in the PROC NLIN statement. If neither of these options is specified, then
by default, resulting in a lower bound for an approximate 95% confidence interval. For the corresponding upper bound, see the UCL keyword.
-
LCLM=name
specifies a variable that contains the lower bound of an approximate
% confidence interval for the expected value (mean). The
level is equal to the value of the ALPHA= option in the OUTPUT statement or, if this option is not specified, to the value of the ALPHA= option in the PROC NLIN statement. If neither of these options is specified, then
by default, resulting in a lower bound for an approximate 95% confidence interval. For the corresponding lower bound, see the UCLM keyword.
-
LMAX=name
specifies a variable that contains the direction of maximum local influence of an additive perturbation of the response variable. See the section Local Influence in Nonlinear Regression for details.
-
PARMS=names
specifies variables in the output data set that contains parameter estimates. These can be the same variable names that are listed in the PARAMETERS statement; however, you can choose new names for the parameters identified in the sequence from the parameter estimates table. A note in the log indicates which variable in the output data set is associated with which parameter name. Note that, for each of these new variables, the values are the same for every observation in the new data set.
-
PREDICTED=name
P=name
specifies a variable in the output data set that contains the predicted values of the dependent variable.
-
PROJRES=name
specifies a variable that contains the projected residuals obtained by projecting the residuals (ordinary residuals) into the null space of
. For the ordinary residuals, see the RESIDUAL= option later in this section. The section Residuals in Nonlinear Regression describes the statistical properties of projected residuals in nonlinear regression.
-
PROJSTUDENT=name
specifies a variable that contains the standardized projected residuals. See the section Residuals in Nonlinear Regression for details and the STUDENT= option later in this section.
-
RESEXPEC=name
specifies a variable that contains the mean of the residuals. In contrast to linear regressions where the mean of the residuals is zero, in nonlinear regression the residuals have a nonzero mean value and show a negative covariance with the mean response. See the section Residuals in Nonlinear Regression for details.
-
RESIDUAL=name
R=name
specifies a variable in the output data set that contains the residuals. See also the description of PROJRES= option stated previously in this section and the section Residuals in Nonlinear Regression for the statistical properties of residuals and projected residuals.
-
SSE=name
ESS=name
specifies a variable in the output data set that contains the residual sum of squares finally determined by the procedure. The value of the variable is the same for every observation in the new data set.
-
STDI=name
specifies a variable that contains the standard error of the individual predicted value.
-
STDP=name
specifies a variable that contains the standard error of the mean predicted value.
-
STDR=name
specifies a variable that contains the standard error of the residual.
-
STUDENT=name
specifies a variable that contains the standardized residuals. These are residuals divided by their estimated standard deviation. See the PROJSTUDENT= option defined previously in this section and the section Residuals in Nonlinear Regression for the statistical properties of residuals and projected residuals.
-
U95=name
specifies a variable that contains the upper bound of an approximate 95% confidence interval for an individual prediction. See also the description for the L95= option.
-
U95M=name
specifies a variable that contains the upper bound of an approximate 95% confidence interval for the expected value (mean). See also the description for the L95M= option.
-
UCL=name
specifies a variable that contains the upper bound of an approximate
% confidence interval an individual prediction. The
level is equal to the value of the ALPHA= option in the OUTPUT statement or, if this option is not specified, to the value of the ALPHA= option in the PROC NLIN statement. If neither of these options is specified, then
by default, resulting in an upper bound for an approximate 95% confidence interval. For the corresponding lower bound, see the LCL keyword.
-
UCLM=name
specifies a variable that contains the upper bound of an approximate
% confidence interval for the expected value (mean). The
level is equal to the value of the ALPHA= option in the OUTPUT statement or, if this option is not specified, to the value of the ALPHA= option in the PROC NLIN statement. If neither of these options is specified, then
by default, resulting in an upper bound for an approximate 95% confidence interval. For the corresponding lower bound, see the LCLM keyword.
-
WEIGHT=name
specifies a variable in the output data set that contains values of the special variable _WEIGHT_.