The following statements are available in the HPPANEL procedure:
PROC HPPANEL options;
ID cross-section-id time-series-id;
MODEL response = regressors </options>;
RESTRICT equation1<,equation2…> ;
TEST equation <,equation2…>< / options> ;
OUTPUT OUT=SAS-data-set <output-options> ;
PERFORMANCE <performance-options>;
The ID and MODEL statements are required.
The following sections provide a functional summary of statements and options, then describe the PROC HPPANEL statement, and then describe the other statements in alphabetical order.