Dear all
I have done a correlation analysis based on "pwcorr" command for my panel data. I used the following command

Code:
pwcorr var1 var2 var3..........var10 ,sig star(.05) obs
I need an excel output(.csv) for the above result. I couldnt find any commands that could help me in this regard. Hence I did "correlate" command

Code:
estpost correlate var1 var2 var3..........var10,matrix listwise
est store c1
esttab * using corr.csv, unstack not noobs compress
But it seems that "pwcorr" and "correlate" command, in this case, gives different results. Is this different a serious issue. I am using Stata 13.1 Version