Generate a beta distribution out of probabilities, or positive and negative counts
Source:R/beta-distribution.R
beta_dist.Rd
Generate a beta distribution out of probabilities, or positive and negative counts
Arguments
- ...
not used
- p
the first shape / the probability or count of success
- q
(optional) the second shape / the probability or count of failure
- n
(optional) the number of trials.
- shape1
the first shape parameter (use this to force interpretation as shape)
- shape2
the second shape parameter (use this to force interpretation as shape)