Jaccard | R Documentation |
jaccard index (measure of agreement between two cases on suites of binary variables) M.11 / (M.11 + M.10 + M.01)
Jaccard(x, y)
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) |
Jaccard_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.