Hey everyone,
As in the title, I'd like to save my regression results in a table, however, I can't seem to find a way to keep the significance stars while not showing "Standard errors in parenthesis *p <0.10, **p<0.05, ***p<0.001" under the table with esttab. I basically want this because below each table I add a lot of notes in LaTex and I've seen a lot of people putting the "Standard errors in parenthesis *p <0.10, **p<0.05, ***p<0.001" at the end of the notes instead of immediately below the table. Since I'm going to manually put "Standard errors..." in the LaTeX caption of the table, I want to produce just the table.
This is the code I have so far:
esttab m1 m2 m3 m4 using "results/tables/regression1.tex", replace label se star(* 0.10 ** 0.05 *** 0.01)
Thanks in advance!
Array
Related Posts with Not show "Standard errors in parenthesis *p <0.10, **p<0.05, ***p<0.001" below table, while keeping the significance stars with esttab
Speeding up Mixlogit with large datasetsHi there, I am running a mixed logit model using the user written command mixlogit on Stata 16/MP8 …
Is there any other wrapper/executer/(executioner?) apart from -rangestat- that can run Mata functions?Good morning, I recently discovered a nice feature of the user contributed -rangestat-: one can use…
Clustering of SEs: Heteroskedasticity and AutocorrelationI am running a panel data analysis of geographic diversification (quadratic) on company performance …
How to make twoway line graph over group in the same figureHello colleagues, How can I make twoway line graph across grouping variable on the same figure? For…
Running regression including fixed effects and clustered standard errorsHello everyone, i have panel data on a monthly basis over a time span of 14 years for 26 cities. Si…
Subscribe to:
Post Comments (Atom)
0 Response to Not show "Standard errors in parenthesis *p <0.10, **p<0.05, ***p<0.001" below table, while keeping the significance stars with esttab
Post a Comment