I am having trouble exporting my correlation matrix to Excel. From what I could find online, I tried the following code, which returned "using not allowed." Help!
putexcel A1 = matrix(r(C), names) using "file_name.xlsx", replace sheet(RQ1.1, replace)
putexcel A1 = matrix(r(C), names) using "file_name.xlsx", replace sheet(RQ1.1, replace)
Comment