check_observation_indicator | R Documentation |
This function verifies if the observation_indicator
within the provided
new_confirm
observations is logical. The check is performed to ensure
that the observation_indicator
is of the correct type.
check_observation_indicator(new_confirm, observation_indicator = NULL)
new_confirm |
A data frame containing the observations to be checked. |
observation_indicator |
A character string specifying the column name
in |
This function is used for its side effect of checking the observation
indicator in new_confirm
. If the check passes, the function returns
invisibly. Otherwise, it stops and returns an error message.
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_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.