Hi, does any one know the reason why the polychoric matrix often include blank values? Why is the the system unable to calculate correlation between those variables?
-
Login or Register
- Log in with
You are using the polychoric command, a user-written Stata command available from SSC, to compute the polychoric correlation matrix for a set of discrete variables. You find there are blank values in the matrix of polychoric correlations it displays. Why is that?When I've used the polychoric command, I've seen that it follows the same conventions as the correlate command and only displays the main diagonal (which of course is all 1's) and the correlations below the diagonal. This is because all correlation matrices are symmetric, so the correlation of x1 and x2 is the same as the correlation of x2 and x1.
Comment