View source: R/misc_helper_functions.R
correct | R Documentation |
#' Title #' #' @param nrow #' @param ncol #' #' @return #' @export #' #' @examples make_perm_mat2 = function(nrow, ncol) make_perm_mat(nrow, ncol) Multiple hypothesis correction
correct(pvals, method = "fdr")
pvals |
Vector of p-values |
method |
Must be either "fdr" or "bonferroni" |
Vector of corrected values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.