p_adjust_func <- function(method, data) { setNames(data.frame(p.adjust(data[["p"]], method = method)), paste0("p_", method)) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.