R/testfunction.R

Defines functions testfunction

testfunction= function(x) {
    ans= .Call("testfunctionCI",as.double(x));
    return(ans);
}

Try the mombf package in your browser

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

mombf documentation built on Dec. 6, 2019, 3:01 a.m.