R/map.dx.s

"map.dx"<-
    function(lambda = (1 - 2 * theta), theta = NULL, min.lambda = 0)
{
    if(length(lambda) && any(lambda < min.lambda)) {
        lambda <- pmax(lambda, min.lambda)
        warning("small value(s) for lambda corrected")
    }
    - log(lambda)/2
}

Try the bqtl package in your browser

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

bqtl documentation built on Sept. 8, 2023, 5:44 p.m.