.effect_npmi {volker} | R Documentation |
Calculate nmpi
Description
Calculate nmpi
Usage
.effect_npmi(data, col, cross, labels = TRUE, clean = TRUE, smoothing = 0, ...)
Arguments
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. |
Value
A volker tibble.
[Package volker version 3.0.0 Index]