Hi All,
Having read the following post
http://www.stata.com/statalist/archive/2009-11/msg00012.html "how to
produce a correlation matrix table with asterisks from Stata to LaTex"
I would like to know if I can stack two correlation matrix tables into
one big correlation matrix (("foreign=1") in lower diagonal and
(foreign=0) in upper diagonal of the big correlation matrix table) .
*************
capt which estout
if _rc ssc inst estout
sysuse auto.dta, clear
estpost correlate trunk weight length, matrix, if foreign==1
estpost correlate trunk weight length, matrix, if foreign==0
esttab ., not unstack compress noobs tex
*************
Regards,
Kelvin
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/