enw_missing | R Documentation |
Missing reference data model module
enw_missing(formula = ~1, data)
formula |
A formula (as implemented in |
data |
Output from |
A list containing the supplied formulas, data passed into a list
describing the models, a data.frame
describing the priors used, and a
function that takes the output data and priors and returns a function that
can be used to sample from a tightened version of the prior distribution.
Model modules
enw_expectation()
,
enw_fit_opts()
,
enw_obs()
,
enw_reference()
,
enw_report()
# Missingness model with a fixed intercept only
enw_missing(data = enw_example("preprocessed"))
# No missingness model specified
enw_missing(~0, data = enw_example("preprocessed"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.