Construct thresholding Fisher's p-value combination statistic.
stat.tfisher(p, tau1, tau2)
p
: - input p-values.tau1
: - truncation parameter. 0 < tau1 <= 1.tau2
: - normalization parameter. tau2 >= tau1.Thresholding Fisher's p-value combination statistic.
Let , be a sequence of p-values, the thresholding Fisher's p-value combination statistic
pval <- runif(100) stat.tfisher(p=pval, tau1=0.05, tau2=0.25)
Useful links