22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS

Size: px
Start display at page:

Download "22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS"

Transcription

1 DATA CODING IN SPSS STAFF TRAINING WORKSHOP March 28, 2017 Delivered by Dr. Director of Applied Economics Unit African Heritage Institution Enugu Nigeria To code data in SPSS, Lunch the SPSS The Data Editor window opens automatically when you start a session The Data Editor provides a convenient, spreadsheetlike method for creating and editing data files The Data Editor provides two views of your data: Data View: Displays the actual data values or defined value labels. 1 Variable View: Displays variable definition information 2 Data View: Akin to Spreadsheet with few distinctions 1. Rows are cases. Each row represents a case or an observation. For example, each individual respondent to a questionnaire is a case. 2. Columns are variables. For example, each item on a questionnaire is a variable. 3. Cells contain values. Unlike spreadsheet, cells in the Data View cannot contain formulas. 4. The data file is rectangular with no "empty" cells within the boundaries of the data file. For numeric variables, blank cells are converted to the system-missing value. For string variables, a blank is considered a valid value. The Data view is as seen on the next slide 3 Data View window: 4 Variable View Variable View contains descriptions of the attributes of each variable in the data file. In Variable View Rows are variables. Columns are variable attributes. The variable attributes Includes: Name: Variable name Type: Data type Width: Number of digits or characters Decimals: Number of decimal places Label: The Full Label of the Variable Values: Description of Variable categories Missing: User-defined missing values Columns: Column width Align: Data lignment Measure: Scale, Ordinal or Nominal Variable View window 5 6 1

2 To code data in SPSS, we must first prepare the coding template This means defining the variable properties using the Variable view window. Variable names must be unique; duplication is not allowed can be up to 64 bytes (64 characters in single byte language (e.g. English) and 32 in double byte language(e.g. Japanese, Chinese or Korean) the first character must be a letter or one of the #, or $ Subsequent characters can be any combination of letters, numbers, nonpunctuation characters, and a period (.) Variable names cot. Variable names cannot contain spaces A $ sign in the first position indicates that the variable is a system variable. not allowed as the initial character of a user-defined variable Variable names ending with a period should be avoided, since the period may be interpreted as a command terminator. Reserved keywords like: ALL, AND, BY, EQ, GE, GT, LE, LT, NE, NOT, OR, TO, and WITH. cannot be used as variable names. Variable names are case sensitive. In the Variable view window, click a cell under name and enter the variable name 7 8 Variable type Variable Type specifies the data type for each variable. By default, all new variables are assumed to be numeric. To Change it, click the cell under Type corresponding to the variable name. Click on after the Numeric to display this DB on the next slide containing the various data types Numeric. A variable whose values are numbers Comma. A numeric variable whose values are displayed with commas delimiting every three places and displayed with the period as a decimal delimiter. Variable type 9 10 Data type Cont. Dot. A numeric variable whose values are displayed with periods delimiting every three places and with the comma as a decimal delimiter. Scientific notation. A numeric variable whose values are displayed with an embedded E and a signed power-of- 10 exponent. E.g. 1.23E2 Date. A numeric variable whose values are displayed in one of several calendar-date or clock-time formats 11 Data type Cont. Dollar. A numeric variable displayed with a leading dollar sign ($), commas delimiting every three places, and a period as the decimal delimiter. String.(alphanumeric variable) A variable whose values are not numeric and therefore are not used in calculations. Restricted numeric. A variable whose values are restricted to non-negative integers. Select the data type, enter the width and the number of decimal places, ok The width and number of decimal places can also be adjusted directly on the variable view window 12 2

3 Variable Label. descriptive variable labels up to 256 characters (128 characters in double-byte languages Variable labels can contain spaces and reserved characters that are not allowed in variable names. Value Label: assign descriptive value labels for each value of a variable. useful if data file uses numeric codes to represent nonnumeric categories (for example, codes of 1 and 0 for male and female). Value labels are saved with the data file. You do not need to redefine value labels each time you open a data file. Value labels can be up to 120 bytes. Value Label Cont. SPSS assigns a default value of none to all new variable To change it, click on the cell under Values column along the variable row Click on the after the None in the cell to see the DB on the next slide. If the variable is Sex which measures the respondents gender, and its coded as 0 for female, 1 for male, this is communicated to the SPSS in the value label as follows. In the value box, enter 0. In the label box, type female, add. Repeat same for all the categories, ok Value Label Cont. Missing Values. defines specified data values as user-missing distinguish between data that are missing because a respondent refused to answer and data that are missing because the question didn't apply to that respondent. are excluded from most calculations Can contain up to three discrete (individual) missing values, a range of missing values, or a range plus one discrete value. Ranges can be specified only for numeric variables Missing Values cont. All string values, including null or blank values, are considered to be valid unless you explicitly define them as missing. Missing values for string variables cannot exceed eight bytes To define null or blank values as missing for a string variable, enter a single space in one of the fields under the Discrete missing values selection. Define missing Values. Make the Data Editor the active window. If Data View is displayed, double-click the variable name at the top of the column in Data View or click the Variable View tab. Click the button in the Missing cell for the variable that you want to define The default is none. If you want to change it, click the after the none in the cell to prompt the DB on the next slide Enter the values or range of values that represent missing data, ok

4 Define missing Values. Column (column Width) Specifies the width of the column. This can also be changed in Data View by clicking and dragging the column borders. Column width for proportional fonts is based on average character width. Depending on the characters used in the value, more or fewer characters may be displayed in the specified width. Column width affect only the display of values in the Data Editor. Changing the column width does not change the defined width of a variable Variable Measures: scale (numeric data on an interval or ratio scale): values represent ordered categories with a meaningful metric, so that distance comparisons between values are appropriate Nominal: values represent categories with no intrinsic ranking e.g. region, zip code, and gender state of origin Ordinal: values represent categories with some intrinsic ranking (for example, levels of service satisfaction from highly dissatisfied to highly satisfied) use numeric codes to represent ordinal data. Why? Role: Assigns predefined roles that can be used to pre-select variables for analysis Input. The variable will be used as an input (e.g., predictor, independent variable). Target. The variable will be used as an output or target (e.g., dependent variable). Both. The variable will be used as both input and output. None. The variable has no role assignment. Partition. The variable will be used to partition the data into separate samples for training, testing, and validation Role cont: Split. Included for round-trip compatibility with IBM SPSS Modeller. Variables with this role are not used as split-file variables in IBM SPSS Statistics. By default, all variables are assigned the Input role. This includes data from external file formats and data files from versions of SPSS Statistics prior to version 18. Role assignment only affects dialogs that support role assignment. It has no effect on command syntax. To assign role, click the Input cell along the variable row in the variable view window, select the role. Applying variable definition attributes to multiple variables: one or more attributes of a variable can be copied and applied to one or more variables. Basic copy and paste operations are used to apply variable definition attributes. Copy a single attribute (for example, value labels) and paste it to the same attribute cell(s) for one or more variables. Copy all attributes from one variable and paste them to one or more other variables. Create multiple new variables with all the attributes of a copied variable

5 Generating multiple new variables with the same attributes In Variable View, click the row number for the variable that has the attributes that you want to use for the new variable. From the menus choose: Edit > Copy Click the empty row number beneath the last defined variable in the data file. From the menus choose: Edit > Paste Variables... In the Paste Variables dialog box, enter the number of variables that you want to create. Enter a prefix and starting number for the new variables. Click OK. Changing the default variable view Customize Variable View to control which attributes are displayed by default in Variable View and the order in which they are displayed. From the menus, choose: Edit > Options: The DB on the next slide will appear Changing the default variable view Changing the default variable view Click the Data tab: The DB Will change to: Changing the default variable view Click Customize Variable View to get the DB Below Creating Custom Variable Attributes: To create new custom attributes: From the menus in Variable View, choose: Data > New Custom Attribute... Select (check) the variable attributes you want to display. Use the up and down arrow buttons to change the display order of the attributes

6 Creating Custom Variable Attributes: Drag and drop the variables to which you want to assign the new attribute to the Selected Variables list. Enter a name for the attribute following the same rules as variable names. Example is attribute that identifies the type of response for survey questions single selection, multiple selection, fill-in-the-blank Enter a value for the attribute or leave it blank and then enter values for the variable(s) in Variable View. 31 Creating new Variable Using a wide variety of mathematical functions, you can compute new variables based on highly complex equations From the menus in the Data Editor window choose: Transform > Compute Variable... To get the DB on the next slide Assuming we want a variable log(income) which is log to base 10 of our income variable; Fill the target variable with logincome not log(income). Why? Enter the formula log10(inc) on the numeric expression box, ok This will add a new variable named logincome in the data list 32 Creating new Variable This is used to identify suspicious and invalid cases, variables, and data values in the active dataset. The procedure produces lists of variables, cases, and data values that fail various checks, counts of violations of single-variable and crossvariable rules, and simple descriptive summaries of analysis variables. To Validate Data From the menus choose: Data > Validation > Validate Data..., to show the Validate data DB on the next Slide Validate data DB Select the Variable to Validate: Gender in our own case Click the arrow pointing to Analysis Variable Box to send the variable to the box Select the case identifier variable: Household ID in our own case Click the arrow pointing to the Case Identifier box to send the variable to the box Click on the Single-Variable rule button on top of the DB to get the DB on the next slide

7 Click on this to get the next DB 1. Click on new 2. Change this to Numeric 3. Fill these boxes with 0 and 1 4. continue Click ok 5. Click apply box

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus Introduction (SPSS) SPSS is the acronym of Statistical Package for the Social Sciences. SPSS is one of the most popular statistical packages which can perform highly complex data manipulation and analysis

More information

Introduction to SPSS Edward A. Greenberg, PhD

Introduction to SPSS Edward A. Greenberg, PhD Introduction to SPSS Edward A. Greenberg, PhD ASU HEALTH SOLUTIONS DATA LAB JANUARY 7, 2013 Files for this workshop Files can be downloaded from: http://www.public.asu.edu/~eagle/spss or (with less typing):

More information

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows A Simple Guide to Using SPSS (Statistical Package for the Social Sciences) for Windows Introduction ٢ Steps for Analyzing Data Enter the data Select the procedure and options Select the variables Run the

More information

UNIT 4. Research Methods in Business

UNIT 4. Research Methods in Business UNIT 4 Preparing Data for Analysis:- After data are obtained through questionnaires, interviews, observation or through secondary sources, they need to be edited. The blank responses, if any have to be

More information

Opening a Data File in SPSS. Defining Variables in SPSS

Opening a Data File in SPSS. Defining Variables in SPSS Opening a Data File in SPSS To open an existing SPSS file: 1. Click File Open Data. Go to the appropriate directory and find the name of the appropriate file. SPSS defaults to opening SPSS data files with

More information

SPSS. Faiez Mussa. 2 nd class

SPSS. Faiez Mussa. 2 nd class SPSS Faiez Mussa 2 nd class Objectives To describe opening and closing SPSS To introduce the look and structure of SPSS To introduce the data entry windows: Data View and Variable View To outline the components

More information

Course Code: SPSS19 Introduction to IBM SPSS Statistics

Course Code: SPSS19 Introduction to IBM SPSS Statistics Centre for Learning and Academic Development (CLAD) Technology Skills Development Team Course Code: SPSS19 Introduction to IBM SPSS Statistics www.intranet.birmingham.ac.uk/itskills An Introduction to

More information

INTRODUCTORY SPSS. Dr Feroz Mahomed Swalaha x2689

INTRODUCTORY SPSS. Dr Feroz Mahomed Swalaha x2689 INTRODUCTORY SPSS Dr Feroz Mahomed Swalaha fswalaha@dut.ac.za x2689 1 Statistics (the systematic collection and display of numerical data) is the most abused area of numeracy. 97% of statistics are made

More information

User Services Spring 2008 OBJECTIVES Introduction Getting Help Instructors

User Services Spring 2008 OBJECTIVES  Introduction Getting Help  Instructors User Services Spring 2008 OBJECTIVES Use the Data Editor of SPSS 15.0 to to import data. Recode existing variables and compute new variables Use SPSS utilities and options Conduct basic statistical tests.

More information

IBM SPSS Statistics 22 Brief Guide

IBM SPSS Statistics 22 Brief Guide IBM SPSS Statistics 22 Brief Guide Note Before using this information and the product it supports, read the information in Notices on page 77. Product Information This edition applies to version 22, release

More information

Basic concepts and terms

Basic concepts and terms CHAPTER ONE Basic concepts and terms I. Key concepts Test usefulness Reliability Construct validity Authenticity Interactiveness Impact Practicality Assessment Measurement Test Evaluation Grading/marking

More information

IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR

IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR SPSS (Statistical package for social science) Originally is acronym of Statistical Package for the Social Science but, now it stands

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

SPSS for Survey Analysis

SPSS for Survey Analysis STC: SPSS for Survey Analysis 1 SPSS for Survey Analysis STC: SPSS for Survey Analysis 2 SPSS for Surveys: Contents Background Information... 4 Opening and creating new documents... 5 Starting SPSS...

More information

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data Introduction About this Document This manual was written by members of the Statistical Consulting Program as an introduction to SPSS 12.0. It is designed to assist new users in familiarizing themselves

More information

Chapter 1. Manage the data

Chapter 1. Manage the data 1.1. Coding of survey questions Appendix A shows a questionnaire with the corresponding coding sheet. Some observations of the selected variables are shown in the following table. AGE SEX JOB INCOME EDUCATE

More information

Canadian National Longitudinal Survey of Children and Youth (NLSCY)

Canadian National Longitudinal Survey of Children and Youth (NLSCY) Canadian National Longitudinal Survey of Children and Youth (NLSCY) Fathom workshop activity For more information about the survey, see: http://www.statcan.ca/ Daily/English/990706/ d990706a.htm Notice

More information

Mr. Kongmany Chaleunvong. GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009

Mr. Kongmany Chaleunvong. GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009 Mr. Kongmany Chaleunvong GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009 1 Object of the Course Introduction to SPSS The basics of managing data

More information

Data Analysis using SPSS

Data Analysis using SPSS Data Analysis using SPSS 2073/03/05 03/07 Bijay Lal Pradhan, Ph.D. Ground Rule Mobile Penalty Participation Involvement Introduction to SPSS Day 1 2073/03/05 Session I Bijay Lal Pradhan, Ph.D. Object of

More information

SPSS Statistics 21.0 GA Fix List. Release notes. Abstract

SPSS Statistics 21.0 GA Fix List. Release notes. Abstract SPSS Statistics 21.0 GA Fix List Release notes Abstract A comprehensive list of defect corrections for SPSS Statistics 21 GA. Details of the fixes are listed below. If you have questions about a particular

More information

DATA DEFINITION PHASE

DATA DEFINITION PHASE Twoway Analysis of Variance Unlike previous problems in the manual, the present problem involves two independent variables (gender of juror and type of crime committed by defendant). There are two levels

More information

SPSS Statistics 19.0 Fix Pack 2 Fix List Release notes Abstract Content Number Description

SPSS Statistics 19.0 Fix Pack 2 Fix List Release notes Abstract Content Number Description SPSS Statistics 19.0 Fix Pack 2 Fix List Release notes Abstract A comprehensive list of defect corrections for the SPSS Statistics 19.0 Fix Pack 2. Details of the fixes are listed below. If you have questions

More information

SPSS: Basics & Entering a survey In this document the basic window of SPSS is explained and how to enter a survey.

SPSS: Basics & Entering a survey In this document the basic window of SPSS is explained and how to enter a survey. In this document the basic window of SPSS is explained and how to enter a survey. For more information, you can visit the companion website at http://peterstatistics.com. Introduction SPSS was first released

More information

Tests of difference for two sample designs. Bivariate and multiple regression. Analysis of covariance and multivariate analysis of variance

Tests of difference for two sample designs. Bivariate and multiple regression. Analysis of covariance and multivariate analysis of variance Chapter 1 Introduction 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Chapter 8 Chapter 9 Chapter 10 Chapter 11 Chapter 12 Chapter 13 Data entry in SPSS Exploring data in SPSS Data handling

More information

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5.

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5. Data Entry, Cell Formatting, and Cell Protection in Excel 2004 In this workshop, you start by adding to the number of sheets in your workbook and then grouping four of the sheets to set up a small spreadsheet

More information

NCSS Statistical Software. The Data Window

NCSS Statistical Software. The Data Window Chapter 103 Introduction This chapter discusses the operation of the NCSS Data Window, one of the four main windows of the NCSS statistical analysis system. The other three windows are the Output Window,

More information

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts.

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts. Handling Your Data in SPSS Columns, and Labels, and Values... Oh My! You might think that simple intuition will guide you to a useful organization of your data. If you follow that path, you might find

More information

Frequency Tables. Chapter 500. Introduction. Frequency Tables. Types of Categorical Variables. Data Structure. Missing Values

Frequency Tables. Chapter 500. Introduction. Frequency Tables. Types of Categorical Variables. Data Structure. Missing Values Chapter 500 Introduction This procedure produces tables of frequency counts and percentages for categorical and continuous variables. This procedure serves as a summary reporting tool and is often used

More information

Dr Wan Nor Arifin Unit of Biostatistics and Research Methodology, Universiti Sains Malaysia.

Dr Wan Nor Arifin Unit of Biostatistics and Research Methodology, Universiti Sains Malaysia. Introduction to SPSS Dr Wan Nor Arifin Unit of Biostatistics and Research Methodology, Universiti Sains Malaysia. wnarifin@usm.my Outlines Introduction Data Editor Data View Variable View Menus Shortcut

More information

Surviving SPSS.

Surviving SPSS. Surviving SPSS http://dataservices.gmu.edu/workshops/spss http://dataservices.gmu.edu/software/spss Debby Kermer George Mason University Libraries Data Services Research Consultant Mason Data Services

More information

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description Release notes SPSS Statistics 20.0 FP1 Abstract This is a comprehensive list of defect corrections for the SPSS Statistics 20.0 Fix Pack 1. Details of the fixes are listed below under the tab for the respective

More information

CAPACITY BUILDING WORKSHOP- DATA MANAGEMENT SOFTWARE

CAPACITY BUILDING WORKSHOP- DATA MANAGEMENT SOFTWARE March 2011 CAPACITY BUILDING WORKSHOP- DATA MANAGEMENT SOFTWARE Training on data software PSPP Introduction Dakar, March 2011 ACP Observatory on Migration 20, rue Belliardstraat (7th floor) 1040 Brussels

More information

Linear Programming with Bounds

Linear Programming with Bounds Chapter 481 Linear Programming with Bounds Introduction Linear programming maximizes (or minimizes) a linear objective function subject to one or more constraints. The technique finds broad use in operations

More information

Research Methods for Business and Management. Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel

Research Methods for Business and Management. Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel Research Methods for Business and Management Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel A Simple Example- Gym Purpose of Questionnaire- to determine the participants involvement

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

CS513-Data Mining. Lecture 2: Understanding the Data. Waheed Noor

CS513-Data Mining. Lecture 2: Understanding the Data. Waheed Noor CS513-Data Mining Lecture 2: Understanding the Data Waheed Noor Computer Science and Information Technology, University of Balochistan, Quetta, Pakistan Waheed Noor (CS&IT, UoB, Quetta) CS513-Data Mining

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.....4 Conditionals...

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel Module 3 MODULE OVERVIEW Part 1 What is A Spreadsheet? Part 2 Gaining Proficiency: Copying and Formatting Microsoft Office Suite Microsoft Excel Part 3 Using Formulas & Functions Part 4 Graphs and Charts:

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Research Data Analysis using SPSS. By Dr.Anura Karunarathne Senior Lecturer, Department of Accountancy University of Kelaniya

Research Data Analysis using SPSS. By Dr.Anura Karunarathne Senior Lecturer, Department of Accountancy University of Kelaniya Research Data Analysis using SPSS By Dr.Anura Karunarathne Senior Lecturer, Department of Accountancy University of Kelaniya MBA 61013- Business Statistics and Research Methodology Learning outcomes At

More information

Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975.

Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975. Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975. SPSS Statistics were designed INTRODUCTION TO SPSS Objective About the

More information

Chapter 13 Creating a Workbook

Chapter 13 Creating a Workbook Chapter 13 Creating a Workbook Learning Objectives LO13.1: Understand spreadsheets and Excel LO13.2: Enter data in cells LO13.3: Edit cell content LO13.4: Work with columns and rows LO13.5: Work with cells

More information

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables Select Cases GRAPHS The Select Cases command excludes from further analysis all those cases that do not meet specified selection criteria. Select Cases For a subset of the datafile, use Select Cases. In

More information

AcaStat User Manual. Version 10 for Mac and Windows. Copyright 2018, AcaStat Software. All rights Reserved.

AcaStat User Manual. Version 10 for Mac and Windows. Copyright 2018, AcaStat Software. All rights Reserved. AcaStat User Manual Version 10 for Mac and Windows Copyright 2018, AcaStat Software. All rights Reserved. http://www.acastat.com Table of Contents NEW IN VERSION 10... 6 INTRODUCTION... 7 GETTING HELP...

More information

Work with External Data in SPSS or Excel Format - Open SPSS data

Work with External Data in SPSS or Excel Format - Open SPSS data Work with External Data in SPSS or Excel Format - Open SPSS data Contents WORK WITH EXTERNAL DATA IN SPSS OR EXCEL FORMAT - OPEN SPSS DATA... 1 Open an Excel file... 1 Create new External File... 2 Save

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

THE BASICS OF USING SPSS OCTOBER 22, 2008

THE BASICS OF USING SPSS OCTOBER 22, 2008 Faculty Research Center College of Education http://frc.coe.nau.edu/ OCTOBER 22, 2008 PRESENTED BY: Robert A. Horn, Ph.D. Assistant Professor, Educational Psychology 928-523-0545 Robert.Horn@nau.edu PRESENTATION

More information

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting Objectives Enter formulas using the keyboard Enter formulas using Point mode Apply the AVERAGE, MAX, and MIN functions Verify a formula

More information

LECTURE 10. SPREADSHEET

LECTURE 10. SPREADSHEET LECTURE 10. SPREADSHEET Those who excel in virtue have the best right of all to rebel, but then they are of all men the least inclined to do so. Aristotle S.M. Sitompul (2016 version) MODULE OVERVIEW Part

More information

Financial Statement WalkThrough

Financial Statement WalkThrough WORKPAPERS CS Financial Statement WalkThrough version 2015.x.x TL 29655 (12/21/15) Copyright Information Text copyright 2009-2015 by Thomson Reuters. All rights reserved. Video display images copyright

More information

COMM 391 Winter 2014 Term 1. Tutorial 2: Microsoft Excel Using VLookUp and Creating PivotChart

COMM 391 Winter 2014 Term 1. Tutorial 2: Microsoft Excel Using VLookUp and Creating PivotChart COMM 391 Winter 2014 Term 1 Tutorial 2: Microsoft Excel Using VLookUp and Creating PivotChart The purpose of this tutorial is to enable you to learn how to use the VLookUp function and create a PivotChart

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel Tutorial 2 Formatting a Workbook Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel COMPREHENSIVE Objectives

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output.

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output. U6310 Quantitative Techniques Lab - September 2001 Intro to SPSS SPSS works like this: You have a data set (either you create one or use an existing file such as the GSS). You choose analysis techniques

More information

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide STEPS Epi Info Training Guide Department of Chronic Diseases and Health Promotion World Health Organization 20 Avenue Appia, 1211 Geneva 27, Switzerland For further information: www.who.int/chp/steps WHO

More information

Microsoft Office Excel 2007

Microsoft Office Excel 2007 Microsoft Office Excel 2007 Using Excel To Manage Data 1/21/2009 Microsoft Excel 1 Welcome to Excel Excel is a computerized spreadsheet, which is an important tool that helps you report and analyze data.

More information

Making and Editing a Table in Microsoft Word 2007

Making and Editing a Table in Microsoft Word 2007 Making and Editing a Table in Microsoft Word 2007 Table of Contents Introduction... 2 Creating a Table... 2 1. Finding the "Table" button... 2 2. Methods for making a table... 3 Editing Table Dimensions...

More information

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1 17 - Variables Contents 17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA... 1 Document Variables... 1 Code Variables... 1 The List of document variables and the List of code variables... 1 Managing

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Manually adjust column width Place the pointer on the line between letters in the Column Headers. The pointer will change to double headed arrow. Hold

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Platform: Windows PC Ref no: ins100 Date: May 2007 Version: 1 Author: C.P.Houghton Introduction to Microsoft Excel Microsoft Excel is a piece of software which allows you to create professional spreadsheets

More information

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Excel. module. Lesson 1 Create a Worksheet Lesson 2 Create and Revise. Lesson 3 Edit and Format

Excel. module. Lesson 1 Create a Worksheet Lesson 2 Create and Revise. Lesson 3 Edit and Format module 2 Excel Lesson 1 Create a Worksheet Lesson 2 Create and Revise Formulas Lesson 3 Edit and Format Worksheets Lesson 4 Print Worksheets Lesson 5 Modify Workbooks Lesson 6 Create and Modify Charts

More information

Module 4 : Spreadsheets

Module 4 : Spreadsheets Module 4 : Spreadsheets What is a spreadsheet program? A spreadsheet program allows you to store, organise and analyse information. Applications of spreadsheets focus on generating numeric information

More information

Information System Services

Information System Services Information System Services Diocese of London, 1070 Waterloo Street, London, Ontario, N6A 3Y2 Phone:(519)433-0658, Fax:(519)433-0011, E-mail: iss@rcec.london.on.ca Excel Formatting Online Demonstration

More information

Excel Project 5 Creating Sorting, and Querying a Worksheet Database

Excel Project 5 Creating Sorting, and Querying a Worksheet Database Excel Project 5 Creating Sorting, and Querying a Worksheet Database A Microsoft Excel table can function as a simple database (organized collection of data). When an individual or small business needs

More information

AGB 260: Agribusiness Data Literacy. Excel Basics

AGB 260: Agribusiness Data Literacy. Excel Basics AGB 260: Agribusiness Data Literacy Excel Basics Useful Chapters in the Textbook Regarding this Lecture Chapter 1: Introducing Excel Chapter 2: Entering and Editing Worksheet Data Chapter 3: Essential

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

NCSS Statistical Software. Design Generator

NCSS Statistical Software. Design Generator Chapter 268 Introduction This program generates factorial, repeated measures, and split-plots designs with up to ten factors. The design is placed in the current database. Crossed Factors Two factors are

More information

QDS V4.0. New Features Documentation. NOVA Research Company

QDS V4.0. New Features Documentation. NOVA Research Company QDS V4.0 New Features Documentation NOVA Research Company Design Studio Features... 3 Data Element: Ranking Response Type... 3 Adding a Ranking Item... 3 Ranking Variables... 4 Automatic Variable New Type:

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Example how not to do it: JMP in a nutshell 1 HR, 17 Apr Subject Gender Condition Turn Reactiontime. A1 male filler

Example how not to do it: JMP in a nutshell 1 HR, 17 Apr Subject Gender Condition Turn Reactiontime. A1 male filler JMP in a nutshell 1 HR, 17 Apr 2018 The software JMP Pro 14 is installed on the Macs of the Phonetics Institute. Private versions can be bought from

More information

INTRODUCTION TO SPSS. Anne Schad Bergsaker 13. September 2018

INTRODUCTION TO SPSS. Anne Schad Bergsaker 13. September 2018 INTRODUCTION TO SPSS Anne Schad Bergsaker 13. September 2018 BEFORE WE BEGIN... LEARNING GOALS 1. Be familiar with and know how to navigate between the different windows in SPSS 2. Know how to write a

More information

Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen

Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen 20 Appendix 20.1 Data Types On page 22, the data types have already been mentioned

More information

ADJUST TABLE CELLS-ADJUST COLUMN AND ROW WIDTHS

ADJUST TABLE CELLS-ADJUST COLUMN AND ROW WIDTHS ADJUST TABLE CELLS-ADJUST COLUMN AND ROW WIDTHS There are different options that may be used to adjust columns and rows in a table. These will be described in this document. ADJUST COLUMN WIDTHS Select

More information

Appendix A. SPSS 11.x in 30 Minutes

Appendix A. SPSS 11.x in 30 Minutes Appendix A SPSS 11.x in 30 Minutes For use with Exploring Research (5/e) Neil J. Salkind 1 Lesson 1 Starting SPSS After This Lesson, You Will Know How to start SPSS What the opening SPSS screen looks like

More information

QDS v5.0 New Features Documentation

QDS v5.0 New Features Documentation QDS v5.0 New Features Documentation NOVA Research Company Design Studio Features... 3 Design Studio Preview Mode Enhancements... 3 Preview Mode: Display Variable Name in Question Text... 3 Preview Mode:

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

THE VARIABLE LIST Sort the Variable List Create New Variables Copy Variables Define Value Labels... 4

THE VARIABLE LIST Sort the Variable List Create New Variables Copy Variables Define Value Labels... 4 The Variable List Contents THE VARIABLE LIST... 1 Sort the Variable List... 2 Create New Variables... 3 Copy Variables... 3 Define Value Labels... 4 Define Missing Values... 4 Search and Filter Variables...

More information

Basic Intro to ETO Results

Basic Intro to ETO Results Basic Intro to ETO Results Who is the intended audience? Registrants of the 8 hour ETO Results Orientation (this training is a prerequisite) Anyone who wants to learn more but is not ready to attend the

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Select a Row or a Column Place your pointer over the Column Header (gray cell at the top of a column that contains a letter identifying the column)

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel New Perspectives on Microsoft Excel 2016 Module 1: Getting Started with Excel 1 Objectives, Part 1 Open and close a workbook Navigate through a workbook and worksheet Select cells and ranges Plan and create

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Getting started with Minitab 14 for Windows

Getting started with Minitab 14 for Windows INFORMATION SYSTEMS SERVICES Getting started with Minitab 14 for Windows This document provides an introduction to the Minitab (Version 14) statistical package. AUTHOR: Information Systems Services, University

More information

Chapter Two: Descriptive Methods 1/50

Chapter Two: Descriptive Methods 1/50 Chapter Two: Descriptive Methods 1/50 2.1 Introduction 2/50 2.1 Introduction We previously said that descriptive statistics is made up of various techniques used to summarize the information contained

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

Let s use Technology Use Data from Cycle 14 of the General Social Survey with Fathom for a data analysis project

Let s use Technology Use Data from Cycle 14 of the General Social Survey with Fathom for a data analysis project Let s use Technology Use Data from Cycle 14 of the General Social Survey with Fathom for a data analysis project Data Content: Example: Who chats on-line most frequently? This Technology Use dataset in

More information

Excel's functionality falls into three different categories:

Excel's functionality falls into three different categories: Excel Data Analysis Options Excel's functionality falls into three different categories: entering data, analyzing data, and displaying the results. Understanding and accurately performing these functions

More information

Touchline Software

Touchline Software Tutorial: Importing Student Data Completing this tutorial will require the limited periodic assistance of the administrator for your student management database system (i.e. Aries, SASI, etc.). General

More information