Hello,
I'm trying to run an exploratory factor analysis with ordinal variables, using the "polychoric" command. I followed the instructions on the UCLA Stata website. My code was as below:
polychoric varlist
display r(sum_w)
global N = r(sum_w)
matrix r = r(R)
factormat r, n($N) factors(3)
When I do this after the last line of code I get the error message "r not positive (semi)definitive," when I run it again I get "matrix r has missing values." Is there a way to get around this issue?
Happy to post data example using dataex if needed.
Thank you,
Nur
Related Posts with Polychoric factor analysis - error messages
year dummies in xtreg and pooled OLSHello, I ran both a fixed effects model and pooled OLS model on the same dataset. I am now wonderin…
Help/advice on importing large number of text files into StataDear all, I have a collection of around 2,400 PDFs of parliamentary debate transcriptions that I wo…
Hurdle model with nehurdle command in Stata 12I am using nehurdle command in Stata 12. My dependent variable is education expenditure (consisting …
Elasticity estimates in Tobit regressionDear Statalisters This is my first post so please excuse if the question is not posed correctly. W…
hcost: error occurred while loading hcost.adoGood day all, i need to run a hcost command to calculate cost estimate based on censored data [http…
Subscribe to:
Post Comments (Atom)
0 Response to Polychoric factor analysis - error messages
Post a Comment