calc_p | R Documentation |
Calculate P Values for Interactions Based on Permutations
calc_p(
data_obj,
pval_correction = c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr",
"none")
)
data_obj |
A |
pval_correction |
One of "holm", "fdr", "lfdr" or "none", indicating whether the p value correction method used should be the Holm step-down procedure, false discovery rate, local false discovery, or no correction rate respectively. |
The data object is returned with a new table called var_to_var_p_val. This table is the same as var_to_var_influences, but with p value and adjusted p value columns appended.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.