Page 2 of 2

Re: Codes and output for a VECT model

Posted: Sat Apr 04, 2015 9:34 pm
by anozman
Hi Tom,

I have used the below code setting as suggested in your previous post,

system(model=dLnVAR)
variables dLnVariables
det constant
end(system)
estimate(print)

But the VAR only has a constant in each equation like the one below, is it correct?

Variable Coeff Std Error T-Stat Signif
************************************************************************************
1. Constant -0.008946016 0.017575405 -0.50901 0.61092421

Anozman

Re: Codes and output for a VECT model

Posted: Sat Apr 04, 2015 10:51 pm
by TomDoan
anozman wrote:Hi Tom,

I have used the below code setting as suggested in your previous post,

system(model=dLnVAR)
variables dLnVariables
det constant
end(system)
estimate(print)

But the VAR only has a constant in each equation like the one below, is it correct?

Variable Coeff Std Error T-Stat Signif
************************************************************************************
1. Constant -0.008946016 0.017575405 -0.50901 0.61092421

Anozman
What else would there be if lags are zero?