Calculate P-Values
calculate_pvals.Rd
This function calculates p-values based on the provided true statistics and null statistics lists. It supports two methods for p-value calculation: 'standard' and 'split_pos_neg'.
Usage
calculate_pvals(
statList.true,
statList.null,
method = c("standard", "split_pos_neg")
)