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

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

lollolflyfly
Posts: 2
Joined: Sat Nov 19, 2011 1:25 am

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

Postby lollolflyfly » Sun Nov 20, 2011 8:37 pm

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

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13604
Joined: Tue Sep 16, 2008 5:38 pm

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

Postby EViews Gareth » Mon Nov 21, 2011 8:49 am

Calculate it from the f-statistic:

Code: Select all

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


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests