powered by
Maximum P-value
maximump(p, alpha = 0.05, log.p = FALSE)
A vector of P-values.
The significance level.
Whether to return the log of the P-value.
p <- c(0.01, 0.02, 0.03, 0.04, 0.05) maximump(p) maximump(p, alpha = 0.01) maximump(p, log.p = TRUE)
Run the code above in your browser using DataLab