Use of CAPI for agricultural surveys

Slides:



Advertisements
Similar presentations
Review of Data Processing Steps MICS3 Data Analysis and Report Writing Workshop.
Advertisements

Multiple Indicator Cluster Surveys Data Entry and Processing.
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Creating Analysis Files: Description of Preparation Steps.
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop CSPro Overview.
Multiple Indicator Cluster Surveys Survey Design Workshop Data Archiving MICS4 Data Processing Workshop.
MICS Data Processing Workshop
MICS4 Survey Design Workshop Multiple Indicator Cluster Surveys Survey Design Workshop Data Archiving.
Quantitative Data Preparation Alasdair Crockett, Data Services Manager UK Data Archive.
1 Data processing and exporting Module 2 Session 6.
Micro Control Solutions Stability System II rev. 6.4
Mobile Surveyor A Windows PDA/Mobile based survey Software for easy, fast and error free data collection.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
10. NLTS2 Documentation Overview. 1 Prerequisites Recommended modules to complete before viewing this module  1. Introduction to the NLTS2 Training Modules.
Single Contents Registration Manual National Institute of Informatics
Multiple Indicator Cluster Surveys Data Processing Workshop
Microsoft Visual Basic 2005: Reloaded Second Edition Chapter 9 Structures and Sequential Access Files.
2015/6/301 TransCAD Managing Data Tables. 2015/6/302 Create a New Table.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Reiner Schlitzer Alfred Wegener Institute for Polar and Marine Research Ocean Data View - Available Data Collections and Data Model.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Emanuele Pasqualucci Extending AppManager Monitoring with the SNMP Toolkit.
MSDSonline HQ: Viewer Site Tour Main Menu Getting to your Company List Searching within your Company List How to View and Print an MSDS How to Print a.
World Bank: Microdata Library Development Data Group.
Food Recall System Pre Code System Design Layout Version 1.0.
Multiple Indicator Cluster Surveys Data Processing Workshop CAPI Supervisor’s Menu System MICS Data Processing Workshop.
1 Chapter 2: Working with Data in a Project 2.1 Introduction to Tabular Data 2.2 Accessing Local Data 2.3 Accessing Remote Data 2.4 Importing Text Files.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
A Simple Guide to Using SPSS ( Statistical Package for the Social Sciences) for Windows.
Dr. Engr. Sami ur Rahman Research Methods in Computer Science Lecture: Data Analysis (Introduction to SPSS)
MICS Survey Design Workshop Multiple Indicator Cluster Surveys Survey Design Workshop Data Entry Using Tablets / Laptops.
AdMIT Custom Export (new) The new Custom Export utility features an easier to use interface and more fields.
MICS Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Creating Analysis Files: Description of Preparation Steps.
DTC Quantitative Methods Summary of some SPSS commands Weeks 1 & 2, January 2012.
Multiple Indicator Cluster Surveys Data Processing Workshop Overview of SPSS structural check programs and frequencies MICS Data Processing Workshop.
Exporting Survey Monkey Data Tutorial. Step 1 Choose the Survey you want to Analyze.
Excel Tutorial 8 Developing an Excel Application
Use of CAPI for agricultural surveys
Workplace Equity Information Management System (WEIMS)
Microsoft Visual Basic 2005: Reloaded Second Edition
Importing Your Roster Into Outlook December Tara Thomas
Use of CAPI for agricultural surveys
Downloading and Preparing a StudentVoice File for SPSS
Getting Started with the Questionnaire Designer and Tester
Interviewer Application
Required Data Files Review
Cameron Blashka| Informer Implementation Specialist
Performing Mail Merges
Use of CAPI for agricultural surveys
Product Retrieval Statistics Canada / Statistique Canada Title page
Advanced Designer Topics *Demonstrative, not instructional
Template library tool and Kestrel training
Alteryx User Group August 2016.
ECONOMETRICS ii – spring 2018
Dale Rhoda & Mary Kay Trimner Stata Conference 2018
B2B Portal Training Materials
IVend Retail 6.5 Dashboard Designer.
TRAINING OF FOCAL POINTS ON THE CountrySTAT/FENIX SYSTEM
Community Focusing on Direct Certification
Intermediate Designer 1: Special Qs, Validation and C#
MODULE 7 Microsoft Access 2010
What’s New in Colectica 5.3 Part 2
Introduction to IPUMS NYTS and IPUMS YRBSS
Introduction to Stata Spring 2017.
Use of handheld electronic devices for census data collection (Bhutan)
Use of handheld electronic devices for data collection in GeoStat
Introduction to IPUMS NYTS and IPUMS YRBSS
B2B Portal Training Materials
Metadata and Quality.
WHERE TO FIND IT – Accessing the Inventory
Presentation transcript:

Use of CAPI for agricultural surveys Data export

Overview When to export? How to export? What is exported? Structure of exported data files Interview Actions file

When to export? FREQUENTLY! Data export isn’t just for exporting finalized data! WHY? Real time monitoring of data quality during collection can enable managers to detect and address problems immediately. Detect fraudulent data, or enumerator mistakes. Correct problems in the questionnaire. Monitor precision. If there’s a listing exercise with CAPI, the list can be used as a sampling frame, and fed directly back into CAPI as pre-filled data.

When to export? Data can be exported at any time. It can be exported in .tab, .dta, or .sav. Binary and DDI compliant metadata separate.

How to Export? Data can only be exported by HQ or Admin. Select the template, click the arrows, then download.

What is exported? A zip file is exported from HQ containing 3 file types: Microdata files Interview_actions.tab Comments file Description Each data file represents a different level of data. Example: HH member roster, and questions about each HH member would be stored in separate files.

What is exported? For R users, You can still take advantage of the categorical variable labels and coding contained in .dta and .sav files by reading them into R with the foreign package.

What is exported? More about levels of data files… Often it is interesting to analyze datasets by different levels (i.e. urban/rural, household, individual). This is why the data is stored at different levels. It is often necessary to merge these levels to have one aggregated dataset. Accordingly a unique Id is required that can facilitate the merge.

Structure of exported data files top.df is the top level of data croprost.df is the second level of data coming from a crop roster. top.df and croprost.df can be merged on croprost$parentid1 and top$id.

Structure of exported data files There will always be parentId, and ID variables allowing the user to merge datasets across different levels. Id is the unique identifier for that particular level. Parentid[#] relates that level of data to the one the next level up on the hierarchy starting with parentid1.

Structure of exported data files Top-level data set, id = unique questionnaire id id = number of hh member, parentid1 = unique questionnaire id id = movie, parentid1 = number of hh member, parentid2 = unique questionnaire id

Structure of exported data files Exported data follows the format of the question type. Text -> exported as string Numeric -> exported as string, dot is used as decimal separator. Date -> UNIX: YYYY-MM-DDThh:mm:ss.s Geo-location -> 4 separate columns Categorical (1 answer) -> The numerical code is stored, and the label can be attached w/ do file.

Structure of exported data files Multi-select Multiple variables created in dataset w/ indices 1,2, etc. For example, {variablename__1, variablename__2,…, variablename__n}. For unordered questions, the value will be 1 for selected items, and 0 for unselected items. For ordered questions, variable with index 1(item__1) will contain the first option selected, and index n (item__n) will contain the nth item selected. For Y/N, each datapoint is a 0 or the number representing the order of selection or “Yes”.

Structure of exported data files Format continued… Categorical: multiple answers:

Structure of exported data files Format continued… Lists -> Multiple variables are created in the export file with an index added at the end of the name. Example, if there multiple names {variablename__0, variablename__1, variablename__2,…, variablename__n}

Interview Actions file Each export zip file contains a Interview_actions.tab. This file contains a time and date stamp for each event in the life of a survey and the originator/role of originator. This information is very useful for monitoring data collection.

Interview Actions file Tabulations of this data can provide insights about enumerator performance, supervisor performance, length of time of interviews, etc. I’ve written R functions to create tabulations by interview, enumerator, and supervisor. I will make these available through Github. Examples:

Interview Actions file Tabulated by interview Tabulated by interviewer Tabulated by supervisor

Interview Actions file

Interview Actions file

Description.txt Contains a list of the exported microdata files, and indicates which variables are stored in each file.

Description.txt

Questions??