How does OpenMx handle missing data with WLS?
Posted on
jpritsker
Joined: 09/27/2020
I might be missing something obvious, but as far as I can tell, this isn't explicated anywhere. How does OpenMx deal with missing data for WLS? Is it listwise/pairwise or is the polychoric covariance matrix computed using FIML?
missing data
Log in or register to post comments
Not FIML
It's FIML-pairwise. FIML is used to estimate the polychorics, but the variables go into the ark two-by-two, so it isn't FIML. Note, however, that this is likely a lot better than listwise deletion throughout.
Log in or register to post comments