R/beta.condition.R

beta.condition <-
function (a, b) 
{
    if (a == 1.5 & b == 1.5) {
        a = b = 1
    }
    else {
        a = a
        b = b
    }
    a_b = rbind(a, b)
    return(a_b)
}

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.