
Create the model-specific component of an epidist custom family
Source: R/latent_model.R
epidist_family_model.epidist_latent_model.RdCreate the model-specific component of an epidist custom family
Usage
# S3 method for class 'epidist_latent_model'
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 method.
See also
Other latent_model:
as_epidist_latent_model(),
as_epidist_latent_model.epidist_aggregate_data(),
as_epidist_latent_model.epidist_linelist_data(),
epidist_formula_model.epidist_latent_model(),
epidist_model_prior.epidist_latent_model(),
epidist_newdata.epidist_latent_model(),
is_epidist_latent_model(),
new_epidist_latent_model()