I am just getting my feet wet with Latex, and I am trying to use esttab to create Latex tables. When I run logit (but not ols) models, the esttab output includes the name of the dependent variable (or sometimes the word "main") in the first column and in the row just above the first independent variable. Nothing else is included in that row. I have figured out that this has something to do with "equations" option in esttab. By blindly experimenting I have found that if I use the option "equations(1)" then the row just above the first independent variable will contain "#1" instead of the dependent variable name. But, despite reading the help file and doing quite a bit of searching online, I can't find a good explanation of what the equation option does, or how I can prevent it from inserting a row in my tables. Thanks in advance for any advice/explanation.
Related Posts with Help with esttab equations option
PPML R-squared to highHi, I estimated a gravity model with the PPML estimator and fixed effects. However, the R-squared i…
Gravity Model endogeneityHi, I used a gravity model to estimate the effects of Regional Trade Agreement using the PPML …
Avoiding dummy variable trap using "tab, gen" commandHello everyone, I created year dummy variables for my dataset using the command tab YearEffective,…
Writing a simple program to calculate ANOVA directly. program anova args n1 m1 s1 n2 m2 s2 n3 m3 s3 scalar k=3 gen xbar=(n1*m1+n2*m2+n3*m3)/(n1+n2+n3) g…
PPML help!!Hi, I am studying the flows of oranges between countries. How could I use PPML, what is the differen…
Subscribe to:
Post Comments (Atom)
0 Response to Help with esttab equations option
Post a Comment