Indicator
com_qualified_segment_missingness(
study_data,
meta_data,
label_col = NULL,
meta_data_segment,
expected_observations = c("HIERARCHY", "ALL", "SEGMENT")
)
list list with entries:
data.frame the data frame that contains the measurements
data.frame the data frame that contains metadata attributes of study data
variable attribute the name of the column in the metadata with labels of variables
data.frame Segment level metadata
enum HIERARCHY | ALL | SEGMENT. Report the
number of observations expected using
the old PART_VAR
concept. See
com_item_missingness for an
explanation.