R/wald-probs-of-alpha.R

Defines functions ProbsofAlpha

Documented in ProbsofAlpha

#' 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
  )
}
jeksterslab/wald documentation built on July 14, 2022, 8:05 a.m.