fisherp {corto} | R Documentation |
Fisher integration of p-values
Description
This function applies the Fisher integration of pvalues
Usage
fisherp(ps)
Arguments
ps |
a vector of p-values |
Value
p.val an integrated p-value
Examples
ps<-c(0.01,0.05,0.03,0.2)
fisherp(ps)
[Package corto version 1.2.4 Index]