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
Count the number of consecutive increase of a variable by groupHi, I would like to count the number of consecutive increase (up to 8, 8 being the max) of a variab…
How to interpret interaction term if it is similar to independent coefficient?Hi all, Im struggling with the results of my regression. Im testing the moderation effect (M) on th…
How to restricting the range of a plot.Hi, I use following code to restrict the range of a plot and get a plot as showing below. However, i…
Multiple Hypothesis Testing using*mhtregDear community, I am trying to use the command -mhtreg- to do multi hypothesis testing. But when I …
Common Directors between companiesHi, I am new to Stata. I have data on Director interlocks between companies on a particular date. I …
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