View source: R/probability_v2.R
rbetabinom | R Documentation |
Draw from Beta-binomial distribution.
rbetabinom(n = 1, k = 10, alpha = 1, beta = 1)
n |
number of draws. |
k |
number of binomial trials. |
alpha |
first shape parameter of beta distribution. |
beta |
second shape parameter of beta distribution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.