Korea University Business School (KUBS)
145, Anam-ro, Seongbuk-gu, Seoul, 02841, Korea
Office Tel): 82-2 3290-1938
Cell) 82-10-9447-1938
Fax) 82-2 3290-1307
mailto: hwjung@.korea.ac.kr
In lavaan & ordinal variables, would you let me know commands to compute the polychoric correlation (covariance) matrix and its accompanying asymptotic covariance matrix (ACM)?
lavInspect(fit.un, "coef")$thetalavInspect(fit.un, "cor.ov")
vcov(fit.un)
Mplus acm includes 228 elements, but vcov generates 100 elements.
Would you find some hints to get acm of Mplus output format?
model <- '
y1 + y2 + y3 + y4 ~~ y5
y1 + y2 + y3 ~~ y4
y1 + y2 ~~ y3
y1 ~~ y2
'
mod1 <- lavaan::sem(data = data, model = model, ordered = c(y1, y2, y3, y4), estimator = 'WLSMV')
install.packages('psych')
psych::polychoric(data)
Research Interests
· Personnel Selection (Methods and Competency Assessment)
· Quantitative Psychology (Multidimensional Item Response Theory, Multidimensional Computer Adaptive Testing, Cognitive Diagnosis Model, Structural Equation Model, Multilevel Modeling in Generalizability Theory perspectives)
Hello:In lavaan & ordinal variables, would you let me know commands to compute the polychoric correlation (covariance) matrix and its accompanying asymptotic covariance matrix (ACM)?Cheers,
Ho-Won Jung, Ph.D. (MIS Professor)Korea University Business School (KUBS)
145, Anam-ro, Seongbuk-gu, Seoul, 02841, Korea
Office Tel): 82-2 3290-1938
Cell) 82-10-9447-1938
Fax) 82-2 3290-1307