R/beta-distribution.R
format.beta_dist.Rd
Format a beta distribution
# S3 method for beta_dist format(x, glue = .default_beta_dist_format(), ...)
the beta distribution
a glue spec taking any of shape1, shape2, conc, mean, median, upper, lower
shape1
shape2
conc
mean
median
upper
lower
not used
nothing
format(beta_dist(shape1=3,shape2=6), "{format(mean*100, digits=3)}%") #> 33.3%