rbeta_dmp | R Documentation |
generate random samples from a beta distribution, parameterized as mean and sd, and returning NAs if conditions are not met
rbeta_dmp(n, p, sd)
n |
An integer value. The number of samples to generate |
p |
A decimal value. The value used to calculate parameters for the beta distribution |
sd |
A decimal value. The standard deviation of the beta distribution to simulate |
a vector of samples values from the beta distribution
rbeta_dmp(n=100,p=0.9,sd=0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.