Hi,
I am using esttab from the Stata Journal. I am outputting a regression table - this is the issue I face:
I want to output coefficients and standard errors with three decimal places (so I don't want to specify a3, which increases the number of decimal places for numbers less than 1). However, if three decimal places gives me 0.000, I want more precision and want to move to four decimal places (just for that particular number). I am creating many tables, and there is only one number like this, so I don't mind if it is somewhat hard-coded.
Now, I know that I can specify different formats for different rows - however, is there a similar way to have a different format for different columns (or models, in esttab's language)?
I am using esttab from the Stata Journal. I am outputting a regression table - this is the issue I face:
I want to output coefficients and standard errors with three decimal places (so I don't want to specify a3, which increases the number of decimal places for numbers less than 1). However, if three decimal places gives me 0.000, I want more precision and want to move to four decimal places (just for that particular number). I am creating many tables, and there is only one number like this, so I don't mind if it is somewhat hard-coded.
Now, I know that I can specify different formats for different rows - however, is there a similar way to have a different format for different columns (or models, in esttab's language)?
Comment