powered by
Weighted p-value aggregation.
lancaster(pvalues, weights)
A vector of p-values (i.e. between 0 and 1). NAs will be filtered out.
A vector of weights, each associated with its respective p-value. Weights must be nonegative. NAs and negative weights will be filtered out with corresponding p-values.
# NOT RUN { lancaster(c(.1, .5), c(2, 4)) # }
Run the code above in your browser using DataLab