max_coincidence_number | R Documentation |
Finding out Maximum coincidence (or Meeting) number between unique pair of rows.
max_coincidence_number(matrix)
matrix |
Provide any matrix |
This function provides the maximum coincidence number between any pair of rows of for a given matrix.
Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun
library(CompExpDes)
mat<-matrix(c(1,2,3,3,2,1,4,2,1),nrow=3,byrow=TRUE)
max_coincidence_number(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.