PANEL Procedure

OUTPUT Statement

  • OUTPUT <options>;

The OUTPUT statement creates an output SAS data set as specified by the following options:

OUT=SAS-data-set

names the output SAS data set to contain the predicted and transformed values. If you do not specify this option, the new data set is named according to the DATAn convention.

PREDICTED=name
P=name

writes the predicted values to the output data set.

RESIDUAL=name
R=name

writes the residuals to the output data set.

Last updated: June 19, 2025