Check required quantiles 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_calendar_timestep()
,
check_design_matrix_sparsity()
,
check_group()
,
check_group_date_unique()
,
check_max_delay()
,
check_module()
,
check_modules_compatible()
,
check_numeric_timestep()
,
check_observation_indicator()
,
check_timestep()
,
check_timestep_by_date()
,
check_timestep_by_group()