beta_dist
R/beta_dist.R
params.beta_dist.Rd
Retrieve the parameters of a beta_dist object.
# S3 method for class 'beta_dist' params(x)
A beta_dist object.
A named numeric vector with elements shape1 and shape2.
shape1
shape2
params(beta_dist(2, 5)) #> shape1 shape2 #> 2 5