How to clean up dirty data in Patient reported outcomes? - PowerPoint PPT Presentation

About This Presentation
Title:

How to clean up dirty data in Patient reported outcomes?

Description:

Title: PPT template Author: Leen Schenkel Last modified by: Knut Mueller Created Date: 5/10/2006 1:28:27 PM Document presentation format: Bildschirmpr sentation – PowerPoint PPT presentation

Number of Views:44
Avg rating:3.0/5.0
Slides: 17
Provided by: LeenSc
Category:

less

Transcript and Presenter's Notes

Title: How to clean up dirty data in Patient reported outcomes?


1
How to clean up dirty data in Patient reported
outcomes?
  • Knut Mueller
  • Senior Statistical Programmer
  • UCB Monheim

2
  • Introduction
  • Regulatory Aspects / Guidelines / Rules
  • Approach
  • Process Description
  • Summary and Conclusions

3
Introduction
  • Patient Reported Outcomes
  • Unclean Data
  • Traceability
  • Keep valuable information

4
Guidelines and Rules
  • FDA Guidance for Industry Patient-Reported
    Outcome Measures
  • Counting Rules set up by Health Outcomes
    department
  • No on-site transcription of ambiguous data
  • track and report original answers of the subject

5
Approach
StatProg
Data Entry
StatProg
StatProg
DM
standard macro
6
Approach
  • Development of a validated Standard macro
  • can be used similar to CALL routine
  • number of paramters lt6
  • Identification, invar, outvar, values, most
    severe value, tracking variable
  • User friendliness

7
Process description - overview
STEP 1
missing values?
YES
NO
STEP 2
correct values?
YES
NO
STEP 3B
STEP 3A
more than one "correct" answer?
adjacent multiple answers?
take most severe
YES
YES
NO
STEP 4
correct answer our of range answer?
remove out of range value
YES
NO
STEP 5
remove comment
correct answer comment?
YES
NO
correct value
Missing value
8
Process description step 1
Missing value or missing code?

ND
NA
UN
IF YES ? missing value
.
.
.
.
IF NO ? GO TO STEP 2
9
Process description step 2
Correct value?
"2"
"1"
"3"
"4"
IF YES ? take this value
2
1
3
4
IF NO ? GO TO STEP 3A
10
Process description step 3A
multiple answer, all answers inside the range, no
more than maximum?
"2/3"
"1/2"
"3/5"
"1/4"
IF YES ? GO TO STEP 3B
IF NO ? GO TO STEP 4
11
Process description step 3B
All values adjacent ?
"2/3"
"1/2"
"3/5"
"1/4"
IF YES ? take the most severe value
2
1
IF NO ? missing value
.
.
12
Process description step 4
Correct value plus out of range answer?
"2/6"
"0/1"
"5/7"
"5/6"
IF YES ? remove the out of range value
2
1
5
5
IF NO ? GO TO STEP 5
13
Process description step 5
Correct value plus comment?
"2?"
"/-1"
"5"
"3/4/5"
IF YES ? remove the comment
2
1
5
IF NO ? missing value
.
14
Caveats
  • All decisions have to be carefully tracked and
    checked
  • especially step 5 handles cases that aren't as
    closely defined than the others
  • unexpected cases

15
e PROs
  • What about e PROs?
  • need to be validated
  • technical equipment necessary
  • probably the solution for the future

16
Conclusions
  • Compliance with FDA Guidance
  • use of validated standard macro saves programming
    time
  • the CALL routine approach still provides a
    considerable amount of control over the process
  • Necessity of close quality checks
Write a Comment
User Comments (0)
About PowerShow.com