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

est_change will fail if at least one of the parameters has been labelled #14

Closed sfcheung closed 2 years ago

sfcheung commented 3 years ago

To-Do

It is because vcov(lavaan-class object) will use the labels if it is present. Need to revise est_change to consider the presence of labels.

Note