
Apply statistical validation to ABC model results with support for large matrices
Source:R/abc_model.R
validate_abc.Rd
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.
Usage
validate_abc(
abc_results,
co_matrix,
alpha = 0.05,
correction = c("BH", "bonferroni", "none"),
filter_by_significance = FALSE
)