dist.BC | R Documentation |
Calculates Bray-Curtis distance measure for ratio data
dist.BC (x)
x |
matrix or dataset |
See file $R_HOME\library\clusterSim\pdf\distBC_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
Cormack, R.M. (1971), A review of classification (with discussion), "Journal of the Royal Statistical Society", ser. A, part 3, 321-367.
Gatnar, E., Walesiak, M. (Eds.) (2004), Metody statystycznej analizy wielowymiarowej w badaniach marketingowych [Multivariate statistical analysis methods in marketing research], Wydawnictwo AE, Wroclaw, p. 41.
dist.GDM
, dist.SM
, dist
library(clusterSim)
sampleData <- cbind(c(2,3,5),c(4,5,6),c(5,3,4))
d <- dist.BC(sampleData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.