R/beta.R

# starting program beta

Beta <- function (alpha, dfn, dfd, ncp)
{
  qF <- qf(1-alpha, dfn, dfd)
  beta.calculated <- pf(qF, dfn, dfd, ncp)
  return (beta.calculated)
}

Try the OPDOE package in your browser

Any scripts or data that you put into this service are public.

OPDOE documentation built on May 1, 2019, 8:45 p.m.