holm(pValues, alpha, silent=FALSE)errorControl, containing the type of error controlled by the function and the level alpha.Huang, Y. and Hsu, J. (2007). Hochberg's step-up method: cutting corners off Holm's step-down method. Biometrika, 94(4):965-975.
result <- holm(r, 0.05)
result <- holm(r, 0.05, silent = TRUE)Run the code above in your browser using DataLab