BookmarkSubscribeRSS Feed
Matiou
Calcite | Level 5
Hi,

I would like to model a time series where the value depends on its lag, and also on two covariates. More precisely, this is the last equation in the following picture :

http://img297.imageshack.us/img297/2862/eqwh5.jpg

just for your information, LE is Life Expectancy, EXP is Expenditure, and INV is Innovation.

And the problem is, I just don't how to model it with SAS, let alone interpret it. I know AR(1) models, but I've never learnt what to do when you put some other variables in. I found some articles about this, but nothing explaining how to do it with SAS, which is why I seek for help here.

Thanks in advance

Message was edited by: Matiou Message was edited by: Matiou
1 REPLY 1
Doudou
Calcite | Level 5
2 suggestions.

1. When you use PROC ARIMA, you can specify CROSSCOR=variable-list in the INDENTIFY statement and INPUT=variable-list in ESTIMATE statement.

2. When you use PROC UCM, you can specify dep_variable=variable-list in MODEL statement and LAGS=n in DEPLAG statement. Message was edited by: Doudou

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

Discussion stats
  • 1 reply
  • 1724 views
  • 0 likes
  • 2 in conversation