calculate_missing_data: CAlculate how much data is missing for each patient, visit...

Description Usage Arguments Value

View source: R/calculate_missing_data.R

Description

CAlculate how much data is missing for each patient, visit and test battery.

Usage

1
2
3
4
5
6
7
calculate_missing_data(
  this_data,
  this_glossary,
  id_var,
  site_var,
  specification
)

Arguments

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.

Value

Missing data percentages in a tibble


LisaHopcroft/CTutils documentation built on Oct. 7, 2021, 11:08 p.m.