extended.matching.coefficient: Extended matching coefficient

extended.matching.coefficientR Documentation

Extended matching coefficient

Description

Extended matching coefficient

Usage

extended.matching.coefficient(X)

Arguments

X

a data frame containing the categorical variables used for computing the EMC distance

Value

a dist object

Examples

mtdf <- as.data.frame(mtcars)
mtdf$cyl <- factor(mtdf$cyl)
mtdf$vs <- factor(mtdf$vs)
mtdf$am <- factor(mtdf$am)
mtdf$gear <- factor(mtdf$gear)
mtdf$carb <- factor(mtdf$carb)
extended.matching.coefficient(mtdf[,8:11])


biplotEZ documentation built on April 4, 2025, 2:20 a.m.