Hi
Using esttab (SSC), I want to display a matrix:
This yields this table:
How do I get esttab to not display the C on top of the table?
Many thanks
KS
Using esttab (SSC), I want to display a matrix:
Code:
sysuse auto, clear correlate price mpg headroom, cov matrix C = r(C) esttab matrix(C)
Code:
---------------------------------------------------
C
price mpg headroom
---------------------------------------------------
price 8699526 -7996.283 285.7209
mpg -7996.283 33.47205 -2.025361
headroom 285.7209 -2.025361 .7157071
---------------------------------------------------
Many thanks
KS
Comment