perm_test_abc | R Documentation |
This function assesses the significance of ABC model results through randomization. It generates a null distribution by permuting the co-occurrence matrix.
perm_test_abc(abc_results, co_matrix, n_permutations = 1000, alpha = 0.05)
abc_results |
A data frame containing ABC results. |
co_matrix |
The co-occurrence matrix used to generate the ABC results. |
n_permutations |
Number of permutations to perform. |
alpha |
Significance level. |
A data frame with ABC results and permutation-based significance measures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.