Default method for defining a model specific formula
Source:R/formula.R
epidist_formula_model.default.Rd
Default method for defining a model specific formula
Usage
# Default S3 method
epidist_formula_model(data, formula, ...)
Arguments
- data
An object with class corresponding to an implemented model.
- 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.- ...
Additional arguments passed to
fn
method.
See also
Other formula:
epidist_family_model()
,
epidist_formula()