Dear all Statalist experts,
I have three questions with the correlations matrix that I was stuck for a while:
1. In conducting the correlation matrix, whether we should conduct the correlation matrix for the dependent variables (in case we have many dependent variables) and independent variable separately. From my point of view, because the purpose of the correlation matrix is to give us a glance about the multicollinearity among variables, we only need to conduct the correlation for independent variables. I am wondering whether it is a correct thought.
2. (optional) I run the correlation matrix but it separates to two graphs as can be seen below, could you please help me to adjust the code that the correlation matrix will be in the same graph? It is nice if we can do it, if not, it is still fine because I need to copy and paste the table to excel and match them together

3. Also the picture above, the code pwcorr has the option star(.05), which is described "star(.05) would star all correlation coefficients significant at the 5% level or better". I am wondering the meaning of this statement, or example, in the picture above, the correlation between TAT_w1 and FAT_w1 is 0.4407*, I am wondering what 0.4407* mean here.
Best regards.
I have three questions with the correlations matrix that I was stuck for a while:
1. In conducting the correlation matrix, whether we should conduct the correlation matrix for the dependent variables (in case we have many dependent variables) and independent variable separately. From my point of view, because the purpose of the correlation matrix is to give us a glance about the multicollinearity among variables, we only need to conduct the correlation for independent variables. I am wondering whether it is a correct thought.
2. (optional) I run the correlation matrix but it separates to two graphs as can be seen below, could you please help me to adjust the code that the correlation matrix will be in the same graph? It is nice if we can do it, if not, it is still fine because I need to copy and paste the table to excel and match them together
Code:
pwcorr TAT_w1 FAT_w1 CCC OC DPO in_turn_w1 rec_turn_w1 pay_turn_w1 DPO DRO DIO, star(.05)
3. Also the picture above, the code pwcorr has the option star(.05), which is described "star(.05) would star all correlation coefficients significant at the 5% level or better". I am wondering the meaning of this statement, or example, in the picture above, the correlation between TAT_w1 and FAT_w1 is 0.4407*, I am wondering what 0.4407* mean here.
Best regards.
Comment