qbeta_mse | R Documentation |
Draw from a beta distribution based on mean and se (quantile)
qbeta_mse(q, mean_v, se)
q |
Quantiles to be used |
mean_v |
A vector of the mean values |
se |
A vector of the standard errors of the means |
A single estimate from the beta distribution based on given parameters
qbeta_mse(q=0.5,mean_v=0.8,se=0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.