Nothing
#' @export
#' @import stats
rCLNB<-function(n, b, q, s, lambda)
{
p <- runif(n, min = 0, max = 1)
rn <- qCLNB(p, b, q, s, lambda)
return(rn)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.