IndexCof | R Documentation |
Finds the C Index of Omega.
IndexCof(Omega)
Omega |
A matrix of 0s and 1s. |
Vector; range of C Index
Omega <- matrix(c(1,1,0,1,1,1,0,1,1), ncol = 3)
IndexCof(Omega)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.