Skip to content

Run Bartlett and KMO with cov_combined: error messages #6

Description

@miniqiong

Does anyone successfully run Bartlett and KMO with the computed covariance matrix resulted from mifa? These are two important tests to check before going into EFA. I can run FA with dat$cov_combined, but not Bartlett or KMO. I would really appreciate it if there's any thoughts or advice!

dat_bart <- cortest.bartlett(dat$cov_combined, n = 426, diag = TRUE)
Warning message:
In log(detR) : NaNs produced

KMO(dat$cov_combined)
Error in solve.default(r) :
system is computationally singular: reciprocal condition number = 6.46123e-19
matrix is not invertible, image not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions