CLiREN-LMS
Introduction to R for Clinical Data Management

Basic Data Quality Checks in R

Overview

30-45 minutes Applied Step 1 of 19
Overview

Overview

1 / 19
Basic data quality checks in R should be guided by the protocol, CRF, data dictionary, and data management plan. R is not deciding what is clinically valid; it is applying rules defined by the study team. A value is not "wrong" simply because it looks unusual. It is flagged because it violates a predefined expectation, is missing when required, is internally inconsistent, or requires human review. This distinction is important. R can generate flags, but data managers and investigators interpret them.