Speaking Notes PADM 5502 October 22, 2009 Dr. Neubauer

The purpose of this classroom exercise is for you to see how to 1) enter data into Excel, 2) import data from Excel into SPSS, 3) clean the data, 4) create new variables in sPSS, 5) tell SPSS about the missing value code, 6) add a variable label, 7) add value labels, 8) run frequencies, and 9) test a hypothesis using the Chi-Square statistic. This example assumes that the DV reflected in a hypothesis was measured using only one question on the survey instrument.

Using the files available by links above, this evening we will test the hypothesis that that gender is not related to willingness to relocate in the face of local economic decline.

First, you must import the entire Excel file into SPSS. Save the data file to the desktop. There is a dialog box that allows you to do this when you open SPSS.

Next, run frequencies on the entire dataset using the syntax editor in SPSS.

Now, run a freq on the gender variable only. -- freq gender.

Now, there is a variable named "wouldmove"
It is a Likert with five values of response. We need to reduce the number of responses to three.

Okay. Now we have an independent variable with two values -- gender. We have a dependent variable with three values -- newwouldmove. We will now use the crosstabs command to test the hypothesis, using the Chi-Sq statistic. The general form of the command is as follows.
crosstabs tables = DV by IV/cells=count column/stat=chisq.
In this case the name of the DV is newwouldmove and the name of the IV is gender. tables=count column/