View source: R/NNCTFunctions.r
ind.nnsym | R Documentation |
Returns the index matrix for choosing the entries in the covariance matrix for NNCT used for computing the covariance for Dixon's NN symmetry test. The matrix is k(k-1)/2 \times 2 with each row is the i,j corresponding to N_{ij} in the NNCT.
ind.nnsym(k)
k |
An integer specifying the number of classes in the data set |
The k(k-1)/2 \times 2 index matrix with each row is the i,j corresponding to N_{ij} in the NNCT
Elvan Ceyhan
cov.nnsym
and ind.seg.coeff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.