MICS Data Processing Workshop Recoding in SPSS. Secondary Data Processing Flow Export Data from CSPRO Import Data into SPSS Recode Variables Add Sample.

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 Exporting to SPSS.
Multiple Indicator Cluster Surveys Data Processing Workshop
MICS Data Processing Workshop
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop SPSS general commands Overview.
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.
MICS Data Processing Workshop Supervisors Menu. Purpose of the Supervisors Menu Executes supervisors applications –...and displays results Transfers and.
MICS Data Processing Workshop Overview. Data Processing Design Data processing is organized around clusters There is one set of data files for each cluster.
MICS Data Processing Workshop
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Overview of Data Processing System.
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop SPSS CTABLE command Overview.
MICS Data Processing Workshop Exporting to SPSS. Secondary Data Processing Flow Export Data from CSPRO Import Data into SPSS Recode Variables Add Sample.
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Recoding in SPSS.
MICS Data Processing Workshop CSPRO Dictionaries.
MICS4 Survey Design Workshop Multiple Indicator Cluster Surveys Survey Design Workshop Data Entry and Processing.
Data Analysis using SPSS By Dr. Shaik Shaffi Ahamed Ph. D
Welcome to. Queries do not change the data so play around. There must be a space between every item in a query. NEW resets the query window. IF you think.
SPSS Basics I Dr. Isaac Gusukuma Department of Social Work, Sociology and Criminal Justice Dr. Trent Terrell Department of Psychology NOTE: Accessing Workshop.
ICCS 2009 IDB Seminar – Nov 24-26, 2010 – IEA DPC, Hamburg, Germany Using the IEA IDB Analyzer to merge and analyze data.
ICCS 2009 IDB Workshop, 18 th February 2010, Madrid Using the IEA IDB Analyzer to merge and analyze data.
GAP Toolkit 5 Training in basic drug abuse data management and analysis Training session 7 SPSS: Recode and Compute.
MICS Data Processing Workshop Tabulation Programs.
17a.Accessing Data: Manipulating Variables in SPSS ®
Multiple Indicator Cluster Surveys Data Processing Workshop
Introduction to SPSS Allen Risley Academic Technology Services, CSUSM
1 An Introduction to IBM SPSS PSY450 Experimental Psychology Dr. Dwight Hennessy.
A Simple Guide to Using SPSS© for Windows
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
Introduction to SPSS (For SPSS Version 16.0)
Part 3: European Social Survey Variable names.
ICCS 2009 IDB Workshop, 18 th February 2010, Madrid Using the IEA IDB Analyzer Correlations & Regression.
 Overview of SPSS  Interface  Getting Started  Managing Data  Descriptive Statistics  Basic Analysis  Additional Resources.
© Copyright 2000, Julia Hartman 1 Next An Interactive Tutorial for SPSS 10.0 for Windows © by Julia Hartman Using Command Syntax.
Multiple Indicator Cluster Surveys Data Processing Workshop
Developed By Information Technology Services University Of Saskatchewan.
Part 4 Syntax or point-and-click?. British Social Attitudes 1986 Q.114, page 43b.
CPS120: Introduction to Computer Science Compiling Your Programs Using Visual C++
DLI Boot Camp 2011 Finding Statistics: Tools and Techniques Jean Blackburn Vancouver Island University Library SDA.
Example SPSS Basic Medical Statistics Course October 2010 Wilma Heemsbergen.
Developed By Information Technology Services University Of Saskatchewan.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 8 Debugging, Creating Executable Files, and Distributing a Windows Application.
SW318 Social Work Statistics Slide 1 Get ready to work on practice problems 1. Create a directory and subdirectory on your computer named C:\StudentData\SW318_Spring_2004.
Analyses using SPSS version 19
11/25/2015Slide 1 Scripts are short programs that repeat sequences of SPSS commands. SPSS includes a computer language called Sax Basic for the creation.
CENTER FOR SOCIAL SCIENCE COMPUTATION AND RESEARCH (CSSCR) UNIVERSITY OF WASHINGTON SPRING 2013 CONSULTANT: SHIN HAENG LEE Introduction to SPSS.
1.Introduction to SPSS By: MHM. Nafas At HARDY ATI For HNDT Agriculture.
MICS Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Creating Analysis Files: Description of Preparation Steps.
PSC 47410: Data Analysis Workshop  What’s the purpose of this exercise?  The workshop’s research questions:  Who supports war in America?  How consistent.
FIRST COURSE Integration Tutorial 2 Integrating Word, Excel, and Access.
DTC Quantitative Methods Summary of some SPSS commands Weeks 1 & 2, January 2012.
MICS Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Exporting data from CSPro to SPSS.
Use SPSS for solving the problems Lecture#21. Opening SPSS The default window will have the data editor There are two sheets in the window: 1. Data view2.
1 PEER Session 02/04/15. 2  Multiple good data management software options exist – quantitative (e.g., SPSS), qualitative (e.g, atlas.ti), mixed (e.g.,
Multiple Indicator Cluster Surveys Data Processing Workshop Overview of SPSS structural check programs and frequencies MICS Data Processing Workshop.
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Tabulation Programs.
Using a set-up file to read ASCII data into Stata
An Interactive Tutorial for SPSS 10.0 for Windows©
Customizing the Quick Access Toolbar in Microsoft Office
Using a set-up file to read ASCII data into SPSS
DEPARTMENT OF COMPUTER SCIENCE
SPSS Overview COM 631/731.
Technological Innovation in Teaching Epidemiology and Statistics
SPSS Intro and Analysis
Learning about Taxes with Intuit ProFile
Identification of Individuals and Households, 1
SPSS tips and tricks for the initiated
Instructions for using the Miradi Companion Reporting Tool
Presentation transcript:

MICS Data Processing Workshop Recoding in SPSS

Secondary Data Processing Flow Export Data from CSPRO Import Data into SPSS Recode Variables Add Sample Weights, Wealth Index and GPS Data Run Tables

SPSS Working Directory Right-click on SPSS icon Select Properties Click on Start-in box Type in C:\RECODING

Analysis Files 4 types of analysis files\cases – Households – Household members – Women – Children

Program Names MAKEWM – Creates womens analysis file MAKECH – Creates childrens analysis file

Program Functions Programs add needed variables 2 sources of new variables – Existing variables that are recoded Age age in 5-year groups – Combinations of existing variables Level and grade of education years of education

Recoding Variables Some variables recoded in MAKE**.SPS – Important variables (e.g., age) – Frequently used variables Some variables are recoded in tab programs – Variables used in only a few tables – Unusual recoding of a variable

Opening and Saving Files To open a data file get file = filename.sav. To save a data file save outfile = filename.sav.

The recode Command To recode a variable recode HL5 (lo thru 70 = copy) (71 thru 96 = 70) (98,99 = 99) into memage. Useful keywords – lo and hi – copy – sysmis – else

The compute command Creates a new variable – compute newvar = 1. The compute command has built-in functions – compute newvar = trunc(oldvar). – compute newvar = rnd(oldvar).

Defining Variable and Value Labels To define a variable label variable label memage "Age". To define a value label set value label memage " 99 Missing/DK. Defines value labels for unusual values Values 0-70 will be labeled using their actual value

The if Command compute fuelelec = 0. if (hc6 = 1) fuelelec = 1. variable label fuelelec 'Household fuel type: electricity'. value label fuelelec 0 'No' 1 'Yes'.

The do if Command *total children ever born. do if (CM1 = 1). compute ceb = CM9. else. compute ceb = 0. end if.

Selecting Cases to Process The select command select if (HL5 >= 5 and HL5 <= 14). Deletes unselected cases from memory The filter command filter by CM9. filter off. Selects cases for whom filter variable > 0 Unselected cases are ignored by subsequent commands

Other Useful Commands To set a variables format format memage(f5.0). To define missing values missing values wdob (9999). To count occurrences of a value count ways = v1 v2 v3 (1).

Using the Paste Option to Write Code Set up the command using SPSSs menu system Click on the Paste button SPSS will paste the code necessary to execute the command in the active syntax window This is a great way to learn SPSSs language