.effect_npmi | R Documentation |
Calculate nmpi
.effect_npmi(data, col, cross, labels = TRUE, clean = TRUE, smoothing = 0, ...)
data |
A tibble. |
col |
The column holding factor values. |
cross |
The column to correlate. |
labels |
If TRUE (default) extracts labels from the attributes, see codebook. |
clean |
Prepare data by data_clean. |
smoothing |
Add pseudocount. Calculate the pseudocount based on the number of trials to apply Laplace's rule of succession. |
... |
Placeholder to allow calling the method with unused parameters from tab_counts. |
A volker tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.