binarySim {NADA2} | R Documentation |
Binary similarity coefficient matrix
Description
Computes a simple matching similarity coefficient
Usage
binarySim(dat.frame)
Arguments
dat.frame |
A data frame containing only the 0/1 columns. |
Value
Returns a binary similarity matrix.
References
Helsel, D.R., 2011. Statistics for Censored Environmental Data using Minitab and R, 2nd ed. John Wiley & Sons, USA, N.J.
See Also
Examples
data(PbHeron)
binarySim(PbHeron$LiverCen)
[Package NADA2 version 1.1.6 Index]