Description Usage Arguments Details Value Examples
This function populates a matrix with normalised mutual information (NMI) for each pair of columns in the dataframe x.
1 | nmi_matrix(x, ...)
|
x |
A dataframe (e.g., questionnaire items) |
... |
Additional arguments to be passed to NMI as part of the aricode package. |
The input must be a dataframe or coercible to a dataframe.
A matrix[i, j] with NMI for each pair of columns.
1 2 3 4 | ## Not run:
nmi_matrix(RRS))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.