Description Usage Arguments Value Examples
Random number generator for beta distribution parameterized by mean and precision parameter
1 | rbeta2(n, mu, phi)
|
n |
Number of random values to be drawn from the distribution |
mu |
Mean of the distribution |
tau |
Precision parameter of the distribution |
A vector with n
random values from the distribution
1 | rbeta2(10, 0.5, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.