R/getCC.BA.R

Defines functions getCC.ba

getCC.ba <- function(fap0, m, nu, ub.cons = 1, lambda = 1) {
  ub.cons / lambda * qt(((1 - fap0)^(1 / m) + 1) / 2, nu)
}

Try the PH1XBAR package in your browser

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

PH1XBAR documentation built on Nov. 14, 2023, 5:09 p.m.