The HPPANEL Procedure

OUTPUT OUT= Data Set

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:

_CSID_

is the value of the cross section ID. The variable name is the one specified in the id statement.

_TSID_

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.

Pred

is the predicted value of dependent variable. This column is output only if the PRED option is specified.

Resid

is the residual from the regression. This column is output only if the RESIDUAL option is specified.