Hi everyone,
I'm using asdoc in Stata for tabulation, and I’ve encountered a couple of formatting issues. I'd appreciate any advice:
Thanks in advance.
I'm using asdoc in Stata for tabulation, and I’ve encountered a couple of formatting issues. I'd appreciate any advice:
- Decimal formatting: Stata reports values like .233, but I would like it to show a leading zero, i.e., 0.233.
- Decimal precision: I restricted the output to three decimal places using the dec(3) option. However, in some cases, it reports values like .06 instead of .060. I want the output to always show three digits after the decimal point.
Thanks in advance.
Comment