EqTabs (Equation summaries)

For questions about EViews Add-ins available from the EViews Add-ins webpage. Note each add-in available on our webpage will have its own individual thread.

Moderators: EViews Gareth, EViews Moderator, EViews Esther

thoda
Posts: 1
Joined: Mon Apr 21, 2014 11:12 pm

Re: EqTabs (Equation summaries)

Postby thoda » Mon Apr 21, 2014 11:23 pm

Hi, thank you for this useful tool.
I am wondering if there is any plan to support Three-Stage Least Squares(3sls) on this EqTabs.

Thank you.

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

Re: EqTabs (Equation summaries)

Postby EViews Gareth » Mon Apr 21, 2014 11:30 pm

Since equations cannot be estimated via 3SLS, no.
Follow us on Twitter @IHSEViews

EconStudentMaas
Posts: 7
Joined: Thu Jun 11, 2015 2:39 am

Re: EqTabs (Equation summaries)

Postby EconStudentMaas » Fri Jun 12, 2015 2:48 am

Hey everyone!

I'd like to augment the source code, so that instead of having asterix behind the SE or TS to indicate significance, I have them right behind the coefficients.
I already defined the following:

Code: Select all

         !sig01 = 0
         !sig5 = 0
         !sig1 = 0
         if !pval < 0.01 then
            !sig1=1
         endif
         if !pval < 0.05 then
            !sig5=1
         endif
         if !pval < 0.10 then
            !sig01=1
         endif


For the asterix to be added to the SEs, the code now looks like this:

Code: Select all

         if !SEasterisk then  'add asterix if significant
            if !sig01=1 then
               %se = %se + "*"
            endif
            if !sig5=1 then
               %se = %se + "*"
            endif
            if !sig1=1 then
               %se = %se + "*"
            endif
         endif


How and where do I need to change the code to add these asterix behind the coefficients? Which lines do I have to add?

I'm really new to coding, so please be easy on me here :wink:
Thanks for your help!!!

evuga
Posts: 7
Joined: Tue Oct 28, 2014 8:06 am

EqTabs with nonlinear squares

Postby evuga » Wed Oct 07, 2015 6:28 am

I ran the eqsumtab program after having estimated a set of nonlinear squares regressions. However, everything is shifted / wrongly linked as the constant is not shown as dependent variable. Thus, the coefficient of the constant is shown as the coefficient of the first variable and so on. Thus, also the coefficients of the last dependent variable are not shown at all in that table.

Is it a problem typically occuring with nonlinear squares?

How can I fix it in the program? Or is there even an easier way?

Many thanks in advance!

evuga
Posts: 7
Joined: Tue Oct 28, 2014 8:06 am

Re: EqTabs (Equation summaries)

Postby evuga » Wed Oct 07, 2015 6:49 am

Furthermore, if my regressions contain interacted dependent variables, let's say:
a, b, a*c, b*c
the table just lists a, b and c and again does not link the dependent variable to the right coefficient.

This, I could manage by just defining a new variable before running the regressions, however maybe there is a solution within eqsumtab?

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

Re: EqTabs (Equation summaries)

Postby EViews Gareth » Wed Oct 07, 2015 8:23 am

Yeah, that add-in is really only meant for simple equations specified by list.
Follow us on Twitter @IHSEViews

rbebczuk
Posts: 4
Joined: Wed Jan 12, 2022 8:10 am

Re: EqTabs (Equation summaries)

Postby rbebczuk » Wed Jan 12, 2022 1:07 pm

Hi! I'm using the EqTabs add-in, and I was wondering how I could add some regression statistics at the end, in particular the standard deviation of the regression (se) and the mean of the dependent variable (meandep). Thanks!!!

rbebczuk
Posts: 4
Joined: Wed Jan 12, 2022 8:10 am

Re: EqTabs (Equation summaries)

Postby rbebczuk » Wed Jan 12, 2022 2:53 pm

Hi again, I was able to modify the code and add the stats I needed. Thanks anyway! It's just great to have such a first-rate support when needed.

ale.f
Posts: 1
Joined: Fri Aug 17, 2018 10:06 am

Re: EqTabs (Equation summaries)

Postby ale.f » Thu Feb 08, 2024 9:49 am

Hi! I have been trying to use the add-in but it raises the error "7 is not a valid index for.". Do you have any suggestion on what I could do to solve the problem?

Thank you in advance.


Return to “Add-in Support”

Who is online

Users browsing this forum: Debora_user and 20 guests