Arguments are scores and associated weights. Not useful for tables. Use Cliff_compute_d_matrix instead.
Cliff_weighted_d_matrix(x, y, w.x = rep(1, length(x)), w.y = rep(1, length(y)))an n X m d-matrix, where n is length(x) and m is length(y)
first vector of scores
second vector of scores
first vector of weights, to apply to x. Defaults to vector of 1.0
second vector of weights, to apply to y. Defaults to vector of 1.0