11. structure checking and verification

Upload: murugan-paramasivam

Post on 07-Apr-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/3/2019 11. Structure Checking and Verification

    1/14

    MICS Data Processing Workshop

    Structure Checkingand Verification

  • 8/3/2019 11. Structure Checking and Verification

    2/14

    Structure Checking Flow Chart

    Main Data Entry

    Structure Check

    Verification Data Entry

    Investigate Errors

    Correct Main Data FileData Entry Operator 1

    DP Supervisor

    DP Supervisor

    Data Entry Operator 2

    Data Entry Operator 1

    Check ok?

    Yes

    No

  • 8/3/2019 11. Structure Checking and Verification

    3/14

    Structure Checking

    Check the number of questionnaires in the

    data file matches number of questionnaires onthe cluster tracking form

    Check household information panel counts ofwomen and under-fives (HH12-15) match

    number of questionnaires in the data file

  • 8/3/2019 11. Structure Checking and Verification

    4/14

    The Cluster Tracking Form

    Allows supervisor to organize and track data

    entry progress Questionnaire totals entered by questionnaire

    administrator

    Other information entered by supervisor

  • 8/3/2019 11. Structure Checking and Verification

    5/14

    Cluster Tracking Form

    Number of questionnaires Data entry

    Clusternumber

    Datereceived

    HouseholdsSelected Household Womens Childrens

    Operatorname

    Operatornumber

    Creationdate

    Datecheck

    complete

    Dateverificationcomplete

    Date ofraw databack-up

    Date ofediting

    Date offinal

    back-up

    M: Sarah 1 23/08/05

    101 23/08/05 17 17/14 19/19 21/19 V: Alpha 7 25/08/05 26/08/05 28/08/05 28/08/05

    M: Mariam 4 21/08/05102 21/08/2005 17 17/16 23/19 18/16

    V: Joy 3 23/08/0524/08/05 25/08/05 25/08/05 27/08/05 27/08/05

    M:103 21

    V:

    M:104 23

    V:

    105 29/08/2005 15 15/15 14/11 13/12 M: Alpha 7 29/08/05

  • 8/3/2019 11. Structure Checking and Verification

    6/14

    Cluster Tracking Checks

    Check questionnaires in data file equal

    questionnaires on cluster tracking form Check done for:

    Complete, Incomplete and Total Households

    Complete, Incomplete and Total Women

    Complete, Incomplete and Total Children

  • 8/3/2019 11. Structure Checking and Verification

    7/14

    Cluster Checks

    Womens questionnaires = HH12

    Completed womens questionnaires = HH13 Under-five questionnaires = HH14

    Completed under-five questionnaires = HH15

  • 8/3/2019 11. Structure Checking and Verification

    8/14

    Sample Output - Cluster

    MICS Data Structure Check

    Cluster: 3

    Households | Women | Children

    Total Comp Incomp | Eligible Interviewed | Eligible Interviewed

    | HH12 FOUND HH13 FOUND | HH14 FOUND HH15 FOUND

    2 1 1 | 5 5 4 4 | 4 4 3 3

    Compare totals to those on cluster tracking form

    If totals different, check clusters questionnaires andresolve the difference

  • 8/3/2019 11. Structure Checking and Verification

    9/14

    Household Checks

    Womens questionnaires = HH12

    Completed womens questionnaires = HH13 Under-five questionnaires = HH14

    Completed under-five questionnaires = HH15

  • 8/3/2019 11. Structure Checking and Verification

    10/14

    Sample Output - Household

    MICS Data Structure Check

    Household: 1

    Result: 1

    Women | Children

    Eligible Interviewed | Eligible Interviewed

    HH12 FOUND HH13 FOUND | HH14 FOUND HH15 FOUND

    4 4 3 3 | 2 2 1 1

    Use listing of households to identify source of clusterlevel problems

  • 8/3/2019 11. Structure Checking and Verification

    11/14

    Verification Flow Chart

    Verification Data Entry

    Verification

    Backup Raw Data File

    Determine Correct Values

    Correct Both Data FilesData Entry Operator 2

    DP Supervisor

    Data Entry Operator 1 & 2

    DP Supervisor

    Data Entry Operator 1 & 2

    Differences?

    No

    Yes

  • 8/3/2019 11. Structure Checking and Verification

    12/14

    Verification

    Purpose: Eliminating data entry errors

    Method:1. program compares main and verification data files

    2. program produces list of differences

    3. data entry operators use listing and questionnaires

    to determine corrections4. Corrections marked on listing

    5. BOTH data files corrected by original operators

    6. repeat 1-5 until no differences in listing!

  • 8/3/2019 11. Structure Checking and Verification

    13/14

    A Differences Listing

    Input File: C:\MICS\CSPRO\RAW\HH003M.DAT

    Reference File: A:\HH003V.DAT

    -----------------------------------------------------------------------------------------------

    Case IdItem Input File Reference File

    -----------------------------------------------------------------------------------------------

    [003001 ]

    ED3(6) 202 204

    ED3B(6) 02 04

    DA11(9) 2 1

    [00300404]

    IM1 1 2IM2 31032004

    IM2D 31

    IM2M 03

    IM2Y 2004

  • 8/3/2019 11. Structure Checking and Verification

    14/14

    Verification Application

    The file compare.cmp defines which items (i.e.,

    variables) are to be excluded It is strongly recommended that this file not be

    changed