markmfredrickson / optmatch

Functions for optimal matching in R
https://markmfredrickson.github.io/optmatch
Other
47 stars 14 forks source link

optmatch_same_distances updates #177

Open josherrickson opened 5 years ago

josherrickson commented 5 years ago
josherrickson commented 2 years ago

optmatch_same_distance now takes in two arguments, x and y. Both arguments can be either a distance (ISM, BISM, DenseMatrix) or optmatch. (So we can compare ISM to ISM or optmatch to optmatch directly).