
The model-specific parts of an epidist_family() call
Source: R/family.R, R/formula.R
epidist_family_model.RdThe model-specific parts of an epidist_family() call
The model-specific parts of an epidist_formula() call
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.- formula
An object of class stats::formula or brms::brmsformula (or one that can be coerced to those classes). A symbolic description of the model to be fitted. A formula must be provided for the distributional parameter
mu, and may optionally be provided for other distributional parameters.
See also
Other family:
epidist_family(),
epidist_family_model.default(),
epidist_family_param(),
epidist_family_param.default()
Other formula:
epidist_formula(),
epidist_formula_model.default()