Description Usage Arguments Examples
Draw random variates from beta-binomial distribution
1 | rbetabinom(n, m, a = 1, b = 1)
|
n |
The number of random values to sample |
m |
The sample size |
a |
First parameter |
b |
Second parameter |
1 | rbetabinom(2, 10, 2, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.