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

Modify est_change so it can also compute raw change and change in standardized solution #5

Closed sfcheung closed 4 years ago

sfcheung commented 4 years ago

This can be easily done. Need to decide whether adding columns, returning a list of matrix, or just write another function.

sfcheung commented 4 years ago

Wrote another function, est_change_raw, which can report changes based on either unstandardized or standardized solutions.