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

Use `lavaan::lavInspect` if possible #16

Closed sfcheung closed 2 years ago

sfcheung commented 3 years ago

It is not safe to extract the information from a lavaan fit object directly because the internal structure may change.

Review the code and use lavTech if possible.

Review the code and use lavaan::lavInspect if possible. (Use lavaan::lavInspect because it does not return a list if there is only one group. May change to lavaan::lavTech in the future for supporting multiple groups.

Check These: