R/rbeta.R

rbeta <- function (n, shape1, shape2) {
    if (length(n)>1) n <- length(n)
    .Call("newrbeta", n, shape1, shape2)
}

Try the rBeta2009 package in your browser

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

rBeta2009 documentation built on May 2, 2019, 5:57 a.m.