Page 1 of 1

Limit number of decimals in EViews equation output

Posted: Wed Jul 27, 2016 3:12 am
by loulouviews
Hi,
I'm wondering if it exists something like :

Code: Select all

myEquation.setformat f.xx
for equation output so that coefficient, R-squared, etc. only have a specific number of decimals.
I've tried

Code: Select all

coef(2) cc cc.serformat f.3 equation eq1.ls myTs = cc(1)+cc(2)*myTS(-1)
But this is not working, the output of the equation is still with 5 decimals.
Thanks !

Louis

Re: Limit number of decimals in EViews equation output

Posted: Wed Jul 27, 2016 7:14 am
by EViews Gareth
Freeze the equation output into a table, then set the format in the table.

Re: Limit number of decimals in EViews equation output

Posted: Fri Jul 29, 2016 12:23 am
by loulouviews
Many thanks Gareth !