EqTabs - add AIC and SIC values to table

For questions regarding programming in the EViews programming language.

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

mreitrics
Posts: 2
Joined: Thu Mar 15, 2018 8:24 pm

EqTabs - add AIC and SIC values to table

Postby mreitrics » Sat Oct 13, 2018 8:35 pm

Hello EViews Users,

Is there any ways to add other estimator values like AIC, SIC and DW to the bottom of the EqTabs (EqSumTab)?

In the eqsumtab.prg can I just grab sets of codes and modify them?

For example, I'm assuming these sets of codes are what list F-prob to the bottom of table. These codes are from different lines/locations of eqsubtab.prg, and they are separated by "------------------------"

Code: Select all

!doFProb = 0         'Add F-prob
------------------------         

%FPDP = "4"         'Number of decimal plaecs to display the F P-val
------------------------         

%temp = @equaloption("FProb")
   if @len(%temp) then
      !doFProb=1
      %FPDP =%temp
   else
      !doFProb=0
   endif
------------------------         

if !doFProb = 1 then
            !fpval = 1-@cfdist(@abs({%eqname}.@f),{%eqname}.@ncoef-1,!df)  'calculate f pvalue
            %fpval = @str(!fpval,%fpformat)  'convert to string
            {%tabname}(!rowcounter+1+!doObs+!dor2+!dofstat,!colcounter) = %fpval
         endif
------------------------         

if !doFProb then    'add F p-value
   {%tabname}(!rowcounter,1) = "Prob(F-stat):"
   {%tabname}.setfont(!rowcounter,1) +i
   !rowcounter = !rowcounter+1
endif


Could I just somehow modify them to pull AIC. If so, what is the variables that pull the AIC?

Thank you

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

Re: EqTabs - add AIC and SIC values to table

Postby EViews Gareth » Sat Oct 13, 2018 10:06 pm

Yep. I am on my phone in the middle of Korean the jungle at the moment, so can’t see original program, but there will be something along the lines of {%eqname}.@fstat which you can replace with {%eqname}.@aic
Follow us on Twitter @IHSEViews


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 14 guests