Skip to contents

Helper function for Beta distribution sampling with alternative parameters

Usage

rbeta_more_params(
  mean = NA,
  sd = NA,
  a = NA,
  b = NA,
  shape1 = NA,
  shape2 = NA,
  ...
)