Page 2 of 2
Re: EXPORT REGRESSION TO EXCEL
Posted: Thu Apr 16, 2015 5:00 pm
by EViews Gareth
That looks nothing like the code I posted.
Re: EXPORT REGRESSION TO EXCEL
Posted: Fri Apr 17, 2015 12:00 pm
by nano17440
freeze gmm1
gmm1.save (t=xls) gmm
Re: EXPORT REGRESSION TO EXCEL
Posted: Fri Apr 17, 2015 2:07 pm
by nano17440
I didnot get what you said.
In the code, gmm1 is one of my regression and i want to so save it on file, excel if possible.
freeze gmm1
gmm1.save (t=xls) gmm
It's the code you gave me, with modification according to my regressions.
Re: EXPORT REGRESSION TO EXCEL
Posted: Fri Apr 17, 2015 3:06 pm
by EViews Gareth
Code: Select all
freeze(mytab) gmm1.stats
mytab.save(t=xls) gmm
Programming is a precise art. You have to get everything exactly right.
Re: EXPORT REGRESSION TO EXCEL
Posted: Sat Apr 18, 2015 10:39 am
by nano17440
I do get that Gareth. Thks a lot.
If i want to save other table in the same file but in an other tabs.
What shoud i do ?
I tried :
freeze(mytab) gmm1.stats
mytab.save e:\these\data\gmm
freeze(mytab2) gmm2.stats
mytab2.save e:\these\data\gmm range="gmm2"
But did not work