p.threshold.adjust: Calculate Vector of p-value Thresholds for Multiple Inference
Description
Internal function. Calculates the adjusted thresholds for multiple significance
tests, assuming that the original threshold for a single test is p<0.05. used="" by="" fsQCApermTest to calculate confidence intervals.
0.05.>
Usage
p.threshold.adjust(total.configs, my.method)
Arguments
total.configs
The total number of hypotheses tested, or the number of
configurations utilized by the Quine-McCluskey algorithm in fsQCA (including
logical remainders, if they are used in the analysis).
my.method
The adjustment method used to calculate p-values (see
p.adjust for details).
Value
Numeric vector giving adjusted p-value thresholds, from smallest to
largest.