Description Usage Arguments Value
View source: R/calculate_missing_data.R
CAlculate how much data is missing for each patient, visit and test battery.
1 2 3 4 5 6 7 | calculate_missing_data(
this_data,
this_glossary,
id_var,
site_var,
specification
)
|
this_data |
The tibble representing the patient population to be checked for missing data. |
this_glossary |
The glossary dictionary with parameter visit/test battery etc information. |
id_var |
A quosure representing the column that contains the patient label. |
site_var |
A quosure representing the column that contains the site name for that patient. |
specification |
Which fields for which patients should be considered when calculating how much data is missing. |
Missing data percentages in a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.