perm_test_abc: Perform randomization test for ABC model

View source: R/abc_model.R

perm_test_abcR Documentation

Perform randomization test for ABC model

Description

This function assesses the significance of ABC model results through randomization. It generates a null distribution by permuting the co-occurrence matrix.

Usage

perm_test_abc(abc_results, co_matrix, n_permutations = 1000, alpha = 0.05)

Arguments

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.

Value

A data frame with ABC results and permutation-based significance measures.


LBDiscover documentation built on June 16, 2025, 5:09 p.m.