dist.SM | R Documentation |
Calculates Sokal-Michener distance measure for nominal variables
dist.SM(x)
x |
matrix or data set |
See file $R_HOME\library\clusterSim\pdf\distSM_details.pdf for further details
object with calculated distance
Marek Walesiak marek.walesiak@ue.wroc.pl, Andrzej Dudek andrzej.dudek@ue.wroc.pl
Department of Econometrics and Computer Science, University of Economics, Wroclaw, Poland
Gatnar, E., Walesiak, M. (Eds.) (2004), Metody statystycznej analizy wielowymiarowej w badaniach marketingowych [Multivariate statistical analysis methods in marketing research], Wydawnictwo AE, Wroclaw, p. 43.
Kaufman, L., Rousseeuw, P.J. (1990), Finding groups in data: an introduction to cluster analysis, Wiley, New York, p. 28. ISBN: 978-0-471-73578-6.
dist.GDM
, dist.BC
, dist
library(clusterSim)
data(data_nominal)
d <- dist.SM(data_nominal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.