Code: Select all
%wf = @evpath + "\Example Files\data\demo"
wfopen %wf
group g m1 gdp
g.linefit(yl,xb=-0.5,s=s1)
In Eviews 7
Code: Select all
%wf = @evpath + "\Example Files\Sample Programs\stats\demo"
wfopen %wf
group g m1 gdp
g.scat linefit(yl,xb=-0.5) 'EViews 7
g.distdata(dtype=linefit) mm
