I want to have a summary stat of 30 variables with statistics p1 mean sd p99 with each row representing one variable, and I want to send the results to latex using esttab. The important thing is I want labels instead of variable names. Hence the output should look like this (but in latex):
Thanks in advance.
| p1 | mean | sd | p99 | |
| Net Assets | ||||
| Output per Worker |

Comment