Limit number of decimals in EViews equation output
Posted: Wed Jul 27, 2016 3:12 am
Hi,
I'm wondering if it exists something like : for equation output so that coefficient, R-squared, etc. only have a specific number of decimals.
I've tried
But this is not working, the output of the equation is still with 5 decimals.
Thanks !
Louis
I'm wondering if it exists something like :
Code: Select all
myEquation.setformat f.xxI've tried
Code: Select all
coef(2) cc
cc.serformat f.3
equation eq1.ls myTs = cc(1)+cc(2)*myTS(-1)
Thanks !
Louis