equation object change by hist?
Posted: Sat Jun 18, 2011 1:26 am
Ver: EViews7Patch_061311.exe
If I uncomment the line "freeze(gfh) eq03.hist", error report on line "vl(2) = eq03.C(4)", do not know why
Code: Select all
%ex7 = "\Example Files\EV7 Manual Data"
%ch26 = "\Chapter 26 - Discrete and Limited Dependent Variable Models"
%wf = @evpath + %ex7 +%ch26 +"\order.wf1"
wfopen %wf
equation eq03.ordered danger body brain sleep
'freeze(gfh) eq03.hist
vector(5) vl
vl(1) = eq03.C(3)
vl(2) = eq03.C(4) 'if comment the line hist, no error