smc_dist: smc_dist function

smc_distR Documentation

smc_dist function

Description

simple matching coefficient distance (measure of agreement between two cases on suites of binary variables) 1-((M.11 + M.00) / (M.11 + M.10 + M.01 + M.00))

Usage

smc_dist(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

smc_function()

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