Hello:
I am trying to force two variables to show up at the very end of my regression table. My issue is that even after I set the order in estab, the interaction coefficients end up at the very bottom of the table. Is there a way to force variables to appear even below the interaction term?
I am using Stata 15.1
Here is my code:
poisson summons_dummy c.moderate_inflation_m_y##i.abe2 c.moderate_deflation_m_y##i.abe2 gdp_lag1 unemprate effective_exch_rate trade call_rate_fred vote_infavor_cont hoc_election_35 hor_election_35 ldp_upper_d ldp_lower_d diet_insession weekend_dummy
est store p6
esttab p6, order(moderate_deflation_m_y moderate_inflation_m_y gdp_lag1 unemprate effective_exch_rate trade call_rate_fred vote_infavor_cont hoc_election_35 hor_election_35 ldp_upper_d ldp_lower_d diet_insession weekend_dummy), using "/Data/Stata/Tables/poisson_table_1", nobaselevels starlevels( † 0.10 * 0.05 ** 0.010 *** 0.001) se aic bic nonumber mtitle("Model 1") label varwidth(60) replace
I would like "diet_insession" and "weekend_dummy" to show up at the bottom of the regression table.
Any help would be appreciated!
Thanks,
Gene
Related Posts with Variable order for interaction term in output table using esttab
Question about graph bar command and how to include a second y-axis for a second variableDear Stata forum, I have a question about the graph bar command. So far, I have been using the foll…
Create a dataset from the current datasetHello Can someone help me create a dataset from my current dataset? I have the following dataset: …
XTQREG: how to add statistics to regression (e.g. pseudo R2) and how to determine the quantile?Hi, how do I include these extra statistics in xtqreg: - I want to add a measure of fit (such as the…
Compare elements of locals and return distingushing elementsDear all, I have the following three locals: Code: local house "1 2 3 4" local garden "1 2 3" loc…
How to store formatted number in a noteStataMP 15.1 on macOS Sierra I'd like to display the number of observations in a note with formatti…
Subscribe to:
Post Comments (Atom)
0 Response to Variable order for interaction term in output table using esttab
Post a Comment