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
graph bar: only labels from one variable in boldHi. I have the dataset below for which I generated a graph bar. How can I make variable percap_total…
F-statistic on the difference of two variablesDear all, I have to create a new sample in which the difference between two variables is significant…
Labour supply modelDear all, I want to estimate a discrete choice labour supply model using the package lslogit. I try…
Estimated effect opposite than scatter plots and mean differences t-test suggestDear all, I turn to you as I have a puzzle that has frustrated me to the level of despair. I don't …
bootstrap "repeated time values within panel" 2 SRII'm trying to run 2sri approach in Stata 15. My first stage is a probit regression and the second re…
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