qbeta_mse {WARDEN} | R Documentation |
Draw from a beta distribution based on mean and se (quantile)
Description
Draw from a beta distribution based on mean and se (quantile)
Usage
qbeta_mse(q, mean_v, se)
Arguments
q |
Quantiles to be used |
mean_v |
A vector of the mean values |
se |
A vector of the standard errors of the means |
Value
A single estimate from the beta distribution based on given parameters
Examples
qbeta_mse(q=0.5,mean_v=0.8,se=0.2)
[Package WARDEN version 1.2.5 Index]