extended.matching.coefficient {biplotEZ} | R 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])
[Package biplotEZ version 2.0 Index]