Dear Statlist forum,
I am running a pairwise correlation coefficient (pwcorr function) and there is a "." between two variables (see output below). I have looked in prior STATLIST responses as to what this could mean (see this post https://www.statalist.org/forums/for...ead-of-p-value), and it seems like it is a sign that there could be multicolinarity. This would make sense to me as one variable is a response about experiencing discrimination since joining an organization (MinSt~E_48RR) and the other it could be highly correlated with is about experiencing discrimination in the past 30 days in the organization (MinSt~_48RR). Specifically, MinSt~_48RR is a subset of those that marked they had experienced discrimination since joining the organization (MinSt~E48RR). I am confused because if it was highly correlated why wouldn't it be 1 or close to the value of 1 (i.e. .98 or .88)? How should I address the "." when writing up the results?
With gratitude for all that you do!
. pwcorr FamMinStress_Ever MinStressLIFE_48RR MinStress30_48RR
| FamMin~m M~E_48RR M~0_48RR
-------------+---------------------------
FamMinStre~m | 1.0000
MinSt~E_48RR | 0.4332 1.0000
MinSt~0_48RR | -0.1033 . 1.0000
I am running a pairwise correlation coefficient (pwcorr function) and there is a "." between two variables (see output below). I have looked in prior STATLIST responses as to what this could mean (see this post https://www.statalist.org/forums/for...ead-of-p-value), and it seems like it is a sign that there could be multicolinarity. This would make sense to me as one variable is a response about experiencing discrimination since joining an organization (MinSt~E_48RR) and the other it could be highly correlated with is about experiencing discrimination in the past 30 days in the organization (MinSt~_48RR). Specifically, MinSt~_48RR is a subset of those that marked they had experienced discrimination since joining the organization (MinSt~E48RR). I am confused because if it was highly correlated why wouldn't it be 1 or close to the value of 1 (i.e. .98 or .88)? How should I address the "." when writing up the results?
With gratitude for all that you do!
. pwcorr FamMinStress_Ever MinStressLIFE_48RR MinStress30_48RR
| FamMin~m M~E_48RR M~0_48RR
-------------+---------------------------
FamMinStre~m | 1.0000
MinSt~E_48RR | 0.4332 1.0000
MinSt~0_48RR | -0.1033 . 1.0000
Comment