lancaster {aggregation} | R Documentation |
Weighted p-value aggregation.
lancaster(pvalues, weights)
pvalues |
A vector of p-values (i.e. between 0 and 1). NAs will be filtered out. |
weights |
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. |
lancaster(c(.1, .5), c(2, 4))