R/www_1.R

"Www" <-
function(svals)
{
        if(missing(svals)) return(11)
        n <- length(svals)
        fvals <- double(n)
        f.res <- .Fortran("wwwa",
                n = to.integer(n),
                svals = to.single(svals),
                fvals = as.double(fvals))
        f.res$fvals
}

Try the robeth package in your browser

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

robeth documentation built on Aug. 22, 2023, 9:09 a.m.