Hi,
I'd like to export the following large correlation matrix, statistical significance and # observations to Excel. I managed to import the correlation coefficient to an Excel but I have a hard time to copy Statistical Significance & # observations. Here is the code I have so far:
* Correlation Analysis: - 1 b)
correlate Large_Varlist
putexcel A1=matrix(r(C), names) using Pearson_all.xls, replace
Anyone knows how to do that? Thanks a lot!
I'd like to export the following large correlation matrix, statistical significance and # observations to Excel. I managed to import the correlation coefficient to an Excel but I have a hard time to copy Statistical Significance & # observations. Here is the code I have so far:
* Correlation Analysis: - 1 b)
correlate Large_Varlist
putexcel A1=matrix(r(C), names) using Pearson_all.xls, replace
Anyone knows how to do that? Thanks a lot!
Comment