| get_npmi | R Documentation |
Calculate nmpi
get_npmi(
data,
col,
cross,
category = NULL,
smoothing = 0,
adjust = "fdr",
test = TRUE,
...
)
data |
A tibble. |
col |
The column holding factor values. |
cross |
The column to correlate. |
category |
A vector of values to focus. If not null, all other values will be removed from the result. |
smoothing |
Add pseudocount. Calculate the pseudocount based on the number of trials to apply Laplace's rule of succession. |
adjust |
Performing multiple significance tests inflates the alpha error.
Thus, p values need to be adjusted according to the number of tests.
Set a method supported by |
test |
Boolean; whether to perform significance tests (default TRUE). |
... |
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.