R/testfunction.R

Defines functions testfunction

testfunction= function(x) {
    ans= testfunctionCI(as.double(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 May 29, 2024, 11:01 a.m.