enw_obs | R Documentation |
Setup observation model and data
enw_obs(family = c("negbin", "poisson"), observation_indicator = NULL, data)
family |
Character string, the observation model to use in the
likelihood; enforced by |
observation_indicator |
A character string, the name of the column in
the data that indicates whether an observation is observed or not (using a
logical variable) and therefore whether or not it should be used in the
likelihood. This variable should be present in the data input to
|
data |
Output from |
A list as required by stan.
Model modules
enw_expectation()
,
enw_fit_opts()
,
enw_missing()
,
enw_reference()
,
enw_report()
enw_obs(data = enw_example("preprocessed"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.