MODEL Statement |
The MODEL statement specifies the dependent variable and independent regressor variables for the regression model.
The following options can be used in the MODEL statement after a slash (/).
The endogenous variable options are the same as the options specified in the ENDOGENOUS statement. If an endogenous variable has an endogenous option specified in both the MODEL statement and the ENDOGENOUS statement, the option in the ENDOGENOUS statement is used.
specifies options that are used for Box-Cox regression or regressor transformation. For example, the Box-Cox regression is specified as
model y = x1 x2 / boxcox(y=lambda,x1 x2)
PROC QLIM estimates the following Box-Cox regression model:
The option-list takes the form variable-list < = varname > separated by ’,’. The variable-list specifies that the list of variables have the same Box-Cox transformation; varname specifies the name of this Box-Cox coefficient. If varname is not specified, the coefficient is called _Lambdai, where i increments sequentially.