creating a VAR model
Posted: Thu Jan 20, 2011 12:03 pm
Hi Tom,
I have a VAR model which I specify as follows:
system 1 to nvars
var 1 to nvars
lags 1 to nlags
det CONSTANT
specify(type=general,tight=.2,lag=harm,decay=1.0,noprint)
kfset kfs
end(system)
I would like to create a VAR model, let's call it VARMODEL, by using the equation numbers. I tried using the group command, but it does not seem to work. Could you please advise?
Thanks, Luching.
I have a VAR model which I specify as follows:
system 1 to nvars
var 1 to nvars
lags 1 to nlags
det CONSTANT
specify(type=general,tight=.2,lag=harm,decay=1.0,noprint)
kfset kfs
end(system)
I would like to create a VAR model, let's call it VARMODEL, by using the equation numbers. I tried using the group command, but it does not seem to work. Could you please advise?
Thanks, Luching.