Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to export a table of only number of observations to Latex?

    I would like to export to Latex a table for a few variables where the first row is the labels of the variables and the second row is their respective number of observations. I ran
    Code:
    estpost tabstat t1p t2p t3p t4p t5p t6p t7p t8p, statistics(n)
    and got something similar but not using the variables' labels. Running
    Code:
    esttab
    then gives me a result I don't even understand.
    Click image for larger version

Name:	Screenshot 2022-09-09 205619.jpg
Views:	2
Size:	30.5 KB
ID:	1681354



    How can I get a table as above saved in a .tex file? Many thanks
    Last edited by Viktor Marinkov; 09 Sep 2022, 14:03.
Working...
X