tailieunhanh - SAS/ETS 9.22 User's Guide 103

SAS/Ets User's Guide 103. Provides detailed reference material for using SAS/ETS software and guides you through the analysis and forecasting of features such as univariate and multivariate time series, cross-sectional time series, seasonal adjustments, multiequational nonlinear models, discrete choice models, limited dependent variable models, portfolio analysis, and generation of financial reports, with introductory and advanced examples for each procedure. You can also find complete information about two easy-to-use point-and-click applications: the Time Series Forecasting System, for automatic and interactive time series modeling and forecasting, and the Investment Analysis System, for time-value of money analysis of a variety of investments | 1012 F Chapter 18 The MODEL Procedure Figure Monte Carlo Confidence Interval Plot Syntax MODEL Procedure The following statements can be used with the MODEL procedure PROC MODEL options ABORT ARRAY arrayname variable-list. ATTRIB variable-listl attribute-listl variable-list2 attribute-list2. BOUNDS boundl bound2. BY variable-list CALL name CALL name expressionl expression2. CONTROL variable value . . . DELETE Syntax MODEL Procedure F 1013 DO DO variable expression TO expression BY expression expression TO expression BY expression . WHILE expression UNTIL expression END DROP variable. ENDOGENOUS variable initial-values . ERRORMODEL equation-name distribution CDF CDF options ESTIMATE iteml item2. options EXOGENOUS variable initial values . FIT equations PARMS parameter values . START parameter values . DROP parameters options FORMAT variable-list format DEFAULT default-format GOTO statement-label ID variable-list IF expression IF expression THEN programming-statementl ELSE programming-statement2 variable expression variable expression INCLUDE model-file. INSTRUMENTS instruments _EXOG_ EXCLUDE parameters options KEEP variable. LABEL variable label . LENGTH variable-list length . DEFAULT length LINK statement-label MOMENT variable-list moment-specification . OUTVARS variable. PARAMETERS variablel valuel variable2 value2. PUT print-item . @ @@ RANGE variable first TO last RENAME old-name1 new-name1 . old-name2 new-name2 RESET options RESTRICT restriction restriction2. RETAIN variable-list1 value1 variable-list2 value2. RETURN SOLVE variable-list SATISFY equations options SUBSTR variable index length expression SELECT expression OTHERWISE programming-statement STOP TEST name test1 test2. options VAR variable initial-values . . . WEIGHT variable WHEN expression programming-statement 1014 F Chapter 18 The MODEL Procedure Functional Summary The statements and options in the MODEL procedure are summarized in the following table. Description Statement Option Data Set .