max_coincidence_number {CompExpDes} | 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 given matrix.
Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun
## Not run:
library(CompExpDes)
max_coincidence_number(matrix)
## End(Not run)