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

Minor change to test file #59

Closed marklhc closed 1 year ago

marklhc commented 1 year ago

Do you think it makes sense to use setequal(a, b) instead of all(a %in% b) when an exact match is needed? The reason is that if a has less elements than b, all(a %in% b) still returns TRUE.