View source: R/cv.similarity.R
cv.similarity | R Documentation |
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.
cv.similarity(A)
A |
matrix of binary data |
Returns the coefficient of variation of the similarity model
Felipe de Mendiburu
similarity
, resampling.cv
# molecular markers.
library(agricolae)
data(markers)
cv<-cv.similarity(markers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.