Check Quantiles Required are Present
Usage
check_quantiles(posterior, req_probs = c(0.5, 0.95, 0.2, 0.8))
Arguments
- posterior
A
data.table
that will becoerce_dt()
d in place; must contain quantiles identified using theq5
naming scheme.- req_probs
A numeric vector of required probabilities. Default: c(0.5, 0.95, 0.2, 0.8).
See also
Functions used for checking inputs
check_group()
,
check_modules_compatible()
,
check_module()