Jaccard: Jaccard function

JaccardR Documentation

Jaccard function

Description

jaccard index (measure of agreement between two cases on suites of binary variables) M.11 / (M.11 + M.10 + M.01)

Usage

Jaccard(x, y)

Arguments

x

case 1 (the dataset columns in this case should contain only those used for matching)

y

case 2 (the dataset columns in this case should contain only those used for matching)

Examples

Jaccard_function()

clmacleod/highlandr documentation built on Oct. 11, 2023, 8:04 p.m.