powered by
beta_dist
Retrieve the parameters of a beta_dist object.
# S3 method for beta_dist params(x)
A named numeric vector with elements shape1 and shape2.
shape1
shape2
A beta_dist object.
params(beta_dist(2, 5))
Run the code above in your browser using DataLab