Page 1 of 1

how to put P(F-stat) result in to a new table(coding)

Posted: Sun Nov 20, 2011 8:37 pm
by lollolflyfly
hi guys,

I was trying to put P(F-stat) result in to a columns of a table. When I run LS, it show the P(F-stat) result, but how can I put this result in to a table when coding.
It's there any command for that? like eq.results@.....?

Thanks

Re: how to put P(F-stat) result in to a new table(coding)

Posted: Mon Nov 21, 2011 8:49 am
by EViews Gareth
Calculate it from the f-statistic:

Code: Select all

scalar fprob = 1-@cfdist(eq.@f, eq.@ncoef-1, eq.@regobs-eq.@ncoef)