Hi, I am currently trying to generate a table in stata to import into Latex using the following code:
esttab using OLS_Tables.tex, replace keep(Leverage logTotalAssets Tangibility RevenueGrowth FirmAge _cons) order(Leverage logTotalAssets Tangibility RevenueGrowth FirmAge _cons) r2 b(%9.3f) se(%9.3f)label star(* 0.10 ** 0.05 *** 0.01) nonotes addnotes("$^{\ast} \text{ } p<0.10,\text{ } ^{\ast \ast}p<0.05, \text{ } ^{\ast \ast}p<0.01$" "Robust standard errors in parentheses") compress
It generates the following table as seen below
Array
How would I edit my code further to replicate the format of the following table including a title, a row below the equation number to include the type of regression (OLS) above the dependent variable (ROA), a seperate section showing Year FE?
Array
Thanks!
Related Posts with Generating tables using the eststo and esttab commands in Stata and exporting the tex. file into Latex
dropping observation with a conHello all, I would like to drop certain observations from my database and I am not sure how to do so…
Plotting Gamma function simultaneouslyAny possibility one could plot two different gamma distributions at the same time. …
Adding string variables togetherHi, I am dealing w panel data and have a string variable (rating) that takes on let's say the value…
log forvalueswhile Code: forvalues i = 10(10)200 { works great, and increments i linearly, is it possible to eas…
Multiple individuals per household id number: how to get household information from individual observationsI am working in a dataset that has both household and individual level variables. We have a total of…
Subscribe to:
Post Comments (Atom)
0 Response to Generating tables using the eststo and esttab commands in Stata and exporting the tex. file into Latex
Post a Comment