Converting an SPSS Data File to Mplus. by Paul F. Tremblay September 2013

Size: px
Start display at page:

Download "Converting an SPSS Data File to Mplus. by Paul F. Tremblay September 2013"

Transcription

1 Converting an SPSS Data File to Mplus by Paul F. Tremblay September 2013 Types of Data Files There are two types of ASCII data files that can be considered. They are referred to as delimited (free) and fixed width formats respectively. A Delimited file is one that separates the data by some form of delimiter such as a tab, space, or comma. An example of a Delimited file involving four subjects (one per line) and five variables is presented below. In this example, the data are separated by one space. In SPSS although the data is typically saved as an SPSS data file with an.sav extension, it is also possible to save the data as a delimited ASCII file that can be read in other programs A Fixed width file contains the values in specific defined fields. Assume, for example, that an individual had typed the above text file in a series of three column fields so that the first variable was in columns 1 to 3, the next in columns 4 to 6, etc. The same values as shown above would appear as: Note that the entries are right justified in that each value ends on the column to the right of the specification indicated, and it isn t even necessary to have a space between the variables. The values line up on the right hand side. (As a minor point, it should be noted that although the example had all the variables in 3 column fields, it is not necessary to have the field widths identical. What is important is that the values be right justified in their fields. So as an example, for the four subjects above, the values of the second variable would be 2, 5, 23, 21. The values for the third variable would be 3, 167, 4, 23.) Converting Data File from SPSS to Mplus using a Delimited Format Make sure that all your values are numeric. For example if you had a variable Gender coded as M or F, you should recode with number such as 1 and 0. Note also that in SPSS, variable names can be longer than eight characters. In Mplus the limit is eight characters, and Mplus will simply append variables names that are too long. We start with a data file in SPSS that has some missing values that have not been coded in any special way. For example a participant might have missed a question, and therefore a blank space rather than a value is assigned to that data point. These are referred to as system missing unlike other missing value codes that you could have assigned. In this latter case, a researcher may have typed in the data manually and decided to put in a special code of -9 when a participant was missing a data point. Then

2 the researcher would need to define the missing variable code as -9 in SPSS. This can be done the following way in SPSS: However in our example below, we will recode the system missing values into a code -9 to ensure that are missing values are interpreted correctly in the translation to Mplus. The syntax in SPSS is: RECODE v1 v2 v3 (SYSMIS=-9) (else=copy). EXECUTE.

3 Now we can see that the blank spaces are coded with a -9 in the screen below. I now save the SPSS file as a tab delimited file. The file name has a.dat extension (in my example the full name is test.dat). You should probably remove the checkmark (see below) so that your variable names do not appear in the data file. Otherwise you will need to remove these labels from your data file (see below). If you open this file in Notepad it looks like the following screen. Because I left the checkmark in the previous screen, my variable names appear with the data and need to be removed. (You could cut these variable names and paste them in the mplus syntax file in the statement listing your variables. Note that you will need to shorten variable names longer than 8 characters or Mplus will append them).

4 The syntax file for Mplus is presented below. TITLE: First example of setting up data file DATA: file is test.dat;!listwise = on; VARIABLE: names are v1 v2 v3; missing all (-9); usevariables = v1; ANALYSIS: type = basic; Note that we have provided the statement to define missing values with the statement missing all (-9);. If you forget this statement, Mplus would read your data incorrectly. You can use more than one missing value code if needed. See Mplus manual for examples. The analysis: type = basic; statement will give you descriptive statistics without testing any model. Note also the statement uservariables = v1;. Here I will get information only for v1. I will bring in the other two variables in a subsequent example. The Mplus output follows: *** WARNING Data set contains cases with missing on all variables. These cases were not included in the analysis. Number of cases with missing on all variables: 1 1 WARNING(S) FOUND IN THE INPUT INSTRUCTIONS First example of using different data file formats SUMMARY OF ANALYSIS Number of groups 1 Number of observations 9 Number of dependent variables 1 Number of independent variables 0 Number of continuous latent variables 0 Observed dependent variables Continuous Estimator ML Information matrix OBSERVED Maximum number of iterations 1000 Convergence criterion 0.500D-04 Maximum number of steepest descent iterations 20 Maximum number of iterations for H Convergence criterion for H D-03 Input data file(s) test1.txt

5 Input data format FREE SUMMARY OF DATA Number of missing data patterns 1 SUMMARY OF MISSING DATA PATTERNS MISSING DATA PATTERNS (x = not missing) 1 x MISSING DATA PATTERN FREQUENCIES Pattern Frequency 1 9 COVARIANCE COVERAGE OF DATA Minimum covariance coverage value PROPORTION OF DATA PRESENT Covariance Coverage RESULTS FOR BASIC ANALYSIS ESTIMATED SAMPLE STATISTICS Means Covariances Correlations Note in the above output that Mplus estimates missing values using maximum likelihood. In the above example however, it does not estimate missing values because there are no other variables in the analysis, from which to borrow information. So the statistics for v1 will be estimated on nine cases and will correspond to descriptive statistics in SPSS. If we bring in the other two variables, v2, v3, however, missing values will be estimated with the information from all variables. You can see in the output below that Mplus reports 10 cases for the

6 analyses (i.e., no cases are dropped out). Mplus also shows the patterns of missing data. The statistics for the three variables will now be different than statistics calculated in listwise or pairwise data. If you want a listwise analysis, you can specify a listwise statement as indicated above (by removing the exclamation mark in the syntax statement,!listwise = on;). SUMMARY OF DATA Number of missing data patterns 4 SUMMARY OF MISSING DATA PATTERNS MISSING DATA PATTERNS (x = not missing) x x x V2 x x V3 x x x MISSING DATA PATTERN FREQUENCIES Pattern Frequency Pattern Frequency Pattern Frequency COVARIANCE COVERAGE OF DATA Minimum covariance coverage value PROPORTION OF DATA PRESENT Covariance Coverage V2 V V V RESULTS FOR BASIC ANALYSIS ESTIMATED SAMPLE STATISTICS Means V2 V Covariances V2 V V V Correlations V2 V V V

Before LISREL: Preparing the Data using PRELIS

Before LISREL: Preparing the Data using PRELIS Before LISREL: Preparing the Data using PRELIS The data used in a linear structural equation model are the sufficient statistics (means, variances and covariances). Before any analysis this statistics

More information

Specification of Rasch-based Measures in Structural Equation Modelling (SEM) Thomas Salzberger www.matildabayclub.net

Specification of Rasch-based Measures in Structural Equation Modelling (SEM) Thomas Salzberger www.matildabayclub.net Specification of Rasch-based Measures in Structural Equation Modelling (SEM) Thomas Salzberger www.matildabayclub.net This document deals with the specification of a latent variable - in the framework

More information

A Brief Introduction to SPSS Factor Analysis

A Brief Introduction to SPSS Factor Analysis A Brief Introduction to SPSS Factor Analysis SPSS has a procedure that conducts exploratory factor analysis. Before launching into a step by step example of how to use this procedure, it is recommended

More information

There are six different windows that can be opened when using SPSS. The following will give a description of each of them.

There are six different windows that can be opened when using SPSS. The following will give a description of each of them. SPSS Basics Tutorial 1: SPSS Windows There are six different windows that can be opened when using SPSS. The following will give a description of each of them. The Data Editor The Data Editor is a spreadsheet

More information

Stephen du Toit Mathilda du Toit Gerhard Mels Yan Cheng. LISREL for Windows: PRELIS User s Guide

Stephen du Toit Mathilda du Toit Gerhard Mels Yan Cheng. LISREL for Windows: PRELIS User s Guide Stephen du Toit Mathilda du Toit Gerhard Mels Yan Cheng LISREL for Windows: PRELIS User s Guide Table of contents INTRODUCTION... 1 GRAPHICAL USER INTERFACE... 2 The Data menu... 2 The Define Variables

More information

What's New in ADP Reporting?

What's New in ADP Reporting? What's New in ADP Reporting? Welcome to the latest version of ADP Reporting! This release includes the following new features and enhancements. Use the links below to learn more about each one. What's

More information

Importing Data from a Dat or Text File into SPSS

Importing Data from a Dat or Text File into SPSS Importing Data from a Dat or Text File into SPSS 1. Select File Open Data (Using Text Wizard) 2. Under Files of type, choose Text (*.txt,*.dat) 3. Select the file you want to import. The dat or text file

More information

2: Entering Data. Open SPSS and follow along as your read this description.

2: Entering Data. Open SPSS and follow along as your read this description. 2: Entering Data Objectives Understand the logic of data files Create data files and enter data Insert cases and variables Merge data files Read data into SPSS from other sources The Logic of Data Files

More information

Chapter 7 Factor Analysis SPSS

Chapter 7 Factor Analysis SPSS Chapter 7 Factor Analysis SPSS Factor analysis attempts to identify underlying variables, or factors, that explain the pattern of correlations within a set of observed variables. Factor analysis is often

More information

SPSS (Statistical Package for the Social Sciences)

SPSS (Statistical Package for the Social Sciences) SPSS (Statistical Package for the Social Sciences) What is SPSS? SPSS stands for Statistical Package for the Social Sciences The SPSS home-page is: www.spss.com 2 What can you do with SPSS? Run Frequencies

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

Time Clock Import Setup & Use

Time Clock Import Setup & Use Time Clock Import Setup & Use Document # Product Module Category CenterPoint Payroll Processes (How To) This document outlines how to setup and use of the Time Clock Import within CenterPoint Payroll.

More information

Tutorial #6: Analyzing Partial Rank Data

Tutorial #6: Analyzing Partial Rank Data Tutorial #6: Analyzing Partial Rank Data In this tutorial, we will perform a re-analysis of the data used in tutorial #5. In this application, 9 checking account alternatives were ranked in order of preference

More information

January 26, 2009 The Faculty Center for Teaching and Learning

January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS A USER GUIDE January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS Table of Contents Table of Contents... i

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

SPSS for Windows importing and exporting data

SPSS for Windows importing and exporting data Guide 86 Version 3.0 SPSS for Windows importing and exporting data This document outlines the procedures to follow if you want to transfer data from a Windows application like Word 2002 (Office XP), Excel

More information

CHAPTER 3 EXAMPLES: REGRESSION AND PATH ANALYSIS

CHAPTER 3 EXAMPLES: REGRESSION AND PATH ANALYSIS Examples: Regression And Path Analysis CHAPTER 3 EXAMPLES: REGRESSION AND PATH ANALYSIS Regression analysis with univariate or multivariate dependent variables is a standard procedure for modeling relationships

More information

R Graphics Cookbook. Chang O'REILLY. Winston. Tokyo. Beijing Cambridge. Farnham Koln Sebastopol

R Graphics Cookbook. Chang O'REILLY. Winston. Tokyo. Beijing Cambridge. Farnham Koln Sebastopol R Graphics Cookbook Winston Chang Beijing Cambridge Farnham Koln Sebastopol O'REILLY Tokyo Table of Contents Preface ix 1. R Basics 1 1.1. Installing a Package 1 1.2. Loading a Package 2 1.3. Loading a

More information

Create Custom Tables in No Time

Create Custom Tables in No Time SPSS Custom Tables 17.0 Create Custom Tables in No Time Easily analyze and communicate your results with SPSS Custom Tables, an add-on module for the SPSS Statistics product line Share analytical results

More information

Stephen du Toit Mathilda du Toit Gerhard Mels Yan Cheng. LISREL for Windows: SIMPLIS Syntax Files

Stephen du Toit Mathilda du Toit Gerhard Mels Yan Cheng. LISREL for Windows: SIMPLIS Syntax Files Stephen du Toit Mathilda du Toit Gerhard Mels Yan Cheng LISREL for Windows: SIMPLIS Files Table of contents SIMPLIS SYNTAX FILES... 1 The structure of the SIMPLIS syntax file... 1 $CLUSTER command... 4

More information

Mplus Tutorial August 2012

Mplus Tutorial August 2012 August 2012 Mplus for Windows: An Introduction Section 1: Introduction... 3 1.1. About this Document... 3 1.2. Introduction to EFA, CFA, SEM and Mplus... 3 1.3. Accessing Mplus... 3 Section 2: Latent Variable

More information

Coupling Microsoft Excel with NI Requirements Gateway

Coupling Microsoft Excel with NI Requirements Gateway Coupling Microsoft Excel with NI Requirements Gateway Contents Using the Excel Type This document explains how NI Requirements Gateway interfaces with Microsoft Excel. Use this document to familiarize

More information

How To Read Data Files With Spss For Free On Windows 7.5.1.5 (Spss)

How To Read Data Files With Spss For Free On Windows 7.5.1.5 (Spss) 05-Einspruch (SPSS).qxd 11/18/2004 8:26 PM Page 49 CHAPTER 5 Managing Data Files Chapter Purpose This chapter introduces fundamental concepts of working with data files. Chapter Goal To provide readers

More information

Introduction to PASW Statistics 34152-001

Introduction to PASW Statistics 34152-001 Introduction to PASW Statistics 34152-001 V18 02/2010 nm/jdr/mr For more information about SPSS Inc., an IBM Company software products, please visit our Web site at http://www.spss.com or contact: SPSS

More information

How To Write A File System On A Microsoft Office 2.2.2 (Windows) (Windows 2.3) (For Windows 2) (Minorode) (Orchestra) (Powerpoint) (Xls) (

How To Write A File System On A Microsoft Office 2.2.2 (Windows) (Windows 2.3) (For Windows 2) (Minorode) (Orchestra) (Powerpoint) (Xls) ( Remark Office OMR 8 Supported File Formats User s Guide Addendum Remark Products Group 301 Lindenwood Drive, Suite 100 Malvern, PA 19355-1772 USA www.gravic.com Disclaimer The information contained in

More information

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

Factor Analysis Using SPSS

Factor Analysis Using SPSS Psychology 305 p. 1 Factor Analysis Using SPSS Overview For this computer assignment, you will conduct a series of principal factor analyses to examine the factor structure of a new instrument developed

More information

Missing Data: Part 1 What to Do? Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 3/20/13

Missing Data: Part 1 What to Do? Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 3/20/13 Missing Data: Part 1 What to Do? Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 3/20/13 Overview Missingness and impact on statistical analysis Missing data assumptions/mechanisms Conventional

More information

SPSS and AM statistical software example.

SPSS and AM statistical software example. A detailed example of statistical analysis using the NELS:88 data file and ECB, to perform a longitudinal analysis of 1988 8 th graders in the year 2000: SPSS and AM statistical software example. Overall

More information

Efficient Data. Efficient Data Management in. Management in Access Online

Efficient Data. Efficient Data Management in. Management in Access Online Efficient Data Efficient Data Management in Management in Access Online Latarsha Hall Account Manager, Defense Agencies Agenda Introduction of Accounting Code Management Valid Values Layout of the Valid

More information

2.1 Data Collection Techniques

2.1 Data Collection Techniques 2.1 Data Collection Techniques At times, you may want to use information collected in one system or database in other formats. This may be done to share data between locations, utilize another software

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

SPSS Resources. 1. See website (readings) for SPSS tutorial & Stats handout

SPSS Resources. 1. See website (readings) for SPSS tutorial & Stats handout Analyzing Data SPSS Resources 1. See website (readings) for SPSS tutorial & Stats handout Don t have your own copy of SPSS? 1. Use the libraries to analyze your data 2. Download a trial version of SPSS

More information

Supplementary Materials for Chapter 15 - Analysing Data

Supplementary Materials for Chapter 15 - Analysing Data Supplementary Materials for Chapter 15 - Introduction Analysing Data This resource supplements the discussions in Chapter 15 of the book - Analysing Data (pp. 291-293) under the heading Analysis of Quantitative

More information

Data analysis process

Data analysis process Data analysis process Data collection and preparation Collect data Prepare codebook Set up structure of data Enter data Screen data for errors Exploration of data Descriptive Statistics Graphs Analysis

More information

Binary Logistic Regression

Binary Logistic Regression Binary Logistic Regression Main Effects Model Logistic regression will accept quantitative, binary or categorical predictors and will code the latter two in various ways. Here s a simple model including

More information

Introduction to SAS Informats and Formats

Introduction to SAS Informats and Formats CHAPTER 1 Introduction to SAS Informats and Formats 1.1 Chapter Overview... 2 1.2 Using SAS Informats... 2 1.2.1 INPUT Statement... 3 1.2.2 INPUT Function... 7 1.2.3 INPUTN and INPUTC Functions... 8 1.2.4

More information

Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data

Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data This tutorial shows how to use the Latent GOLD Choice program when the scale type of the dependent variable corresponds to a Rating as opposed

More information

Best Practice Guidelines for Internet and Telephone Banking Providers. For services to personal customers

Best Practice Guidelines for Internet and Telephone Banking Providers. For services to personal customers Best Practice Guidelines for Internet and Telephone Banking Providers For services to personal customers Payment Reference Information September 2010 Introduction Payers using internet or telephone banking

More information

An Online Research Methods Course

An Online Research Methods Course An Online Research Methods Course DATA MANAGEMENT Jonathan Berkowitz PhD Background Writing your research question leads to selecting an appropriate research design, which in turn leads to data collection.

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 115 Introduction NCSS can import from a wide variety of spreadsheets, databases, and statistical systems. When you import a file, the entire dataset is replaced with the imported data, so make

More information

Craig K. Enders Arizona State University Department of Psychology craig.enders@asu.edu

Craig K. Enders Arizona State University Department of Psychology craig.enders@asu.edu Craig K. Enders Arizona State University Department of Psychology craig.enders@asu.edu Topic Page Missing Data Patterns And Missing Data Mechanisms 1 Traditional Missing Data Techniques 7 Maximum Likelihood

More information

Appendix III: SPSS Preliminary

Appendix III: SPSS Preliminary Appendix III: SPSS Preliminary SPSS is a statistical software package that provides a number of tools needed for the analytical process planning, data collection, data access and management, analysis,

More information

Top 10 Things to Know about WRDS

Top 10 Things to Know about WRDS Top 10 Things to Know about WRDS 1. Do I need special software to use WRDS? WRDS was built to allow users to use standard and popular software. There is no WRDSspecific software to install. For example,

More information

A REVIEW OF CURRENT SOFTWARE FOR HANDLING MISSING DATA

A REVIEW OF CURRENT SOFTWARE FOR HANDLING MISSING DATA 123 Kwantitatieve Methoden (1999), 62, 123-138. A REVIEW OF CURRENT SOFTWARE FOR HANDLING MISSING DATA Joop J. Hox 1 ABSTRACT. When we deal with a large data set with missing data, we have to undertake

More information

IBM SPSS Missing Values 22

IBM SPSS Missing Values 22 IBM SPSS Missing Values 22 Note Before using this information and the product it supports, read the information in Notices on page 23. Product Information This edition applies to version 22, release 0,

More information

Step 2: Save the file as an Excel file for future editing, adding more data, changing data, to preserve any formulas you were using, etc.

Step 2: Save the file as an Excel file for future editing, adding more data, changing data, to preserve any formulas you were using, etc. R is a free statistical software environment that can run a wide variety of tests based on different downloadable packages and can produce a wide variety of simple to more complex graphs based on the data

More information

Notepads Import File Specification

Notepads Import File Specification s Import File Specification To import a notepad file, select the file using the Browse button then click on the Automatic import link: 1. Select the file to import 2. Click on the Automatic Import link

More information

Making the MDM file. cannot

Making the MDM file. cannot 1 2 Making the MDM file. For any given set of variables, you only need to do this once. But if you need to add a variable, you will need to repeat the process. HLM cannot transform variables (e.g., a square

More information

Directions for Frequency Tables, Histograms, and Frequency Bar Charts

Directions for Frequency Tables, Histograms, and Frequency Bar Charts Directions for Frequency Tables, Histograms, and Frequency Bar Charts Frequency Distribution Quantitative Ungrouped Data Dataset: Frequency_Distributions_Graphs-Quantitative.sav 1. Open the dataset containing

More information

A Review of Methods. for Dealing with Missing Data. Angela L. Cool. Texas A&M University 77843-4225

A Review of Methods. for Dealing with Missing Data. Angela L. Cool. Texas A&M University 77843-4225 Missing Data 1 Running head: DEALING WITH MISSING DATA A Review of Methods for Dealing with Missing Data Angela L. Cool Texas A&M University 77843-4225 Paper presented at the annual meeting of the Southwest

More information

CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES

CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES Examples: Monte Carlo Simulation Studies CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES Monte Carlo simulation studies are often used for methodological investigations of the performance of statistical

More information

This chapter will demonstrate how to perform multiple linear regression with IBM SPSS

This chapter will demonstrate how to perform multiple linear regression with IBM SPSS CHAPTER 7B Multiple Regression: Statistical Methods Using IBM SPSS This chapter will demonstrate how to perform multiple linear regression with IBM SPSS first using the standard method and then using the

More information

Automatic data recovery

Automatic data recovery Case study: storing data during long measurements? 1 Storing data in NOVA Automatic data recovery In NOVA, all the measured data points are stored in a single.nox file at the end of the measurement. The.nox

More information

APPLIED MISSING DATA ANALYSIS

APPLIED MISSING DATA ANALYSIS APPLIED MISSING DATA ANALYSIS Craig K. Enders Series Editor's Note by Todd D. little THE GUILFORD PRESS New York London Contents 1 An Introduction to Missing Data 1 1.1 Introduction 1 1.2 Chapter Overview

More information

The Beginning Balance for Meal Plan #1 is: $210.00 (Your daily average should be $2.96)

The Beginning Balance for Meal Plan #1 is: $210.00 (Your daily average should be $2.96) Resident Meal Plan Goal for the week ending: April 4, 2015 Week one of 11 Weeks, March 29-April 4 The Beginning Balance for is: $225.00 The Beginning Balance for is: $350.00 The Beginning Balance for Meal

More information

7 Time series analysis

7 Time series analysis 7 Time series analysis In Chapters 16, 17, 33 36 in Zuur, Ieno and Smith (2007), various time series techniques are discussed. Applying these methods in Brodgar is straightforward, and most choices are

More information

Analyzing Structural Equation Models With Missing Data

Analyzing Structural Equation Models With Missing Data Analyzing Structural Equation Models With Missing Data Craig Enders* Arizona State University cenders@asu.edu based on Enders, C. K. (006). Analyzing structural equation models with missing data. In G.

More information

Installing R and the psych package

Installing R and the psych package Installing R and the psych package William Revelle Department of Psychology Northwestern University August 17, 2014 Contents 1 Overview of this and related documents 2 2 Install R and relevant packages

More information

GETTING YOUR DATA INTO SPSS

GETTING YOUR DATA INTO SPSS GETTING YOUR DATA INTO SPSS UNIVERSITY OF GUELPH LUCIA COSTANZO lcostanz@uoguelph.ca REVISED SEPTEMBER 2011 CONTENTS Getting your Data into SPSS... 0 SPSS availability... 3 Data for SPSS Sessions... 4

More information

SPSS Introduction. Yi Li

SPSS Introduction. Yi Li SPSS Introduction Yi Li Note: The report is based on the websites below http://glimo.vub.ac.be/downloads/eng_spss_basic.pdf http://academic.udayton.edu/gregelvers/psy216/spss http://www.nursing.ucdenver.edu/pdf/factoranalysishowto.pdf

More information

Reading Delimited Text Files into SAS 9 TS-673

Reading Delimited Text Files into SAS 9 TS-673 Reading Delimited Text Files into SAS 9 TS-673 Reading Delimited Text Files into SAS 9 i Reading Delimited Text Files into SAS 9 Table of Contents Introduction... 1 Options Available for Reading Delimited

More information

Chapter 2 Introduction to SPSS

Chapter 2 Introduction to SPSS Chapter 2 Introduction to SPSS Abstract This chapter introduces several basic SPSS procedures that are used in the analysis of a data set. The chapter explains the structure of SPSS data files, how to

More information

Data Cleaning and Missing Data Analysis

Data Cleaning and Missing Data Analysis Data Cleaning and Missing Data Analysis Dan Merson vagabond@psu.edu India McHale imm120@psu.edu April 13, 2010 Overview Introduction to SACS What do we mean by Data Cleaning and why do we do it? The SACS

More information

Using Microsoft Excel to Manage and Analyze Data: Some Tips

Using Microsoft Excel to Manage and Analyze Data: Some Tips Using Microsoft Excel to Manage and Analyze Data: Some Tips Larger, complex data management may require specialized and/or customized database software, and larger or more complex analyses may require

More information

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

ELFRING FONTS UPC BAR CODES

ELFRING FONTS UPC BAR CODES ELFRING FONTS UPC BAR CODES This package includes five UPC-A and five UPC-E bar code fonts in both TrueType and PostScript formats, a Windows utility, BarUPC, which helps you make bar codes, and Visual

More information

SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard

SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard p. 1 SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard The following tutorial is a guide to some basic procedures in SPSS that will be useful as you complete your data assignments for PPA 722. The purpose

More information

Analysis of categorical data: Course quiz instructions for SPSS

Analysis of categorical data: Course quiz instructions for SPSS Analysis of categorical data: Course quiz instructions for SPSS The dataset Please download the Online sales dataset from the Download pod in the Course quiz resources screen. The filename is smr_bus_acd_clo_quiz_online_250.xls.

More information

Directions for using SPSS

Directions for using SPSS Directions for using SPSS Table of Contents Connecting and Working with Files 1. Accessing SPSS... 2 2. Transferring Files to N:\drive or your computer... 3 3. Importing Data from Another File Format...

More information

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red.

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red. Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red. 1. How to display English messages from IBM SPSS Statistics

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Technical Paper. Reading Delimited Text Files into SAS 9

Technical Paper. Reading Delimited Text Files into SAS 9 Technical Paper Reading Delimited Text Files into SAS 9 Release Information Content Version: 1.1July 2015 (This paper replaces TS-673 released in 2009.) Trademarks and Patents SAS Institute Inc., SAS Campus

More information

SPSS The Basics. Jennifer Thach RHS Assessment Office March 3 rd, 2014

SPSS The Basics. Jennifer Thach RHS Assessment Office March 3 rd, 2014 SPSS The Basics Jennifer Thach RHS Assessment Office March 3 rd, 2014 Why use SPSS? - Used heavily in the Social Science & Business world - Ability to perform basic to high-level statistical analysis (i.e.

More information

Introduction to Using SPSS Command Files

Introduction to Using SPSS Command Files Introduction to Using SPSS Command Files Joel P. Wiesen, Ph.D. jwiesen@appliedpersonnelresearch.com 31th Annual IPMAAC Conference St. Louis, MO June 13, 2007 Wiesen (2007), IPMAAC Conference 1 Outline

More information

Person Inquiry Screen

Person Inquiry Screen Web-based SPAR Person Inquiry Screen Person Inquiry Screen Purpose The Person Inquiry Screen provides access to salary distribution for individuals by: - Individual s full name and employee number - Specific

More information

SPSS Explore procedure

SPSS Explore procedure SPSS Explore procedure One useful function in SPSS is the Explore procedure, which will produce histograms, boxplots, stem-and-leaf plots and extensive descriptive statistics. To run the Explore procedure,

More information

Simple Linear Regression, Scatterplots, and Bivariate Correlation

Simple Linear Regression, Scatterplots, and Bivariate Correlation 1 Simple Linear Regression, Scatterplots, and Bivariate Correlation This section covers procedures for testing the association between two continuous variables using the SPSS Regression and Correlate analyses.

More information

MILWAUKEE COUNTY APPLICANT TRACKING SYSTEM USER GUIDE

MILWAUKEE COUNTY APPLICANT TRACKING SYSTEM USER GUIDE MILWAUKEE COUNTY APPLICANT TRACKING SYSTEM USER GUIDE Page 1 of 17 SEARCH OPEN POSITIONS Enter to see current postings. Search for specific titles, locations, divisions, employment type, and/or compensation

More information

1 Organizing time series in Matlab structures

1 Organizing time series in Matlab structures 1 Organizing time series in Matlab structures You will analyze your own time series in the course. The first steps are to select those series and to store them in Matlab s internal format. The data will

More information

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support.

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support. Sync & Save Introduction Sync & Save allows you to connect the DoForms service (www.doforms.com) with your accounting or management software. If your system can import a comma delimited, tab delimited

More information

IBM SPSS Missing Values 20

IBM SPSS Missing Values 20 IBM SPSS Missing Values 20 Note: Before using this information and the product it supports, read the general information under Notices on p. 87. This edition applies to IBM SPSS Statistics 20 and to all

More information

Glogster EDU School/Faculty account set-up instructions.

Glogster EDU School/Faculty account set-up instructions. Glogster EDU School/Faculty account set-up instructions. Please take a few minutes to familiarize yourself with your new account by following these instructions: Firstly log in to your administrative account

More information

Importing and Exporting Databases in Oasis montaj

Importing and Exporting Databases in Oasis montaj Importing and Exporting Databases in Oasis montaj Oasis montaj provides a variety of importing and exporting capabilities. This How-To Guide covers the basics of importing and exporting common file types.

More information

Access 2010 Intermediate Skills

Access 2010 Intermediate Skills Access 2010 Intermediate Skills (C) 2013, BJC HealthCare (St Louis, Missouri). All Rights Reserved. Revised June 5, 2013. TABLE OF CONTENTS OBJECTIVES... 3 UNDERSTANDING RELATIONSHIPS... 4 WHAT IS A RELATIONSHIP?...

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

Psych. Research 1 Guide to SPSS 11.0

Psych. Research 1 Guide to SPSS 11.0 SPSS GUIDE 1 Psych. Research 1 Guide to SPSS 11.0 I. What is SPSS: SPSS (Statistical Package for the Social Sciences) is a data management and analysis program. It allows us to store and analyze very large

More information

QPM Lab 2: Data Visualization & Descriptive Statistics in R and R Commander

QPM Lab 2: Data Visualization & Descriptive Statistics in R and R Commander QPM Lab 2: Data Visualization & Descriptive Statistics in R and R Commander Viktoryia Schnose & Betul Demirkaya Department of Political Science Washington University, St. Louis September 4, 2013 Viktoryia

More information

Multidimensional Scaling (MDS) Presentation

Multidimensional Scaling (MDS) Presentation Multidimensional Scaling (MDS) Presentation Spring 2011 Mike Kurtz Dr. Skalski Reality Television Pawn Stars Jon & Kate +8 A&E Biography Unsolved Mysteries Intervention Queer Eye for the Straight Guy Judge

More information

Helpful Information is found at this page: http://students.asu.edu/facultycenter

Helpful Information is found at this page: http://students.asu.edu/facultycenter Academic Status Report: The Academic Status Report (ASR) allows you to identify and communicate with students who are performing poorly in class. The system allows you to select specific reasons and corrective

More information

Creating Raw Data Files Using SAS. Transcript

Creating Raw Data Files Using SAS. Transcript Creating Raw Data Files Using SAS Transcript Creating Raw Data Files Using SAS Transcript was developed by Mike Kalt. Additional contributions were made by Michele Ensor, Mark Jordan, Kathy Passarella,

More information

Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6

Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6 Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6 Number Systems No course on programming would be complete without a discussion of the Hexadecimal (Hex) number

More information

10. Comparing Means Using Repeated Measures ANOVA

10. Comparing Means Using Repeated Measures ANOVA 10. Comparing Means Using Repeated Measures ANOVA Objectives Calculate repeated measures ANOVAs Calculate effect size Conduct multiple comparisons Graphically illustrate mean differences Repeated measures

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

HOMEWORK # 2 SOLUTIO

HOMEWORK # 2 SOLUTIO HOMEWORK # 2 SOLUTIO Problem 1 (2 points) a. There are 313 characters in the Tamil language. If every character is to be encoded into a unique bit pattern, what is the minimum number of bits required to

More information

Paper 70-27 An Introduction to SAS PROC SQL Timothy J Harrington, Venturi Partners Consulting, Waukegan, Illinois

Paper 70-27 An Introduction to SAS PROC SQL Timothy J Harrington, Venturi Partners Consulting, Waukegan, Illinois Paper 70-27 An Introduction to SAS PROC SQL Timothy J Harrington, Venturi Partners Consulting, Waukegan, Illinois Abstract This paper introduces SAS users with at least a basic understanding of SAS data

More information

Background... 3. Who are AddressWorks?... 3. How do I get a Statement of Accuracy?... 4. Data Cleansing... 7. Frequently asked Questions...

Background... 3. Who are AddressWorks?... 3. How do I get a Statement of Accuracy?... 4. Data Cleansing... 7. Frequently asked Questions... This document has been prepared to provide information on the address cleaning, postcoding and SendRight TM certification services offered by AddressWorks and how these may be applied to your business.

More information