R/aa0.a1a2.v.R

`aa0.a1a2.v` <-
function (a,a0, tol=.Machine$double.eps^.5)     ifelse(!(le(0,a) && le(a,a0) && le(a0,1)),                           NA, ifelse(eq(a,0)||eq(a,1)||eq(a,a0), a, uniroot(function(x) a0a1a2.a.v(a0,x,x) - a, lower=0, upper=a0, 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.