View source: R/util_prep_proportion_check.R
util_prep_proportion_check | R Documentation |
Utility function to prepare the metadata for proportion checks
util_prep_proportion_check(
resp_vars,
meta_data,
study_data,
report_problems = c("error", "warning", "message")
)
resp_vars |
variable list the names of the measurement variables |
meta_data |
data.frame the data frame that contains metadata attributes of study data |
study_data |
data.frame the data frame that contains the measurements
(hint: missing value codes should be excluded,
so the function should be called with |
report_problems |
enum Should missing metadata information be reported as error, warning or message? |
a list with the expected range for the proportion check
Other lookup_functions:
util_prep_location_check()
,
util_variable_references()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.