PROC HPPANEL writes the initial data of the estimated model, predicted values, and residuals to an output data set when the OUT= option is specified in the OUTPUT statement. The OUT= data set contains the following variables:
is the value of the cross section ID. The variable name is the one specified in the id statement.
is the value of the time period in the dynamic model. The variable name is the one specified in the id statement.
Regressors
are the values of regressor variables that are specified in the COPYVAR option.
is the predicted value of dependent variable. This column is output only if the PRED option is specified.
is the residual from the regression. This column is output only if the RESIDUAL option is specified.