Dear all,
I am running a factor analysis where all my variables are ordinal variables.
I determined the matrix of polychoric correlations and then I did the factor analysis.
I obtained the following error:
"r not positive (semi)definite"
I forced the matrix to be positive semidefinite but I still getting the same error.
Follows the command I am using:
Thanks in advance!
I am running a factor analysis where all my variables are ordinal variables.
I determined the matrix of polychoric correlations and then I did the factor analysis.
I obtained the following error:
"r not positive (semi)definite"
I forced the matrix to be positive semidefinite but I still getting the same error.
Follows the command I am using:
Code:
polychoric Q1 Q2 Q3 Q4 Q5 display r(sum_w) 253 global N = r(sum_w) matrix r = r(R) factormat r, n(253) pcf blanks(0.3) forcepsd(1)
Thanks in advance!
Comment