Hello, I would like to display the contents of two variables, med1 and
med0, in a table formatted for a manuscript.
I have tried the list command, but this does not include graph options for
font, etc., and my tables lose their readability in WORD when formatted in
anything other than the courier font.
Is there a way to produce publication-ready tables from STATA?
. list id med1 med0 if med1!=., noobs separator(0)
+-------------------+
| id med1 med0 |
|-------------------|
| 43 10.2 5.3 |
| 153 13.2 8.5 |
| 232 26 15 |
| 274 11 7 |
+-------------------+