Search found 7 matches
- Wed Jun 24, 2015 5:59 am
- Forum: Add-in Support
- Topic: Extending EqTab significance indication
- Replies: 1
- Views: 5854
Re: Extending EqTab significance indication
anyone? please? :? 
- Tue Jun 16, 2015 8:05 am
- Forum: Add-in Support
- Topic: Extending EqTab significance indication
- Replies: 1
- Views: 5854
Extending EqTab significance indication
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: !sig01 = 0 !sig5 = 0 !sig1 = 0 if !pval < 0.01 then !sig1=1 endif if !pval < 0.05 then !sig5=...
- Fri Jun 12, 2015 2:48 am
- Forum: Add-in Support
- Topic: EqTabs (Equation summaries)
- Replies: 38
- Views: 221711
Re: EqTabs (Equation summaries)
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: !sig01 = 0 !sig5 = 0 !sig1 = 0 if !pval < 0.01 then !sig1=1 endif if !pval < 0.05 then !sig5=...
- Thu Jun 11, 2015 7:55 am
- Forum: Programming
- Topic: Saving multiple tables in one Excel file
- Replies: 6
- Views: 6112
Re: Saving multiple tables in one Excel file
I'm sorry Gareth, but where can I find the source code? Again, not much programming/coding experience here :?
- Thu Jun 11, 2015 5:22 am
- Forum: Programming
- Topic: Saving multiple tables in one Excel file
- Replies: 6
- Views: 6112
Re: Saving multiple tables in one Excel file
That is genius! Thank you so much Gareth!!! Is there any way to (I) change the order in which the independent variables appear, (ii) show asterisks for significance right behind the coefficients, so without displaying SE or t, and (iii) change the significance levels corresponding to the asterisks? ...
- Thu Jun 11, 2015 2:59 am
- Forum: Programming
- Topic: Saving multiple tables in one Excel file
- Replies: 6
- Views: 6112
Re: Saving multiple tables in one Excel file
Short but important addition to my question :D For my task, I basically have an equation and add a new independent variable in every step, adding 8 variables to the base specification in total. Right now I do that by estimating 9 separate equations and then copying the output into excel manually to ...
- Thu Jun 11, 2015 2:48 am
- Forum: Programming
- Topic: Saving multiple tables in one Excel file
- Replies: 6
- Views: 6112
Saving multiple tables in one Excel file
Hey everyone! In order to create an aggregated table of several model specifications of an OLS regression I am working on, I am trying to save estimation output into Excel. What I have done so far is the following: freeze(eq09) eq09_emu --> eq09_emu is a table of regression output eq09.save (t=xsl) ...
