check_group_date_unique | R Documentation |
reference_date
and report_date
This function checks that the input data is stratified by
reference_date
, report_date
, and .group.
It does this by counting the
number of observations for each combination of these variables, and
throwing a warning if any combination has more than one observation.
check_group_date_unique(obs)
obs |
An object that will be |
Functions used for checking inputs
check_calendar_timestep()
,
check_design_matrix_sparsity()
,
check_group()
,
check_max_delay()
,
check_module()
,
check_modules_compatible()
,
check_numeric_timestep()
,
check_observation_indicator()
,
check_quantiles()
,
check_timestep()
,
check_timestep_by_date()
,
check_timestep_by_group()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.