R/helpers.R
rbeta_mod.Rd
Reparametrization of base R rbeta to take location and scale rather than 2 shape parameters
rbeta_mod(n, mu, sd)
number of observations
location parameter
scale parameter
vector of draws from Beta distribution
if (FALSE) { rbeta_mod(4, .5, .1) }