Dear Stata List Users,
I tried to perform a factor analysis with missing data explained by this thread:
https://stats.idre.ucla.edu/stata/fa...data-in-stata/
this are my commands (digi_* hast 35 items)
mi set mlong
mi register imputed digi_*
mi impute mvn digi_*, emonly
matrix cov_em=r(sigma_em)
matrix list cov_em
r1 .
Trying the next comman results in this error message:
factormat cov_em, n (172) fact (2) ml
matrix cov_em has missing values
Does anyone have any suggestions??
I tried to perform a factor analysis with missing data explained by this thread:
https://stats.idre.ucla.edu/stata/fa...data-in-stata/
this are my commands (digi_* hast 35 items)
mi set mlong
mi register imputed digi_*
mi impute mvn digi_*, emonly
matrix cov_em=r(sigma_em)
matrix list cov_em
- Output Stata: symmetric cov_em[1,1]
r1 .
Trying the next comman results in this error message:
factormat cov_em, n (172) fact (2) ml
matrix cov_em has missing values
Does anyone have any suggestions??
Comment