Hi everyone!
I'm trying to create a table of my regression output. This is the command that I used: esttab, cells("b(star) p") starlevels(* 0.1 ** 0.05 *** 0.001) nobaselevels, it displays a table with two columns, one for the coefficient with the customized starts and the other for the p-value...I would like to improve it and modify it a little.
Due to I have many independent variables (17 to be precise), I named them like this: A, B, C, and so on, for practical purposes. but in the table, I don't want these names to appear, instead of that, I would like to put the labels associated with each variable (which is the real name) and also limit the number of decimals of the p-value to 3 decimals.
Can you please help me with this? Which are the options or additional commands that I have to use?
Thank you in advance!!
I'm trying to create a table of my regression output. This is the command that I used: esttab, cells("b(star) p") starlevels(* 0.1 ** 0.05 *** 0.001) nobaselevels, it displays a table with two columns, one for the coefficient with the customized starts and the other for the p-value...I would like to improve it and modify it a little.
Due to I have many independent variables (17 to be precise), I named them like this: A, B, C, and so on, for practical purposes. but in the table, I don't want these names to appear, instead of that, I would like to put the labels associated with each variable (which is the real name) and also limit the number of decimals of the p-value to 3 decimals.
Can you please help me with this? Which are the options or additional commands that I have to use?
Thank you in advance!!

Comment