View source: R/com_qualified_item_missingness.R
| com_qualified_item_missingness | R Documentation |
Indicator
com_qualified_item_missingness(
resp_vars,
study_data,
label_col = NULL,
item_level = "item_level",
expected_observations = c("HIERARCHY", "ALL", "SEGMENT"),
meta_data = item_level,
meta_data_v2
)
resp_vars |
variable list the name of the measurement variables |
study_data |
data.frame the data frame that contains the measurements |
label_col |
variable attribute the name of the column in the metadata with labels of variables |
item_level |
data.frame the data frame that contains metadata attributes of study data |
expected_observations |
enum HIERARCHY | ALL | SEGMENT. Report the
number of observations expected using
the old |
meta_data |
data.frame old name for |
meta_data_v2 |
character path to workbook like metadata file, see
|
A list with:
SummaryTable: data.frame containing data quality checks for
"Non-response rate" (PCT_com_qum_nonresp) and
"Refusal rate" (PCT_com_qum_refusal) for each response
variable in resp_vars.
SummaryData: a data.frame containing data quality checks for
“Non-response rate” and "Refusal rate"
for a report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.