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

If a lavaan run does not converge, the corresponding statistics should be NA #9

Closed sfcheung closed 4 years ago

sfcheung commented 4 years ago

Done. lavaan_rerun will use lavaan::lavTech to check each run. Other functions will also use lavaan::lavTech to check. If not TRUE (converged and admissible), then NA will returned.