sfcheung / semfindr

A find(e)r of influential cases and outliers in SEM
https://sfcheung.github.io/semfindr/
GNU General Public License v3.0
1 stars 0 forks source link

Add support for multi-sample models #35

Closed sfcheung closed 1 year ago

sfcheung commented 2 years ago

To-Do

Status

Working on the branch multi_sample.

Note

For a multi-sample models, lavaan stores the data as (1) a list of matrix, and (2) a list of case.idx matching the cases to the original dataset.

Possible approach:

Most other functions should work fine whether the model is multi-sample or not.

Mahalanobis distance is computed using within-group means and covariance matrices.

sfcheung commented 1 year ago

78