
Default method for defining a model specific family
Source:R/family.R
epidist_family_model.default.RdDefault method for defining a model specific family
Usage
# Default S3 method
epidist_family_model(data, family, ...)Arguments
- data
An object with class corresponding to an implemented model.
- family
Output of a call to
brms::brmsfamily()with additional information as provided by.add_dpar_info()- ...
Additional arguments passed to
fnmethod.
See also
Other family:
epidist_family(),
epidist_family_model(),
epidist_family_param(),
epidist_family_param.default()