Dear all,
I would like to generate and output a correlation matrix that includes the summary statistics (i.e., means, standard deviation, min, and max) of the variables in the same table.
I am using asdoc and corr in Stata 17.0. So far, I have tried:
Although the Word document output includes the correlation matrix, it does not include the summary statistics in a single table as expected.
Also, I would like to reduce the width of the variables so that the table does not come out too wide.
Can anyone help me figure out how to do this?
Thank you very much in advance
Best regards,
I would like to generate and output a correlation matrix that includes the summary statistics (i.e., means, standard deviation, min, and max) of the variables in the same table.
I am using asdoc and corr in Stata 17.0. So far, I have tried:
Code:
asdoc corr [varlist], means
Also, I would like to reduce the width of the variables so that the table does not come out too wide.
Can anyone help me figure out how to do this?
Thank you very much in advance
Best regards,
Comment