Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The GENMOD Procedure

Predicted Values of the Mean

Predicted Values

A predicted value, or fitted value, of the mean \mu_icorresponding to the vector of covariates xi is given by
\hat{\mu_i} = g^{-1}(x^'_i \hat{{\beta}})
where g is the link function, regardless of whether xi corresponds to an observation or not. That is, the response variable can be missing and the predicted value is still computed for valid xi. In the case where xi does not correspond to a valid observation, xi is not checked for estimability. You should check the estimability of xi in this case in order to ensure the uniqueness of the predicted value of the mean. If there is an offset, it is included in the predicted value computation.

Confidence Intervals on Predicted Values

Approximate confidence intervals for predicted values of the mean can be computed as follows. The variance of the linear predictor \eta_i = x^'_i \hat{{\beta}} is estimated by
\sigma^2_x = x^'_i {{\Sigma}}x_i
where {{\Sigma}} is the estimated covariance of \hat{{\beta}}.

Approximate 100(1-\alpha)\% confidence intervals are computed as

g^{-1} (x^'_i \hat{\beta} +-
 z_{1-\alpha/2} \sigma_{x} )
where zp is the 100p percentile of the standard normal distribution and g is the link function. If either endpoint in the argument is outside the valid range of arguments for the inverse link function, the corresponding confidence interval endpoint is set to missing.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.