Page 1 of 1

Freeze

Posted: Fri Apr 24, 2009 9:23 am
by rogerioms
can I give a freeze at an output of a ols?
for example,

freeze(tab) ls y c x

Re: Freeze

Posted: Fri Apr 24, 2009 9:34 am
by EViews Gareth
equation eq1
freeze(tab) eq1.ls y c x

Re: Freeze

Posted: Sat Apr 25, 2009 4:46 am
by rogerioms
When I run therefore:
equation regalpha.ls alpha c ibrx
The equation "regalpha" appears in workfile

But when I run so:
equation regalpha1.freeze(tab) regalpha1.ls alpha c ibrx
and I open the equation regalpha1 of workfile saith:
"Equation does not have estimates"
In addition, the eviews not salve table "tab" in workfile

can I pull the results of the output in vetor???

Re: Freeze

Posted: Sat Apr 25, 2009 4:55 am
by rogerioms
Thank you, I have already