validate_abc | R Documentation |
This function performs statistical tests to validate ABC model results. It calculates p-values using hypergeometric tests and applies correction for multiple testing. The function is optimized to work with very large co-occurrence matrices.
validate_abc(
abc_results,
co_matrix,
alpha = 0.05,
correction = c("BH", "bonferroni", "none"),
filter_by_significance = FALSE
)
abc_results |
A data frame containing ABC results. |
co_matrix |
The co-occurrence matrix used to generate the ABC results. |
alpha |
Significance level (p-value threshold). |
correction |
Method for multiple testing correction. |
filter_by_significance |
Logical. If TRUE, only returns significant results. |
A data frame with ABC results and statistical significance measures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.