Hello dear Stata friends,
I am confused by the fact that stata produces different results for pwcorr and mkcorr.
I checked some forums for information on that, however, I could only find one post (on stata.com) stating the same issue
(http://www.stata.com/statalist/archi.../msg00732.html).
Is that actually a well-known issue, or am I doing something wrong?
I am using the exact same variables (around 20 vars) for each command.
mkcorr X Y Z, log(rp1 corr) sig cdec(2) mdec(2) casewise
pwcorr X Y Z , star(.1) bon
Any ideas?
Thanks,
Andreas
I am confused by the fact that stata produces different results for pwcorr and mkcorr.
I checked some forums for information on that, however, I could only find one post (on stata.com) stating the same issue
(http://www.stata.com/statalist/archi.../msg00732.html).
Is that actually a well-known issue, or am I doing something wrong?
I am using the exact same variables (around 20 vars) for each command.
mkcorr X Y Z, log(rp1 corr) sig cdec(2) mdec(2) casewise
pwcorr X Y Z , star(.1) bon
Any ideas?
Thanks,
Andreas
Comment