Get a parameter of the beta_dist
Usage
# S3 method for beta_dist_list
get_beta_shape(x, type = c("shape1", "shape2", "conc"))
Arguments
- x
a
beta_dist
orbeta_dist_list
acting as the prior- type
the parameter to extract one of
shape1
orshape2
orconc
Examples
get_beta_shape(beta_dist(shape1=1,shape2=1))
#> [1] 1
get_beta_shape(beta_dist(shape1=2:5,shape2=1:4))
#> [1] 2 3 4 5