View source: R/create_cleaning_flowcharts.R
create_repeat_qc_flowchart | R Documentation |
This function generates a flowchart diagram illustrating the cleaning process for repeat visit data specific to TIMCI. The flowchart visually represents the various stages and outcomes of data processing, including exclusion, editing, and checks for data quality related to repeat visit records
create_repeat_qc_flowchart(
n_raw_repeat_records,
n_nonvalid_pids_repeat_records,
n_edit_nonvalid_pid_repeat_records,
n_drop_nonvalid_pid_repeat_records,
n_edit_inconsistent_names_repeat_records,
n_drop_inconsistent_names_repeat_records,
n_nonconsistent_names_repeat_records,
n_visit_before_enrolment,
n_cleaned_repeat_records
)
n_raw_repeat_records |
Number of records |
n_nonvalid_pids_repeat_records |
Number of records with a non-valid participant ID |
n_cleaned_repeat_records |
TBD |
This function returns a graph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.