DNP 830 Topic 2 DQ 2: four data errors and cleaning methods
A doctoral discussion post comparing four common types of data error — missing values, duplicates, invalid values and implausible outliers — and identifying a cleaning method for each, with the trade-off that method carries.
Editorial process
Last reviewed · August 7, 2026
Compare is a structure, not a stronger word for list
The verb is *compare*, not list, and it is doing more work than it appears to. Four types of data error described one after another is a catalogue; comparing them means choosing dimensions and holding all four against each one. The useful dimensions are how the error is detected, whether it is recoverable once found, what it does to an analysis if it is left in, and what the cleaning method itself costs. Set that up as the structure of the post and the comparison becomes visible in a sentence per cell. Set it up as four paragraphs and the marker has to do the comparing, which is the part of the task that was being assessed. This is a small structural choice that decides most of the grade. A short table is the most economical way to do it in a discussion post, and it makes the four-way comparison legible at a glance.
Four types with genuine differences between them are missing values, duplicate records, invalid or out-of-range values, and implausible outliers. Missing data is a completeness problem and is invisible in a summary statistic. Duplicates are a uniqueness problem, and they inflate counts and distort denominators without ever producing an impossible value. Invalid values fail a rule you can state in advance — a date of birth in the future, a sex code that is not in the code set, a blood pressure of 900 — so they are the easiest to detect automatically. Implausible outliers pass every format rule and are wrong anyway, which is why they are the hardest of the four and the ones most often left in. Choosing four that fail four different tests is also what stops the cleaning methods from collapsing into one answer repeated four times.
The instruction is to *identify a method for cleaning each error*, and the methods are genuinely different rather than four names for validation. Missing data is handled by deletion or by imputation, and the choice depends on why the values are missing rather than on how many there are. Duplicates are resolved by record linkage, deterministic where a reliable identifier exists and probabilistic where it does not. Invalid values are caught by range, format and referential integrity rules run against a data dictionary. Outliers are handled by returning to the source record to verify them, and only then by flagging, transforming or excluding. One method per error type, each named specifically, is what the instruction asks for. Naming the mechanism behind each method, rather than the software that implements it, is what makes the mapping defensible in a doctoral post.
What lifts this to doctoral level is saying what each cleaning method costs, because none of them is neutral. Deleting rows with missing values throws away the rest of those rows and biases the sample whenever the missingness is related to the outcome — patients who missed a follow-up visit are not a random subset. Imputation invents plausible values and can shrink variance so that findings look more certain than the data supports. Aggressive de-duplication merges two real patients who share a name and date of birth. Deleting outliers deletes exactly the extreme values a clinical analysis often exists to find. A post that names the trade-off for each method is doing analysis; a post that lists the methods is doing recall. Saying which trade-off you would accept, and in what analysis, is a further step and the one that reads as clinical judgement rather than method knowledge.
*Provide evidence supporting your response* means the taxonomy and the methods both need citing, and the informatics literature has done this work already. There are established dimension frameworks for health data quality — completeness, correctness, concordance, plausibility and currency is the best-known set — and mapping your four error types onto a published framework is stronger than inventing categories, because it lets you say which dimension each error violates. It also gives the comparison an external structure rather than one you assembled. Cite the chapter you were assigned alongside the primary literature, since the chapter establishes what the course expects and the literature establishes that the framework is not just this textbook's. That pairing also satisfies the evidence instruction twice over, since one source establishes the framework and the other establishes that it is used.
Error type | How it is detected | Cleaning method | What the method costs |
|---|---|---|---|
Missing values | Completeness counts by field and by record | Deletion, or imputation chosen by missingness mechanism | Bias if missingness is not random; false precision if imputed |
Duplicate records | Linkage on identifiers or on field agreement | Deterministic or probabilistic record linkage | Merging two real people who look alike |
Invalid or out-of-range values | Rules run against a data dictionary | Range, format and referential integrity validation | Rejecting legitimate rare values encoded unusually |
Implausible outliers | Distributional review, then source verification | Verify, then flag, transform or exclude | Deleting the extreme cases the analysis exists to find |
Likely learning objectives
Inferred from the brief — check these against your own rubric.
- 01Compare error types along stated dimensions rather than describing them in turn.
- 02Match a cleaning method to the mechanism that produced the error.
- 03Recognise that every cleaning decision changes the dataset in a second way.
- 04Locate an ad hoc taxonomy within a published data quality framework.
Read the full question
Review every instruction before using the planning guidance that follows.
What this discussion post has to deliver
- 01Four common types of data error, compared rather than listed.
- 02A cleaning method identified for each of the four.
- 03Evidence supporting the taxonomy and the methods.
- 04Engagement with the assigned chapter.
From the comparison grid to the published framework
Set the comparison dimensions first
Detection, recoverability, effect on analysis and cost of cleaning, applied to all four.
Four errors that fail different tests
Missing values, duplicates, invalid values and implausible outliers, distinguished by what reveals them.
One method per error
Imputation or deletion, record linkage, dictionary-based validation, and verify-then-decide.
What each method costs
Bias, false precision, wrongly merged records, and deleted true extremes.
Anchor it in a published framework
Map the four onto established data quality dimensions and cite the evidence.
Finding a taxonomy rather than inventing one
Recommended databases
- The assigned chapter
- PubMed and PMC for health informatics literature
- NCBI Bookshelf for evaluation handbooks
- Biomedical informatics journals
Search sequence
- 1.Find a published data quality dimension framework before choosing your four error types, because mapping onto one is easier than justifying a taxonomy you assembled.
- 2.Search for methods rather than for errors, since the cleaning literature is where the trade-offs are actually discussed.
- 3.Look specifically for work on completeness, as missing data is the error type where the method choice most changes the result.
- 4.Check whether the chapter's taxonomy matches the published one, and say so if it does not — that is a comparison worth making.
The dimension framework and the methods literature
These are authoritative starting points, not a ready-made bibliography. A qualified reviewer must confirm that each source fits the assignment and supports the claim beside which it is cited.
Nothing here is cleared for citation until you have read it.
- 01
Methods and dimensions of electronic health record data quality assessment: enabling reuse for clinical research
Journal of the American Medical Informatics Association, via PubMed · 2013
The review that established the five dimensions most widely used for health record data quality: completeness, correctness, concordance, plausibility and currency. Map your four error types onto these and the comparison acquires an external structure, which is what turns a taxonomy into an evidenced one.
- 02
Defining and measuring completeness of electronic health records for secondary use
Journal of Biomedical Informatics, via PubMed · 2013
Completeness turns out to mean several different things depending on what the data is for, which matters because the missing-data method you choose depends on that definition. Use it to say why deletion and imputation are not interchangeable rather than asserting that they are not.
- 03
Clinical data quality: a data life cycle perspective
Health Services Management Research, via PubMed · 2020
Data quality problems located at the points in the life cycle where they are introduced rather than where they are discovered. Useful for the comparison dimension about detection, since an error introduced at capture and one introduced at extraction are found by different means.
- 04
Chapter 16 Methods for Data Quality Studies - Handbook of eHealth Evaluation: An Evidence-based Approach - NCBI Bookshelf
NCBI Bookshelf, U.S. National Library of Medicine · 2017
A methods chapter covering how data quality is actually studied, including the checks and audits behind each cleaning approach. Openly accessible, which makes it a practical companion to the assigned chapter when you need method detail that a textbook summary leaves out.
Before the post goes to the discussion board
Common mistakes
- Describing four error types in sequence, which is a list rather than a comparison.
- Offering validation as the method for all four errors.
- Choosing a missing-data method without reference to why the values are missing.
- Treating outliers as errors by definition rather than verifying them first.
- Omitting the cost of each cleaning method, which is where the analysis lives.
- Inventing categories when published data quality frameworks already exist.
- Citing only the assigned chapter when the prompt asks for supporting evidence.
- Confusing duplicates with invalid values, which fail different tests.
Submission checklist
- The four types are held against the same dimensions.
- Each error type has its own distinct cleaning method.
- The missing data method names a mechanism or a decision rule.
- Duplicate handling distinguishes deterministic from probabilistic linkage.
- Outlier handling includes source verification before any exclusion.
- The trade-off of each method is stated.
- The error types are mapped onto a published quality framework.
- The assigned chapter and at least one external source are cited.
Use this guide to plan and review your own work. Follow your institution's rules and read our academic-integrity policy.

Written by
Aaron Bishop
MA, Education
assignment interpretation and research-methods coaching across disciplines
Aaron leads the EssayCrackers editorial desk. He works on how assignment briefs are read — what a rubric is actually asking for, and where students most often answer a different question than the one set.

Reviewed by
Dr. Nathan Cole
PhD, Rhetoric & Composition
Argumentation and thesis development
Nathan teaches first-year composition and directs a university writing center. He reviews EssayCrackers guides for argumentative soundness and citation accuracy.