error.FWER.Bonf <-
function (P.matrix) {
cap <- (P.matrix[1, ] * dim(P.matrix)[[2]]) <= 1
return((P.matrix[1, ] * dim(P.matrix)[[2]])^cap)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.