SAS/ETS Model Editor Window Reference |
Equations Details |
When you select Equations on the Details tab, you can specify the equation for a model and define the variables and parameters for the model.
When Equations is selected on the Details tab, the following controls and fields are displayed:
specifies the equations for the model.
lists the variables and parameters for the model that is defined in the Equation: field. To add a new row, click the Add button . A new entry appears in the Variable and Parameter Definitions table. To edit the value for an entry, double-click the appropriate cell in the Variable and Parameter Definitions table. To delete an entry, select an existing entry and then click the Delete button .
specifies the name of the variable or parameter.
specifies the variable type (such as endogenous).
specifies the label of the variable or parameter.
specifies whether the variable or parameter is an instrument.
specifies the output to data set options. The selections map to the options DROP, KEEP, and OUTVARS of the MODEL procedure.
indicates whether all of the exogenous variables are to be instrumental variables. (This check box is equivalent to the _EXOG_ option in the INSTRUMENTS statement in the MODEL procedure. See Chapter 18, "The MODEL Procedure" (SAS/ETS User’s Guide), for more information about PROC MODEL.
indicates whether to include only the intercept in the list to be an instrument variable.
indicates whether to include an intercept term and all of the exogenous variables as instrumental variables.
specifies the name of the ID variable to be created for the input data set. You can type any valid SAS variable name in this field or select from the list.
specifies the time range between observations in the data set. Select a range from list.
specifies the starting date for the time series in the data set. Enter a date value in this field, using a form that is recognizable as a SAS date informat (for example, 1998:1, feb1997, or 03mar1998).
specifies the ending date for the time series in the data set. Enter a date value in this field, using a form that is recognizable as a SAS date informat (for example, 1998:1, feb1997, or 03mar1998).
provides the SAS statements for the model.
adds a variable row to the table.
removes variable row from the table.
saves the model template.
closes the window without implementing any changes.
provides help about this window.
Copyright © SAS Institute, Inc. All Rights Reserved.