agricolae (version 1.2-8)

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)

Arguments

A

matrix of binary data

Value

Returns the coefficient of variation of the similarity model

See Also

similarity, resampling.cv

Examples

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

# }

Run the code above in your browser using DataCamp Workspace