Hi,
I would like to report correlation between 2 variables in a matrix or any way that would be easy to copy/paste or import in an Excel file. I have a large number of groups so the output I get from Stata is hard to use. Here is the code I have so far:
Can someone help me with that? Thanks in advance!
I would like to report correlation between 2 variables in a matrix or any way that would be easy to copy/paste or import in an Excel file. I have a large number of groups so the output I get from Stata is hard to use. Here is the code I have so far:
Code:
sysuse auto, clear sort rep78 by rep78: pwcorr price weight
Comment