#' Probabilities
#'
#' @author Ivan Jacob Agaloos Pesigan
#'
#' @inherit .ProbsofAlpha return description
#' @inheritParams .ProbsofAlpha
#'
#' @examples
#' ProbsofAlpha(alpha = c(0.05, 0.01, 0.001))
#' @export
#' @family Wald Functions
#' @keywords wald
ProbsofAlpha <- function(alpha = c(
0.05,
0.01,
0.001
)) {
.ProbsofAlpha(
alpha = alpha
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.