R/chi.R

"chi" <-
function(s) {
if (missing(s)) return (4)
f.res <- .Fortran("int62",
s=to.single(s),result=single(1))
f.res$result
}

Try the RobustAFT package in your browser

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

RobustAFT documentation built on Aug. 21, 2023, 5:13 p.m.