Is it possible to use multiple imputed data in a principle component analysis if my data are not normally distributed? I found this helpful link: https://www.stata.com/support/faqs/s.../cmdok-option/ but I get the following errors because of my non-normally distributed data: Warning: variance matrix is nonsymmetric or highly singular and:
mi estimate: omitted terms vary. The set of omitted variables or categories is not consistent between m=1 and m=41; this is not allowed. To identify varying sets, you can use mi xeq to run the command on individual imputations or you can reissue the command with mi estimate, noisily r(498);
Here is my code:
mi estimate, cmdok noisily: pca OverallFallsRiskScore Dual_TUG NIA_TotalScore GDS shortFES VAS FCI MOCA TrailB_A Stroop3_2 DigitBackward DSST_n, vce(normal) mineigen(1) comp($ncomp) blanks(.3)
Thanks for your help!
Deb
Related Posts with Can I use multiple imputed data in a principle component analysis if my data are not normally distributed?
Interaction or standardizationHi My independent variable consists of two variables. The first variable ( A) is a discrete number,…
Check if observations are missing at random in panel dataHello everyone, I have unbalanced panel data and I would like to solve the problem of missing value…
xtreg fe and collinear dummiesI have a two year panel with fully fleshed out dummies. The dummies indicate, for each individual, t…
How to keep specific rows based on a list of stringsHello I am currently in a dataset with a country variable containing all countries in the world sin…
ineqdeco - Theil indexHello, I am trying to calculate a Theil index for regions in the UK in order to analyse the within …
Subscribe to:
Post Comments (Atom)
0 Response to Can I use multiple imputed data in a principle component analysis if my data are not normally distributed?
Post a Comment