R/a2.c.v.R

`a2.c.v` <-
function (a2, tol=.Machine$double.eps^.5)       ifelse(!(le(0,a2) && le(a2,1)),                                      NA, ifelse(eq(a2,0), 0, ifelse(eq(a2,1), Inf, uniroot(function(x) C.a2.v(x) - a2, lower=0, upper=10^10, tol=tol)$root)))

Try the adaptTest package in your browser

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

adaptTest documentation built on Oct. 6, 2023, 5:08 p.m.