R/limit.theta.R

limit.theta <-
function (x, x.lim) 
{
    if (is.na(x)) {
        x = x.lim
    }
    else {
        x = x
    }
    return(x)
}

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.