Presentation is loading. Please wait.

Presentation is loading. Please wait.

MOON Data File Components

Similar presentations


Presentation on theme: "MOON Data File Components"— Presentation transcript:

1 MOON Data File Components
Personal Information Entry Evaluation – Kler Patient Questionnaire Physical Exam Multi-Dimensional Health Assessment Patient Knee Injury Questionnaire (R474) Operative Information

2 Preliminary Cleaning Tasks Required for Each MOON Data Component
Converted each MS Access table to SAS using Proc Import: PROC IMPORT OUT = EVAL1 DATATABLE = "moon_evaluation_entry" DBMS = ACCESS2000 REPLACE; DATABASE = "H:\Projects\Sports Medicine\ MDB"; RUN;

3 Specific Component Issues
Skip patterns Missing, blank, zero, 9, 99, Not collected? Not entered when it should be? Entered when it shouldn't be? Entered but wrong value? Out of range values Innappropriate values in/out of skip patterns Valid SSNs

4 Recoding Independent vs. Dependent Variables
Independent – variables that are not part of a skip pattern. Dependent – variables that are part of a skip pattern (dependent on the lead variable).

5 Finalizing File Components
Q/A programs were run on each component to flag errors. Changes were hard-coded into the Q/A program. Q/A programs were re-run to assure all errors had been resolved.

6 Final File Component Q/A
Frequencies and/or cross-tabs were run on every variable in each file component. All values were hand-checked to verify range validity of file elements compared to Data Dictionary.

7 Files Merged into One All files merged by SSN, Surgery Date, and Knee(L or R). Problematic Not all files had Surgery Date and/or Knee. Certain files were pre-merged. SSNs had been hand-entered and had numerous mistakes across file components. A renamed SSN was placed on each component. All components merged by SSN. Renamed SSN printed from each component. Hand-checked to spot errors - majority ruled.

8 Final File Creation Kept only unilateral ACLs for analysis file. Any individuals not meeting the criteria defined internally as unilateral ACL reconstruction were dropped. IF ACL_RECON ≠ 1; /*Form 5* From Kler and physical exams there were multiple variables which had to be used in combination to indicate non-unilateral ACL.

9 Final File 2002 MOON file consists of 479 subjects who had unilateral ACL reconstructive surgery. Available in beta release pending final changes.


Download ppt "MOON Data File Components"

Similar presentations


Ads by Google