R/B.a1.fonction2.R

B.a1.fonction2 <-
function (a) 
{
    result = sum(a[, 1] * a[, 2] * a[, 3])
    return(result)
}

Try the HSROC package in your browser

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

HSROC documentation built on Sept. 19, 2019, 9:05 a.m.