-
ADJPEARSON<=name>
ADJPEARS<=name>
STDRESCHI<=name>
-
requests the Pearson residual, adjusted to have unit variance. The adjusted Pearson residual is defined for the ith observation as
, where
is the response distribution variance function and
is the leverage. The leverage
of the ith observation is defined as the ith diagonal element of the hat matrix
where
is the diagonal matrix whose ith diagonal is
, and
is a prior weight specified in a WEIGHT statement or 1 if no WEIGHT statement is specified. For the negative binomial,
in the denominator is replaced with the distribution variance, in both the definition of the leverage and the adjusted residual.
This statistic is not computed for multinomial models, nor is it computed for zero-modified models.
If you do not specify a name, PROC HPGENSELECT assigns Adjusted_Pearson as the name.
-
LINP<=name>
XBETA<=name>
-
requests the linear predictor
.
If you do not specify a name, PROC HPGENSELECT assigns Xbeta as the name.
-
LOWER<=name>
-
requests a lower confidence limit for the predicted value. This statistic is not computed for generalized logit multinomial models or zero-modified models.
If you do not specify a name, PROC HPGENSELECT assigns Lower as the name.
-
PEARSON<=name>
PEARS<=name>
RESCHI<=name>
-
requests the Pearson residual,
, where
is the estimate of the predicted response mean and
is the response distribution variance function. For the negative binomial defined in the section Negative Binomial Distribution and the zero-inflated models defined in the sections Zero-Inflated Poisson Distribution and Zero-Inflated Negative Binomial Distribution, the distribution variance is used in place of
.
This statistic is not computed for multinomial models.
If you do not specify a name, PROC HPGENSELECT assigns Pearson as the name.
-
PREDICTED<=name>
PRED<=name>
P<=name>
-
requests predicted values for the response variable.
If you do not specify a name, PROC HPGENSELECT assigns Pred as the name.
-
PZERO<=name>
-
requests zero-inflation probabilities for zero-inflated models.
If you do not specify a name, PROC HPGENSELECT assigns Pzero as the name.
-
RESIDUAL<=name>
RESID<=name>
R<=name>
-
requests the raw residual,
, where
is the estimate of the predicted mean. This statistic is not computed for multinomial models.
If you do not specify a name, PROC HPGENSELECT assigns Residual as the name.
-
ROLE<=name>
-
requests a numeric variable that indicates the role played by each observation in fitting the model. Table 8 shows the interpretation of this variable for each observation.
Table 8: Role Interpretation
| Value |
Observation Role |
| 0 |
Not used |
| 1 |
Training |
| 2 |
Validation |
| 3 |
Testing |
If you do not partition the input data by specifying a PARTITION statement, then the role variable value is 1 for observations that are used in fitting the model and 0 for observations that have at least one missing or invalid value for the response, regressors, frequency, or weight variable.
If you do not specify a name, PROC HPGENSELECT assigns Role as the name.
-
UPPER<=name>
-
requests an upper confidence limit for the predicted value. This statistic is not computed for generalized logit multinomial models or zero-modified models.
If you do not specify a name, PROC HPGENSELECT assigns Upper as the name.
-
ZBETA<=name>
-
requests the linear predictor for the zeros model in zero-modified models:
.
If you do not specify a name, PROC HPGENSELECT assigns Zbeta as the name.