binarySim: Binary similarity coefficient matrix

View source: R/binarySim.R

binarySimR 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

vegan::designdist

Examples

data(PbHeron)

binarySim(PbHeron$LiverCen)


NADA2 documentation built on Sept. 11, 2024, 8:06 p.m.