Dear all,
i was using the following commands to export a correlation matrix with significance stars on three levels to either word or excel;
estpost correlate financialconstraint k16 noneed, matrix
esttab using D:\test\test_correlation.csv, unstack not noobs compress replace
I need to make the spearman matrix and be able to export it with significance stars (0.001 / 0.01 / 0.05) to excel, I have over 60 variables and it takes significant time to do it manually. Unfortunately the above commands do not work, please help?
Thanks,
Arnoud
i was using the following commands to export a correlation matrix with significance stars on three levels to either word or excel;
estpost correlate financialconstraint k16 noneed, matrix
esttab using D:\test\test_correlation.csv, unstack not noobs compress replace
I need to make the spearman matrix and be able to export it with significance stars (0.001 / 0.01 / 0.05) to excel, I have over 60 variables and it takes significant time to do it manually. Unfortunately the above commands do not work, please help?
Thanks,
Arnoud
Comment