Report Simple Linear Regression from SPSS in APA Style

In this tutorial, we will show you how to report the results of your simple linear regression analysis from SPSS in APA style.  First, we will provide a template that you can use to report your results.  Next, we will show you how to populate this template using the SPSS output from your own analysis.  … Read more

Simple Linear Regression in SPSS, Including Interpretation

In this tutorial we show you how to conduct simple linear regression analysis in SPSS, and interpret the results of your analysis.  Quick Steps Visualize your data with a scatterplot Click Analyze -> Regression -> Linear Move your independent variable to the Independent(s) box Move your dependent variable to the Dependent box Click Statistics Ensure that the Estimates and Model fit … Read more

How to Merge Files in SPSS

There are two ways in which you can merge files (data sets) in SPSS. Firstly, you can merge files that contain the same variables (fields or columns) but different records or cases (rows). Secondly, you can merge files that contain the same records or cases (rows) but different variables (fields or columns). The steps for … Read more

How to Split Files in SPSS – Analyzing Data by Group

The Split File option in SPSS allows you to split your dataset into subgroups so that you can run the same analyses for each subgroup. SPSS does not split your file physically. Rather it separates your analyses using the categorical variable that you have used to split – or group – your data. Examples of … Read more

Two-Way ANOVA in SPSS Including Interpretation

The two-way ANOVA (analysis of variance) is used to assess the effects of two independent categorical variables (such as gender and college major) – both alone and in combination with each other – on a continuous dependent variable (such as an exam score). In this tutorial we show you how to perform and interpret the … Read more

How to Create and Interpret Side-by-Side Boxplots in SPSS

Side-by-side boxplots (or box and whisker plots) are a way of visually comparing the distribution of numeric data using the “five number summary” – the minimum, first quartile, median, third quartile, and maximum values – of two or more groups. They also allow us to identify any outliers that may exist in our data. This … Read more

How to Create and Interpret a Boxplot in SPSS

A boxplot (also known as a box and whisker plot) is a way of graphically illustrating the distribution of numeric data using the “five number summary” of the data set – namely the minimum, first quartile, median, third quartile, and maximum values.  It also identifies any outliers that may exist in the data set.  This … Read more

How to Edit Bar Charts in SPSS

SPSS allows users to make a wide variety of edits to their bar charts.  In this tutorial we will show you the easiest way to make some of the most common and useful edits using the same simple bar chart. Please see our dedicated tutorial if you wish to format your SPSS chart in APA … Read more

7 Ways to Make Better Pie Charts in SPSS

In this tutorial we show you seven edits that can make your SPSS pie charts better.  Select the edits that work best for your own pie chart, and remember that the goal of your edits is to communicate your data to your audience as clearly as possible.   1. Editing Your Pie Chart in SPSS … Read more

Mann-Whitney U Test in SPSS, Including Interpretation

In this tutorial, we’ll look at how to conduct the Mann-Whitney U Test in SPSS, and also at how to interpret the result of the test. The Mann-Whitney U Test evaluates whether two samples are likely to originate from the same underlying population, and it tends to be used in situations where an independent-samples t … Read more

Repeated-Measures ANOVA in SPSS, Including Interpretation

In this tutorial, we’ll look at how to perform a repeated-measures (or within-subjects) ANOVA in SPSS, and also at how to interpret the result. A repeated-measures ANOVA design is sometimes used to analyze data from a longitudinal study, where the requirement is to assess the effect of the passage of time on a particular variable. … Read more

One Way ANOVA in SPSS Including Interpretation

In this tutorial, we’ll look at how to perform a one-way analysis of variance (ANOVA) for independent groups in SPSS, and how to interpret the result using Tukey’s HSD. Quick Steps Click on Analyze -> Compare Means -> One-Way ANOVA Drag and drop your independent variable into the Factor box and dependent variable into the … Read more

How to Select Cases in SPSS

In this tutorial, we’ll look at how to select cases in SPSS, and how to work with the resultant filtered data.   The Data The data we’re using for this tutorial comes from a hypothetical study that examines how long it takes people to fall asleep during a statistics lesson. The two variables we’re interested … Read more

Export Data from SPSS into a MySQL Database

In this tutorial, we’re going to see how to export data from SPSS into the MySQL database. If you want to follow along, you’re going to need the login details for your database, and also the IP address or domain name of the server on which it is hosted.   The Data As you can … Read more

How to Generate Random Numbers in SPSS

This tutorial will show you how to generate random numbers in SPSS and also outline a couple of use cases for such a procedure.   The Data As a starting point, you should at least have an ID variable populated in the Data View of SPSS. The ID variable functions to identify the number of cases … Read more

Import Data from MySQL into SPSS

In this tutorial, we will learn how to import data from a MySQL database into the SPSS statistics package. Specifically, we will detail how to set up a MySQL data source and how to import data from it. To follow along, you’re going to need your database IP address, and the username and password you … Read more