agricolae (version 1.3-7)

cv.similarity: Coefficient of the similarity matrix variation

Description

This process consists of finding the coefficient of the distances of similarity of binary tables (1 and 0) as used for scoring molecular marker data for presence and absence of PCR amplification products.

Usage

cv.similarity(A)

Value

Returns the coefficient of variation of the similarity model

Arguments

A

matrix of binary data

Author

Felipe de Mendiburu

See Also

similarity, resampling.cv

Examples

Run this code
# molecular markers.
library(agricolae)
data(markers)
cv<-cv.similarity(markers)

Run the code above in your browser using DataLab