Page 1 of 1

VAR estimation

Posted: Mon Feb 22, 2010 2:43 pm
by luckygift2002
Dear all,
Can any one help me?

I would like to estimate a VAR(1), the command is

var .ls 1 1 y x

But I have found that the estimation has included constant, I am wondering how to get rid off the constant. Any help would be very appreciated.

Many thanks,

Jing

Re: VAR estimation

Posted: Mon Feb 22, 2010 2:48 pm
by EViews Gareth
var.ls(noconst) 1 1 y x

Re: VAR estimation

Posted: Tue Feb 23, 2010 12:33 pm
by luckygift2002
Many thanks Gareth