This function contains brms prior distributions which are specific to
particular likelihood families e.g. brms::lognormal().
Arguments
- family
- A description of the response distribution and link function to be used in the model. Every family function has a link argument allowing users to specify the link function to be applied on the response variable. If not specified, default links are used. For details of all supported families see - brmsfamily(). Commonly used, such as- lognormal(), are also reexported as part of- epidist.
- ...
- Additional arguments passed to - fnmethod.
See also
Other prior:
epidist_family_prior.default(),
epidist_family_prior.lognormal(),
epidist_model_prior(),
epidist_model_prior.default(),
epidist_prior()
