Page 1 of 1

Result display

Posted: Fri Aug 03, 2012 2:00 pm
by jonsonu2
Can I display the result automaticly with star?
I mean the coefficient is 1% level significant, there will be *** behaind it, 5% level, "**" behind/
such as Coefficient 2.342 *** means it significant at 1% level.

Re: Result display

Posted: Fri Aug 03, 2012 2:02 pm
by EViews Gareth
There's nothing built in to do it.

You could freeze the equation output into a table, and then add the * yourself manually.

Or you could write a program that does it for you. The SignifCoefs add-in does something similar, but it shades based on colour, rather than adding an *. If you're comfortable with EViews programming, taking a look at the source code and modifying it to do * shouldn't be too hard.