binarySim | R Documentation |
Computes a simple matching similarity coefficient
binarySim(dat.frame)
dat.frame |
A data frame containing only the 0/1 columns. |
Returns a binary similarity matrix.
Helsel, D.R., 2011. Statistics for Censored Environmental Data using Minitab and R, 2nd ed. John Wiley & Sons, USA, N.J.
vegan::designdist
data(PbHeron)
binarySim(PbHeron$LiverCen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.