util_count_expected_observations {dataquieR} | R Documentation |
Count Expected Observations
Description
Count participants, if an observation was expected, given the
PART_VARS
from item-level metadata
Usage
util_count_expected_observations(
resp_vars,
study_data,
meta_data,
label_col = LABEL,
expected_observations = c("HIERARCHY", "ALL", "SEGMENT")
)
Arguments
resp_vars |
character the response variables, for that a value may be expected |
study_data |
|
meta_data |
|
label_col |
character mapping attribute |
expected_observations |
enum HIERARCHY | ALL | SEGMENT. How should
|
Value
a vector with the number of expected observations for each
resp_vars
.
See Also
Other missing_functions:
util_all_intro_vars_for_rv()
,
util_filter_missing_list_table_for_rv()
,
util_get_code_list()
,
util_is_na_0_empty_or_false()
,
util_observation_expected()
,
util_remove_empty_rows()
,
util_replace_codes_by_NA()