Dear All, How can I output the correlation matrix into Word with a "Chinese" label using (ssc install) asdoc? Please see the example
Code:
sysuse auto, clear
label var price "價格"
label var mpg "重量"
asdoc cor price mpg, label replace
The output is
Array

Any suggestions are highly appreciated. Thanks.