rbeta_ms | R Documentation |
Random beta distribution with specified mean and sd
rbeta_ms(n = 1, mu = 0.5, sigma = 0.025)
n |
Number of data points |
mu |
Mean of random beta distribution |
sigma |
SD of random beta distribution |
a vector of numeric values
rbeta_ms(n = 5, mu = 0.8, sigma = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.