Skip to contents

Format a beta distribution

Usage

# S3 method for beta_dist
format(x, glue = .default_beta_dist_format(), ...)

Arguments

x

the beta distribution

glue

a glue spec taking any of shape1, shape2, conc, mean, median, upper, lower

...

not used

Value

nothing

Examples

format(beta_dist(shape1=3,shape2=6), "{format(mean*100, digits=3)}%")
#> 33.3%