
Class constructor for epidist_latent_model objects
Source: R/latent_model.R
new_epidist_latent_model.RdClass constructor for epidist_latent_model objects
Usage
new_epidist_latent_model(data, primary = .primary_choices(), ...)Arguments
- data
An object to be set with the class
epidist_latent_model- primary
The distribution of the primary event within its censoring window.
"uniform", the default, assumes it is equally likely at any point."expgrowth"tilts it, with the growth rate estimated as thepgrowthdistributional parameter.- ...
Additional arguments passed to methods.
See also
Other latent_model:
as_epidist_latent_model(),
as_epidist_latent_model.epidist_aggregate_data(),
as_epidist_latent_model.epidist_linelist_data(),
epidist_family_model.epidist_latent_model(),
epidist_formula_model.epidist_latent_model(),
epidist_model_prior.epidist_latent_model(),
epidist_newdata.epidist_latent_model(),
is_epidist_latent_model()