Hello,
I'd like to know what's wrong with sing this correlation command as opposed to the pwcorr (I've read that the latter includes variables with missing obs. too)
Second, I couldn't manage to export this into my Word, most videos/posts are only showing how to do that with pwcorr. Do I need to switch to pwcorr instead?
Thank you!
I'd like to know what's wrong with sing this correlation command as opposed to the pwcorr (I've read that the latter includes variables with missing obs. too)
Second, I couldn't manage to export this into my Word, most videos/posts are only showing how to do that with pwcorr. Do I need to switch to pwcorr instead?
Thank you!
Code:
. corr GI RND_L1 LVG EX RER EDU
(obs=245)
| GI RND_L1 LVG EX RER EDU
-------------+------------------------------------------------------
GI | 1.0000
RND_L1 | 0.4540 1.0000
LVG | 0.1773 0.0638 1.0000
EX | 0.3229 0.5012 -0.0861 1.0000
RER | 0.4979 0.8791 0.0037 0.3009 1.0000
EDU | 0.3912 0.5412 0.0044 0.1673 0.5892 1.0000

Comment