A Guide for a Selection of SPSS Functions

Size: px
Start display at page:

Download "A Guide for a Selection of SPSS Functions"

Transcription

1 A Guide for a Selection of SPSS Functions IBM SPSS Statistics 19 Compiled by Beth Gaedy, Math Specialist, Viterbo University Using documents prepared by Drs. Sheldon Lee, Marcus Saegrove, Jennifer Sadowski and Michael Alfieri

2 TABLE OF CONTENTS How to enter data into SPSS data editor: General instructions... 3 How to create figures in SPSS: General instructions... 4 Creating Bar Graphs... 5 Creating Pie Charts... 7 Creating Histograms... 7 Computing the Mean, Median, and Standard Deviation Creating Box Plots To make a Normal Quantile Plot Make a Scatter Plot Standard Pearson correlation a.k.a Pearson product-moment correlation: Linear Regression Find the regression equation Make a Scatter Plot with regression line in SPSS Residual Plot in SPSS Spearman rank-order correlation Logistic regression Paired T-test Independent T-test Mann Whitney U a.k.a Wilcoxon-Mann-Whitney ANOVA / General Linear Model Post-Hoc tests ANOVA Kruskal-Wallis test Chi-square test of association (Contingency Tables) Goodness of Fit Test

3 How to enter data into SPSS data editor: General instructions The Data Editor provides two views of your data: Data View. This view displays the actual data values or defined value labels (resembles an excel spreadsheet) Variable View. This view displays variable definition information, including defined variable and value labels, data type (for example, string, date, or numeric), measurement level (nominal, ordinal, or scale), and userdefined missing values. 3

4 In both views, you can add, change, and delete information that is contained in the data file. You can switch between them at the tabs located at the bottom left hand of the page. Variable View contains descriptions of the attributes of each variable in the data file. In Variable View: rows are variables and columns are variable attributes. Type in the name of your variable (no spaces), choose the type of data (by clicking the grey box in the cell), a label for your variable (spaces are allowed this will be the label that shows up on figures/graphs). If desired, in the values box code for your values by clicking on the grey box in the cell, and then coding 0=male, 1=female. When you then return to data view, your codes will translate to your values (do this under view and values labels ). Once your variables are set up in variable view, return to data view and enter your data. Remember to save both your data file and your data output separately (they are different file types). How to create figures in SPSS: General instructions General instructions: To create a graph/figure on SPSS, go to Graphs, then Legacy Dialogs and choose the appropriate option. Typical options are: Bar and Scatter/dot. There are many options for graphs and/or details (e.g., error bars, best fit lines, etc) consult the Help function on SPSS for additional detailed instructions. 4

5 Creating Bar Graphs For categorical data, we may use bar graphs or pie charts to visualize the data. In the data below, the three columns are the favorite colors, favorite football teams, and pulse rates for students in a class. These are categorical data, so we may use a bar graph or pie chart to display the data. To make a bar graph in SPSS, go to Graphs Legacy Dialogs Bar. Note that the Simple bar graph is the default. Click Define. Choose either simple or clustered ( Clustered is for grouping data for example, by weeks). Drag one of the categorical variables (such as Favorite Color) onto the Category Axis. Click OK to finish. Notice: You can add additional Titles and change what the Bars Represent. 5

6 This is the resulting graph, which can be cut and pasted into other documents. Also from the Bars Represent area: - Choose your variable of interest and click other statistic from the Bars Represent area. The mean is automatically chosen (displayed on y- axis). Include the variable of interest for your x- axis and include it in the category box. 6

7 Creating Pie Charts Graphs Legacy Dialogs Pie and click on Define. Drag a categorical variable into the Define Slices by box. (NOTE: Here the results will be shown as a % rather than an N value.) Creating Histograms For one set of data: METHOD #1 (the simple way) Graphs Legacy Dialogs Histogram 7

8 From the column listings, drag the appropriate variable to Variable. METHOD #2 (more editing options) Graphs Chart Builder 8

9 This shot shows that a simple histogram was chosen, and the data for Volume Diet Cola was placed into the x-axis. The Element Properties window automatically appears. TO SET CUSTOM VALUES FOR ANCHORS AND BINS: In the Set Parameters tab of the Element Properties window, you can use the Custom value for anchor" option to determine the starting endpoint for the bins. To change the bin width, find "Bin Sizes", select Custom, click on Interval Width, and enter the desired bin width into the box 9

10 Histograms, continued: For two sets of data: You need one column for the actual quantitative data, and another column used to specify which group the data belongs to. Select the right-most icon (back-to-back histogram) and drag it to the chart preview area. Drag the quantitative variable into Distribution Variable box, and drag the grouping variable into the Split Variable box. Computing the Mean, Median, and Standard Deviation Enter all the values into a column. Select Analyze Descriptive Statistics Frequencies. Select the variables desired and drag them to the Variable(s) panel. 10

11 Click the Statistics tab and choose what you want to calculate. (If you want to add Percentile(s), type in the value and click Add.) Click continue to return to the Frequencies window, and click OK to compute. Here is the output: Age Statistics N Valid 54 Missing 0 Mean Median Std. Deviation Percentiles Creating Box Plots There are several ways to make box plots in SPSS, some of which are described below. Single box plot Graphs Chart Builder, select Boxplot from the Gallery, drag the rightmost icon into the chart preview area. Drag the corresponding variable into the x-axis, then click OK to finish. Side-by-side box plots, data in separate columns Analyze Descriptive Statistics Explore, drag all variables to plot into the Dependent List. Click Plots. Under Boxplots, select Dependents together. You also have the option to plot stem-and-leaf plots and histograms. Side-by-side box plots, data in a single column with another column that is the grouping variable. Graphs Chart Builder, select Boxplot from the Gallery, drag the leftmost icon into the chart preview area. Drag the variable onto the y-axis, and the grouping variable onto the x-axis. To make a Normal Quantile Plot Analyze Descriptive Statistics Explore Drag the appropriate column or columns into "Dependent List" Click "Plots" Check "Normality Plot with tests" Optional: check Histogram to plot a histogram. Under boxplots, select Factor levels together to make a boxplot for each variable, or select Dependents together to make side-by-side boxplots. Click "Continue" Click "OK" Look for the Normal Q-Q Plots in the Output window (You may ignore the Detrended Normal Q-Q plots) 11

12 Make a Scatter Plot Graphs LegacyDialogs Scatter/Dot Select Simple Scatter, click Define Drag the appropriate columns to the X-axis and Y-axis. Standard Pearson correlation a.k.a Pearson product-moment correlation: Tests whether there is an association between two variables Data (for both variables) are continuous, parametric Example: There is a significant association between plant height and plant root length (Pearson correlation: r=0.75, n = 20, p=0.02) Pearson correlation How to enter data: Input data into columns add appropriate labels Pearson correlation - How to run test: Analyze Correlate Bivariate move variables into variables box check Pearson and Two-tailed Ok Linear Regression Determines relationship between two variables and implies that a prediction of one value is being attempted from another (i.e., cause and effect). Data are Continuous NOTE: x = cause, predictor, or independent variable that is set or chosen by the experimenter y = effect, dependent which is never set by the experimenter Example: The uptake of drug X is significantly affected by ph level: uptake increases at higher ph levels (linear regression: p<0.001) Linear Regression How to enter data: Input data into two columns label columns appropriately Linear Regression How to run test: Analyze Regression Linear move the effect variable into the dependent box move the cause variable into the independent box Ok 12

13 Find the regression equation (continued from steps above) Optional: Click Save. To save the predicted values, check Unstandardized under predicted Values. To save the residuals, check Unstandardized under Residuals. Click OK The bottom table in the Output window contains the coefficients. In this case, the regression equation is If the value is sufficiently close to 1, you may use the regression equation to do predictions. For example, for somebody who has had 6.5 beers, the approximated blood alcohol level would be Make a Scatter Plot with regression line in SPSS Graphs LegacyDialogs Scatter/Dot Select Simple Scatter, click Define Drag the appropriate columns to the X-axis and Y-axis and click OK In the Output window, double-click on the scatterplot. Select Elements Fit Line at Total. Set the Fit Method to Linear The best-fit line is drawn, and the value is shown to the right of the plot. To convert from the value to the value, you take the positive or negative square root, depending on whether or not the correlation is positive or negative. Residual Plot in SPSS Analyze Regression Linear Enter dependent variable (y column) and independent variable (x column) appropriately Click Save. To save the residuals, check Unstandardized under Residuals. Click OK, a new column is displayed (probably called RES_1) Make a regular scatterplot putting the independent variable on the x-axis and the residual on the y- axis. 13

14 Spearman rank-order correlation Tests whether there is an association between two variables Data are discrete, non-parametric Example: There is not a significant association between male and female body size in pairs of penguins (Spearman correlation: r s =0.771, n=20, p=0.072) NOTE Spearman rank-order is the non-parametric equivalent of the Pearson correlation (pg 83) Spearman rank-order correlation How to enter data: Enter all data into two columns o Enter category labels o Enter value labels Spearman rank-order correlation How to enter data: Select Analyze correlate then Bivariate Highlight both variables and move them into Variables box Make sure that Spearman is selected, and that the test of Significance is Two-tailed Click OK Logistic regression Regression, as above, implies cause and effect when y, dependent variable ( effect ) is classified into groups NOTE: Dependent (effect, y, never set by experimenter): only classified into groups Independent (cause, x, is set or chosen by experimenter): can be continuous OR can be in groups Example: Shade level has a significant effect on the presence of the plant virus (logistic regression: p=0.006) Logistic regression How to enter data: 2 columns 1 st has treatment as yes or no (0 or 1) 2 nd has category groupings (1-?) Logistic regression How to run test: Analyze Regression Binary Logistic move 'effect' variable to "Dependent" box Place 'cause' variable in "Covariates" box "OK" 14

15 Tests of Differences (for each know when to use, what type of data, how to write results): Paired T-test Data are continuous, paired, in 2 groups, parametric Example: Plants in treatment A were significantly taller ( = 5.6 cm) after 7 days than plants in treatment B ( = 4.5 cm) (t-test: p= value of p, Figure 1). Paired T-test How to enter data: Arrange data in 2 columns Columns labeled as before and after Should be one individual per row Paired T-test How to run test: Analyze Compare means Paired samples t-test choose variables click ok Independent T-test Data are continuous, unpaired, in 2 groups, parametric Example: Plants in treatment A were significantly taller ( = 5.6 cm) after 7 days than plants in treatment B ( = 4.5 cm) (t-test: p= value of p, Figure 1). Independent T-test How to enter data : 1 st column put in all data 2 nd column assign category to each data Go to Variable View- under "Values" put in code 1 or 2 Independent T-test How to run test : Analyze Compare Means Independent Samples T Test Place independent variable in appropriate box Grouping variable in other, press "define groups," put in 1 and 2 "Continue" "OK" Read line with "Equal variances assumed" line for appropriate p-value 15

16 Mann Whitney U a.k.a Wilcoxon-Mann-Whitney Data are discrete, unpaired, in 2 groups, non-parametric Example: There were significantly more plants in treatment A than in treatment B (Mann- Whitney U test: p= 0.025) NOTE Mann-Whitney U is the non-parametric equivalent to the independent samples t-test Mann Whitney U How to enter data: Enter collected data into a column Enter categories (as numbers) in next column o Go to variable view and enter in corresponding information, including the values column as what which # represents in the data view. Mann Whitney U How to run test: Select Analyze Nonparametric Tests 2-Independent Samples (by default, the Mann-U should be selected) Enter dependent variable in the Test Variable List Enter independent variable in the Grouping Variable Define Groups (define them as 1 and 2) Click OK to run ANOVA / General Linear Model Data are continuous, unpaired, in 2 groups or more, parametric Example: There is a significant difference in grain size among the three cultivars (ANOVA: F=11.879, df=2, p=0.001) ANOVA How to enter data: All the data are entered into one column with a second column for the labeling of the groups. ANOVA How to run test: Analyze menu choose Compare Means One-way ANOVA. the data (numerical) variable goes into the Dependent box the grouping variable goes into the Factor box. By clicking on the Options menu you can request a means plot, some descriptive statistics of the data, and a test for Homogeneity of variance. Click continue, then OK. GLM How to enter data: Create columns [categorical/variable] enter data into appropriate columns label variables within columns if necessary 16

17 GLM How to run test: Analyze General Linear Model Univariate move dependent variable into appropriate box move fixed factor into the appropriate box Ok ANOVA / General Linear Model Post-Hoc tests ANOVA Data are continuous, unpaired, in more than 2 groups, parametric Example: There is a significant difference in grain size among the three cultivars (ANOVA: F=11.879, df=2, p=0.001). Premier is significantly smaller than super or dupa and there is no difference between super and dupa (least significant difference (LSD) post-hoc test, table 1). ANOVA How to enter data: See directions for ANOVA ANOVA How to run test: Run as ANOVA While selecting variables, click post hoc button Select LSD, SNK Click ok in display box Click ok GLM How to enter data in SPSS: similar to ANOVA GLM How to run test in SPSS: similar to ANOVA Kruskal-Wallis test Data are discrete, unpaired, in more than 2 groups, non-parametric Example: There is a significant difference in grain size of the three cultivars (Kruskal Wallis: p=0.013). NOTE Kruskal-Wallis is the non-parametric equivalent to the one-way ANOVA NOTE If Kruskal-Wallis results state a significant difference, then pairwise Mann-Whitney U tests can be run. Kruskal-Wallis How to enter data: Use independent t-test to enter data but this time have a 3 rd group instead of just 2 Kruskal-Wallis How to run test: Analyze Non-parametric Tests K Independent Samples make sure "Kruskal-Wallis test is selected (default) 17

18 Place data into the "test variable list" Grouping variable in other, press "define groups" put in min. and max (ex: if there are 3 groups, min=1 and max=3) "Continue" "OK" Chi-square test of association (Contingency Tables) Tests whether there is an association between two variables Data are categorical, non-parametric Example: There was a significant association between stream velocity category and stream bed category (Chi-square test: X 2 = , d.f. = 3, p=0.012) Chi-square test of association How to enter data: Create 3 columns in the worksheet: frequency, row, and column. The frequency column contains the data, and the row and column columns identify the location of the data in the matrix. Chi-square test of association How to run test: Data menu Choose Weight Cases Click frequency into frequency variable box. Click OK. Analyze menu choose Descriptive Statistics select Crosstabs Enter row into row and column into column. Click Statistics select Chi-square Continue. click Cells in the options box select both Observed and Expected in the Counts area. click Continue OK in the Crosstabs box. Click Display clustered bar charts to produce a visual summary of the frequencies in each of the categories. Goodness of Fit Test Enter categories (by number) in one column, and frequency in adjacent column. DataWeight Cases; click Weight Cases by and insert frequency column in Frequency Variable: AnalyzeNonparametric TestsLegacy DialogChi Square Test Click category column into Test Variable List Click appropriate case in Expected Values ; add proportions in Values (if appropriate) Click OK Chi-Square value, d.f. and P-value appear in output. 18

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

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

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Mathematics 57 Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved TABLE OF CONTENTS PAGE Helpful Hints for All Tests...1 Tests

More information

An introduction to IBM SPSS Statistics

An introduction to IBM SPSS Statistics An introduction to IBM SPSS Statistics Contents 1 Introduction... 1 2 Entering your data... 2 3 Preparing your data for analysis... 10 4 Exploring your data: univariate analysis... 14 5 Generating descriptive

More information

SPSS Tests for Versions 9 to 13

SPSS Tests for Versions 9 to 13 SPSS Tests for Versions 9 to 13 Chapter 2 Descriptive Statistic (including median) Choose Analyze Descriptive statistics Frequencies... Click on variable(s) then press to move to into Variable(s): list

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

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

Introduction Course in SPSS - Evening 1

Introduction Course in SPSS - Evening 1 ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/

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

Instructions for SPSS 21

Instructions for SPSS 21 1 Instructions for SPSS 21 1 Introduction... 2 1.1 Opening the SPSS program... 2 1.2 General... 2 2 Data inputting and processing... 2 2.1 Manual input and data processing... 2 2.2 Saving data... 3 2.3

More information

An SPSS companion book. Basic Practice of Statistics

An SPSS companion book. Basic Practice of Statistics An SPSS companion book to Basic Practice of Statistics SPSS is owned by IBM. 6 th Edition. Basic Practice of Statistics 6 th Edition by David S. Moore, William I. Notz, Michael A. Flinger. Published by

More information

Projects Involving Statistics (& SPSS)

Projects Involving Statistics (& SPSS) Projects Involving Statistics (& SPSS) Academic Skills Advice Starting a project which involves using statistics can feel confusing as there seems to be many different things you can do (charts, graphs,

More information

Table of Contents. Preface

Table of Contents. Preface Table of Contents Preface Chapter 1: Introduction 1-1 Opening an SPSS Data File... 2 1-2 Viewing the SPSS Screens... 3 o Data View o Variable View o Output View 1-3 Reading Non-SPSS Files... 6 o Convert

More information

Describing, Exploring, and Comparing Data

Describing, Exploring, and Comparing Data 24 Chapter 2. Describing, Exploring, and Comparing Data Chapter 2. Describing, Exploring, and Comparing Data There are many tools used in Statistics to visualize, summarize, and describe data. This chapter

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

Bill Burton Albert Einstein College of Medicine [email protected] April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Bill Burton Albert Einstein College of Medicine [email protected] April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Calculate counts, means, and standard deviations Produce

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate 1 One-Way ANOVA using SPSS 11.0 This section covers steps for testing the difference between three or more group means using the SPSS ANOVA procedures found in the Compare Means analyses. Specifically,

More information

Chapter 5 Analysis of variance SPSS Analysis of variance

Chapter 5 Analysis of variance SPSS Analysis of variance Chapter 5 Analysis of variance SPSS Analysis of variance Data file used: gss.sav How to get there: Analyze Compare Means One-way ANOVA To test the null hypothesis that several population means are equal,

More information

SPSS Notes (SPSS version 15.0)

SPSS Notes (SPSS version 15.0) SPSS Notes (SPSS version 15.0) Annie Herbert Salford Royal Hospitals NHS Trust July 2008 Contents Page Getting Started 1 1 Opening SPSS 1 2 Layout of SPSS 2 2.1 Windows 2 2.2 Saving Files 3 3 Creating

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

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar business statistics using Excel Glyn Davis & Branko Pecar OXFORD UNIVERSITY PRESS Detailed contents Introduction to Microsoft Excel 2003 Overview Learning Objectives 1.1 Introduction to Microsoft Excel

More information

Chapter 23. Inferences for Regression

Chapter 23. Inferences for Regression Chapter 23. Inferences for Regression Topics covered in this chapter: Simple Linear Regression Simple Linear Regression Example 23.1: Crying and IQ The Problem: Infants who cry easily may be more easily

More information

IBM SPSS Statistics for Beginners for Windows

IBM SPSS Statistics for Beginners for Windows ISS, NEWCASTLE UNIVERSITY IBM SPSS Statistics for Beginners for Windows A Training Manual for Beginners Dr. S. T. Kometa A Training Manual for Beginners Contents 1 Aims and Objectives... 3 1.1 Learning

More information

Learning SPSS: Data and EDA

Learning SPSS: Data and EDA Chapter 5 Learning SPSS: Data and EDA An introduction to SPSS with emphasis on EDA. SPSS (now called PASW Statistics, but still referred to in this document as SPSS) is a perfectly adequate tool for entering

More information

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Online Learning Centre Technology Step-by-Step - Excel Microsoft Excel is a spreadsheet software application

More information

Doing Multiple Regression with SPSS. In this case, we are interested in the Analyze options so we choose that menu. If gives us a number of choices:

Doing Multiple Regression with SPSS. In this case, we are interested in the Analyze options so we choose that menu. If gives us a number of choices: Doing Multiple Regression with SPSS Multiple Regression for Data Already in Data Editor Next we want to specify a multiple regression analysis for these data. The menu bar for SPSS offers several options:

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

Scatter Plots with Error Bars

Scatter Plots with Error Bars Chapter 165 Scatter Plots with Error Bars Introduction The procedure extends the capability of the basic scatter plot by allowing you to plot the variability in Y and X corresponding to each point. Each

More information

Moving from SPSS to JMP : A Transition Guide

Moving from SPSS to JMP : A Transition Guide WHITE PAPER Moving from SPSS to JMP : A Transition Guide Dr. Jason Brinkley, Department of Biostatistics, East Carolina University Table of Contents Introduction... 1 Example... 2 Importing and Cleaning

More information

INTRODUCTION TO SPSS FOR WINDOWS Version 19.0

INTRODUCTION TO SPSS FOR WINDOWS Version 19.0 INTRODUCTION TO SPSS FOR WINDOWS Version 19.0 Winter 2012 Contents Purpose of handout & Compatibility between different versions of SPSS.. 1 SPSS window & menus 1 Getting data into SPSS & Editing data..

More information

Simple Predictive Analytics Curtis Seare

Simple Predictive Analytics Curtis Seare Using Excel to Solve Business Problems: Simple Predictive Analytics Curtis Seare Copyright: Vault Analytics July 2010 Contents Section I: Background Information Why use Predictive Analytics? How to use

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

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm

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

SPSS Guide How-to, Tips, Tricks & Statistical Techniques

SPSS Guide How-to, Tips, Tricks & Statistical Techniques SPSS Guide How-to, Tips, Tricks & Statistical Techniques Support for the course Research Methodology for IB Also useful for your BSc or MSc thesis March 2014 Dr. Marijke Leliveld Jacob Wiebenga, MSc CONTENT

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

CHARTS AND GRAPHS INTRODUCTION USING SPSS TO DRAW GRAPHS SPSS GRAPH OPTIONS CAG08

CHARTS AND GRAPHS INTRODUCTION USING SPSS TO DRAW GRAPHS SPSS GRAPH OPTIONS CAG08 CHARTS AND GRAPHS INTRODUCTION SPSS and Excel each contain a number of options for producing what are sometimes known as business graphics - i.e. statistical charts and diagrams. This handout explores

More information

How to Make APA Format Tables Using Microsoft Word

How to Make APA Format Tables Using Microsoft Word How to Make APA Format Tables Using Microsoft Word 1 I. Tables vs. Figures - See APA Publication Manual p. 147-175 for additional details - Tables consist of words and numbers where spatial relationships

More information

Figure 1. An embedded chart on a worksheet.

Figure 1. An embedded chart on a worksheet. 8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the

More information

GeoGebra Statistics and Probability

GeoGebra Statistics and Probability GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,

More information

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman An Introduction to SPSS Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman Topics to be Covered Starting and Entering SPSS Main Features of SPSS Entering and Saving Data in SPSS Importing

More information

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs Using Excel Jeffrey L. Rummel Emory University Goizueta Business School BBA Seminar Jeffrey L. Rummel BBA Seminar 1 / 54 Excel Calculations of Descriptive Statistics Single Variable Graphs Relationships

More information

An introduction to using Microsoft Excel for quantitative data analysis

An introduction to using Microsoft Excel for quantitative data analysis Contents An introduction to using Microsoft Excel for quantitative data analysis 1 Introduction... 1 2 Why use Excel?... 2 3 Quantitative data analysis tools in Excel... 3 4 Entering your data... 6 5 Preparing

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

SPSS for Simple Analysis

SPSS for Simple Analysis STC: SPSS for Simple Analysis1 SPSS for Simple Analysis STC: SPSS for Simple Analysis2 Background Information IBM SPSS Statistics is a software package used for statistical analysis, data management, and

More information

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

More information

Analyzing Research Data Using Excel

Analyzing Research Data Using Excel Analyzing Research Data Using Excel Fraser Health Authority, 2012 The Fraser Health Authority ( FH ) authorizes the use, reproduction and/or modification of this publication for purposes other than commercial

More information

Introduction to StatsDirect, 11/05/2012 1

Introduction to StatsDirect, 11/05/2012 1 INTRODUCTION TO STATSDIRECT PART 1... 2 INTRODUCTION... 2 Why Use StatsDirect... 2 ACCESSING STATSDIRECT FOR WINDOWS XP... 4 DATA ENTRY... 5 Missing Data... 6 Opening an Excel Workbook... 6 Moving around

More information

Analysing Questionnaires using Minitab (for SPSS queries contact -) [email protected]

Analysing Questionnaires using Minitab (for SPSS queries contact -) Graham.Currell@uwe.ac.uk Analysing Questionnaires using Minitab (for SPSS queries contact -) [email protected] Structure As a starting point it is useful to consider a basic questionnaire as containing three main sections:

More information

SPSS TUTORIAL & EXERCISE BOOK

SPSS TUTORIAL & EXERCISE BOOK UNIVERSITY OF MISKOLC Faculty of Economics Institute of Business Information and Methods Department of Business Statistics and Economic Forecasting PETRA PETROVICS SPSS TUTORIAL & EXERCISE BOOK FOR BUSINESS

More information

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES SCHOOL OF HEALTH AND HUMAN SCIENCES Using SPSS Topics addressed today: 1. Differences between groups 2. Graphing Use the s4data.sav file for the first part of this session. DON T FORGET TO RECODE YOUR

More information

When to use Excel. When NOT to use Excel 9/24/2014

When to use Excel. When NOT to use Excel 9/24/2014 Analyzing Quantitative Assessment Data with Excel October 2, 2014 Jeremy Penn, Ph.D. Director When to use Excel You want to quickly summarize or analyze your assessment data You want to create basic visual

More information

Excel Charts & Graphs

Excel Charts & Graphs MAX 201 Spring 2008 Assignment #6: Charts & Graphs; Modifying Data Due at the beginning of class on March 18 th Introduction This assignment introduces the charting and graphing capabilities of SPSS and

More information

Data Analysis for Marketing Research - Using SPSS

Data Analysis for Marketing Research - Using SPSS North South University, School of Business MKT 63 Marketing Research Instructor: Mahmood Hussain, PhD Data Analysis for Marketing Research - Using SPSS Introduction In this part of the class, we will learn

More information

The Chi-Square Test. STAT E-50 Introduction to Statistics

The Chi-Square Test. STAT E-50 Introduction to Statistics STAT -50 Introduction to Statistics The Chi-Square Test The Chi-square test is a nonparametric test that is used to compare experimental results with theoretical models. That is, we will be comparing observed

More information

SPSS: AN OVERVIEW. Seema Jaggi and and P.K.Batra I.A.S.R.I., Library Avenue, New Delhi-110 012

SPSS: AN OVERVIEW. Seema Jaggi and and P.K.Batra I.A.S.R.I., Library Avenue, New Delhi-110 012 SPSS: AN OVERVIEW Seema Jaggi and and P.K.Batra I.A.S.R.I., Library Avenue, New Delhi-110 012 The abbreviation SPSS stands for Statistical Package for the Social Sciences and is a comprehensive system

More information

Calibration and Linear Regression Analysis: A Self-Guided Tutorial

Calibration and Linear Regression Analysis: A Self-Guided Tutorial Calibration and Linear Regression Analysis: A Self-Guided Tutorial Part 1 Instrumental Analysis with Excel: The Basics CHM314 Instrumental Analysis Department of Chemistry, University of Toronto Dr. D.

More information

Minitab Session Commands

Minitab Session Commands APPENDIX Minitab Session Commands Session Commands and the Session Window Most functions in Minitab are accessible through menus, as well as through a command language called session commands. You can

More information

SPSS Modules Features Statistics Premium

SPSS Modules Features Statistics Premium SPSS Modules Features Statistics Premium Core System Functionality (included in every license) Data access and management Data Prep features: Define Variable properties tool; copy data properties tool,

More information

Student Guide to SPSS Barnard College Department of Biological Sciences

Student Guide to SPSS Barnard College Department of Biological Sciences Student Guide to SPSS Barnard College Department of Biological Sciences Dan Flynn Table of Contents Introduction... 2 Basics... 4 Starting SPSS... 4 Navigating... 4 Data Editor... 5 SPSS Viewer... 6 Getting

More information

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

IBM SPSS Statistics 20 Part 1: Descriptive Statistics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 1: Descriptive Statistics Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

Using Excel for descriptive statistics

Using Excel for descriptive statistics FACT SHEET Using Excel for descriptive statistics Introduction Biologists no longer routinely plot graphs by hand or rely on calculators to carry out difficult and tedious statistical calculations. These

More information

We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries?

We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries? Statistics: Correlation Richard Buxton. 2008. 1 Introduction We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries? Do

More information

TIPS FOR DOING STATISTICS IN EXCEL

TIPS FOR DOING STATISTICS IN EXCEL TIPS FOR DOING STATISTICS IN EXCEL Before you begin, make sure that you have the DATA ANALYSIS pack running on your machine. It comes with Excel. Here s how to check if you have it, and what to do if you

More information

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences.

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences. 1 Commands in JMP and Statcrunch Below are a set of commands in JMP and Statcrunch which facilitate a basic statistical analysis. The first part concerns commands in JMP, the second part is for analysis

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

MARS STUDENT IMAGING PROJECT

MARS STUDENT IMAGING PROJECT MARS STUDENT IMAGING PROJECT Data Analysis Practice Guide Mars Education Program Arizona State University Data Analysis Practice Guide This set of activities is designed to help you organize data you collect

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

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

Summarizing and Displaying Categorical Data

Summarizing and Displaying Categorical Data Summarizing and Displaying Categorical Data Categorical data can be summarized in a frequency distribution which counts the number of cases, or frequency, that fall into each category, or a relative frequency

More information

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

Introduction to Statistics with GraphPad Prism (5.01) Version 1.1

Introduction to Statistics with GraphPad Prism (5.01) Version 1.1 Babraham Bioinformatics Introduction to Statistics with GraphPad Prism (5.01) Version 1.1 Introduction to Statistics with GraphPad Prism 2 Licence This manual is 2010-11, Anne Segonds-Pichon. This manual

More information

T O P I C 1 2 Techniques and tools for data analysis Preview Introduction In chapter 3 of Statistics In A Day different combinations of numbers and types of variables are presented. We go through these

More information

Introduction to Exploratory Data Analysis

Introduction to Exploratory Data Analysis Introduction to Exploratory Data Analysis A SpaceStat Software Tutorial Copyright 2013, BioMedware, Inc. (www.biomedware.com). All rights reserved. SpaceStat and BioMedware are trademarks of BioMedware,

More information

Lecture 2: Descriptive Statistics and Exploratory Data Analysis

Lecture 2: Descriptive Statistics and Exploratory Data Analysis Lecture 2: Descriptive Statistics and Exploratory Data Analysis Further Thoughts on Experimental Design 16 Individuals (8 each from two populations) with replicates Pop 1 Pop 2 Randomly sample 4 individuals

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

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management KSTAT MINI-MANUAL Decision Sciences 434 Kellogg Graduate School of Management Kstat is a set of macros added to Excel and it will enable you to do the statistics required for this course very easily. To

More information

Using Excel for inferential statistics

Using Excel for inferential statistics FACT SHEET Using Excel for inferential statistics Introduction When you collect data, you expect a certain amount of variation, just caused by chance. A wide variety of statistical tests can be applied

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training [email protected] Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

R with Rcmdr: BASIC INSTRUCTIONS

R with Rcmdr: BASIC INSTRUCTIONS R with Rcmdr: BASIC INSTRUCTIONS Contents 1 RUNNING & INSTALLATION R UNDER WINDOWS 2 1.1 Running R and Rcmdr from CD........................................ 2 1.2 Installing from CD...............................................

More information

containing Kendall correlations; and the OUTH = option will create a data set containing Hoeffding statistics.

containing Kendall correlations; and the OUTH = option will create a data set containing Hoeffding statistics. Getting Correlations Using PROC CORR Correlation analysis provides a method to measure the strength of a linear relationship between two numeric variables. PROC CORR can be used to compute Pearson product-moment

More information

Biology statistics made simple using Excel

Biology statistics made simple using Excel Millar Biology statistics made simple using Excel Biology statistics made simple using Excel Neil Millar Spreadsheet programs such as Microsoft Excel can transform the use of statistics in A-level science

More information

Microsoft Excel. Qi Wei

Microsoft Excel. Qi Wei Microsoft Excel Qi Wei Excel (Microsoft Office Excel) is a spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot

More information

MTH 140 Statistics Videos

MTH 140 Statistics Videos MTH 140 Statistics Videos Chapter 1 Picturing Distributions with Graphs Individuals and Variables Categorical Variables: Pie Charts and Bar Graphs Categorical Variables: Pie Charts and Bar Graphs Quantitative

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

Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS

Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS About Omega Statistics Private practice consultancy based in Southern California, Medical and Clinical

More information

The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA

The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA Paper 156-2010 The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA Abstract JMP has a rich set of visual displays that can help you see the information

More information

IBM SPSS Statistics Basics

IBM SPSS Statistics Basics October, 2011 IBM SPSS Statistics Basics I. Availability... 2 II. SPSS Statistics Versions... 2 III. Documentation... 2 IV. Creating SPSS Statistics data files... 3 Using the SPSS Statistics Data Editor...

More information

Linear Models in STATA and ANOVA

Linear Models in STATA and ANOVA Session 4 Linear Models in STATA and ANOVA Page Strengths of Linear Relationships 4-2 A Note on Non-Linear Relationships 4-4 Multiple Linear Regression 4-5 Removal of Variables 4-8 Independent Samples

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

Chapter 4 Displaying and Describing Categorical Data

Chapter 4 Displaying and Describing Categorical Data Chapter 4 Displaying and Describing Categorical Data Chapter Goals Learning Objectives This chapter presents three basic techniques for summarizing categorical data. After completing this chapter you should

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

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Statistical tests for SPSS

Statistical tests for SPSS Statistical tests for SPSS Paolo Coletti A.Y. 2010/11 Free University of Bolzano Bozen Premise This book is a very quick, rough and fast description of statistical tests and their usage. It is explicitly

More information