CQLIM Procedure
Syntax: CQLIM Procedure
The following statements are available in the CQLIM procedure:
PROC CQLIM options;
BAYES <options>;
BOUNDS bound1 < , bound2 …> ;
BY variables;
CLASS variable <(options)>…<variable <(options)>> </ global-options> ;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
FREQ variable;
ENDOGENOUS variables
options;
HETERO dependent-variables
exogenous-variables / options;
INIT initvalue1 < , initvalue2 …> ;
MODEL dependent-variables = regressors / options;
OUTPUT OUT=libref.data-table <output-options> ;
PRIOR parameter-list ~ distribution ;
RESTRICT restriction1 < , restriction2 …> ;
TEST options;
WEIGHT variable </ option>;
At least one MODEL statement is required. If you specify more than one MODEL statement, the CQLIM procedure estimates a system of models. The BAYES statement is not compatible with multiple MODEL statements or with the BOUNDS, HETERO, RESTRICT, or TEST statement. If you specify more than one FREQ or WEIGHT statement, only the variable that is specified in the first instance of the statement is used.