The model is specified follow,
linreg(define=longeqn) y
# constant x
system(model=m2)
variables x y z
lags 1 to 2
det d_x1 constant
ect longeqn
end(system)
estimate ;*<<----------OK
estimate(model=m2) 1 100 ;*<<----------- NOT OK; (insteaded the ect model is estimated, the var model did.)
i need to use the second instruction, since i have different model in a loop. I am not sure if this is a winrats bug, but i need a solution. Please help. thanks.
