Dear all,
I would like to get an excel output related to correlation analysis. I ran the following commands

Code:
estpost correlate var1 var2 var3  ,matrix listwise
est store c1
esttab * using corrmatr.csv,unstack not noobs compress
Here the default level of significance ,stars are given as follows, "* p<0.05,** p<0.01&*** p<0.001". I would like to change it as * p<.10,** p<.05 &*** p<.01.
How to do this?
Can anyone help me here