SPSS Step-by-Step Tutorial: Part 1
SPSS Step-by-Step Tutorial: Part 1
SPSS Step-by-Step Tutorial: Part 1
Table of Contents
SPSS Step-by-Step
Introduction 5 Installing the Data 6
Installing files from the Internet 6 Installing files from the diskette 6
12
13
SPSS Step-by-Step
Variable names and labels 15 Missing values 15 Non-numeric numbers, or when is a number not a number? 15 Binary variables 15
Creating a new data set 16 Getting help in creating data sets and defining variables 22 Creating primary reference lists 24
Frequencies 24 Descriptive statistics: descriptives (univariate) 25
39
40
42
SPSS Step-by-Step
SPSS Step-by-Step
Introduction
SPSS (Statistical Package for the Social Sciences) has now been in development for more than thirty years. Originally developed as a programming language for conducting statistical analysis, it has grown into a complex and powerful application with now uses both a graphical and a syntactical interface and provides dozens of functions for managing, analyzing, and presenting data. Its statistical capabilities alone range from simple perentages to complex analyses of variance, multiple regressions, and general linear models. You can use data ranging from simple integers or binary variables to multiple response or logrithmic variables. SPSS also provides extensive data management functions, along with a complex and powerful programming language. In fact, a search at Amazon.com for SPSS books returns 2,034 listings as of March 15, 2004. In these two sessions, you wont become an SPSS or data analysis guru, but you will learn your way around the program, exploring the various functions for managing your data, conducting statistical analyses, creating tables and charts, and preparing your output for incorporation into external files such as spreadsheets and word processors. Most importantly, youll learn how to learn more about SPSS.
SPSS Step-by-Step
Go to ftp.datastep.com. Do not type www or http://. When prompted for a user name, enter: SPSS For the password, enter: tutorial. To download each file, click it once, press Ctrl-C or select Edit > Copy from the menu. Switch to a window for your computer and save the file in the directory named SPSSTutorialData. To do so, open the folder and press Ctrl-V or select Edit > Paste from the menu. Once you have downloaded all the files, close the Internet browser.
6.
With the diskette in the floppy drive, open a window for the C drive on your computer (or any other drive where you want to save the data files). Create a new folder named SPSSTutorialData. Copy the files from the floppy disk to the SPSSTutorialData folder by copying and pasting or by dragging.
SPSS Step-by-Step
From the menu, select File > Open > Data. In the Open File window, navigate to C:\SPSSTutorialData\Employee data.sav and open it by double-clicking. SPSS opens a window that looks like a standard spreadsheet. In SPSS, columns are used for variables, while rows are used for cases (also called records). Press Ctrl-Home to move to the first cell of the data view. Press Ctrl-End to move to the last cell of the data view. Press Ctrl-Home again to move back to the first cell.
3. 4. 5.
Click the Variable View tab. Review the information in the rows for each variable.
Note: While the variables are listed as columns in the Data View, they are listed as rows in the Variable View. In the Variable View, each column is a kind of variable itself, containing a specific type of information.
3. 4.
Click the Data View tab to return to the data. Double-click the label id at the top of the id column. Notice that double-clicking the name of a variable in the data view opens the variable view window to the definition of that variable. Click the data view tab again.
5.
SPSS Step-by-Step
Try it:
1. 2.
From the menu, select Analyze > Descriptive Statistics> Crosstabs. Click once on Employment, then click the small right arrow next to Rows to move the variable to the Rows pane (Figure 1).
FIGURE 1.
3.
Click Gender, then click the small right arrow next to Columns to move the Gender variable to the Columns pane. (Figure 2).
SPSS Step-by-Step
FIGURE 2.
4.
SPSS Step-by-Step
5.
Click OK. SPSS brings the output window to the front displaying two tables and the clustered bar chart you requested. Take a moment to review the contents of the tables and the chart. Notice that the red arrow next to the title Crosstabs corresponds to the Crosstabs icon in the left pane of the window. The left pane displays the contents of the right pane and is a convenient method of moving around among the various output youll be generating.
Note: In some cases, you may see asterisks instead of numbers in a table cell. Asterisks indicate that the current column is too narrow to display the complete number. Widen the column by dragging its margin to the right.
From the menu, select File > New > Draft Output. SPSS opens a Draft Output window that contains its own menu. From the menu, select Analyze > Descriptive Statistics > Crosstabs. Notice that the dialog box opens with your previous selections. Click OK. From here you can select charts or tables, copy them, and paste them into other applications like spreadsheets or word processors.
Note: If you want to maintain the correct spacing of the tables, use a non-proportional font like Courier New.
10
SPSS Step-by-Step
From the menu, select Analyze > Descriptive Statistics > Crosstabs. Notice that your previous selections are still present. This time, instead of clicking OK, click Paste. SPSS opens the Syntax Editor with the code you just pasted. When you select Paste instead of OK in dialog boxes like the Crosstabs box, the code generated by the function is pasted into the Syntax Editor. If you wanted, you could generate all your output from the syntax window alone. Generally, however, you will probably work with your data and output until they are just the way you want them, then repeat the steps you took and paste the code into the syntax editor. You can then run the syntax at any time to recreate the output.
4.
If the cursor is not already located somewhere in the syntax, click anywhere in the word CROSSTABS, then click the small right arrow on the toolbar or select from the menu Run > Current. SPSS opens the draft output window with the same chart you created using the menu commands. This time, however, you created the output by running the syntax (code) you created with the Paste function. Notice that you can scroll up to the previous output you created using the menu commands.
SPSS Step-by-Step
11
Employment Category * Gender Crosstabulation Count Gender Female Male 206 157 0 27 10 74 216 258 Total 363 27 84 474
Notice that the rows contain one set of categories (employment category) while the columns contain another (gender). In this crosstab, the cells contain counts, but in others you can use percentages, means, standard deviations, and the like. Heres the important part: crosstabs are used for only categorical (discrete) data, that is, groups like employment categories or gender. You cant use a crosstab for continuous data like temperature or dosage or income. BUT, you can change data like temperature or dosage or income into categories by creating groups, like income less than $25,000, income between 25000 and 49999, income 50000 or higher. Well discuss these data conversions known as transformations or recodes later. For now, you just need to understand that crosstabs deal with groups or categories. Now that youve seen the various windows youll be using, well move on to the techniques youll use in SPSS for managing your data files.
12
SPSS Step-by-Step
In this section, youll learn how to define variables and create a data set from scratch.
Variable types
SPSS uses (and insists upon) what are called strongly typed variables. Strongly typed means that you must define your variables according to the type of data they will contain. You can use any of the following types, as defined by the SPSS Help file.
SPSS Step-by-Step
13
Numeric. A variable whose values are numbers. Values are displayed in standard numeric format. The Data Editor accepts numeric values in standard format or in scientific notation.
Comma. A numeric variable whose values are displayed with commas delimiting every three places, and with the period as a decimal delimiter. The Data Editor accepts numeric values for comma variables with or without commas; or in scientific notation.
Dot. A numeric variable whose values are displayed with periods delimiting
every three places, and with the comma as a decimal delimiter. The Data Editor accepts numeric values for dot variables with or without dots; or in scientific notation. (Sometimes known as European notation.)
Date. A numeric variable whose values are displayed in one of several calendardate or clock-time formats. Select a format from the list. You can enter dates with slashes, hyphens, periods, commas, or blank spaces as delimiters. The century range for 2-digit year values is determined by your Options settings (from the Edit menu, choose Options and click the Data tab).
Custom currency. A numeric variable whose values are displayed in one of the
custom currency formats that you have defined in the Currency tab of the Options dialog box. Defined custom currency characters cannot be used in data entry but are displayed in the Data Editor.
String. Values of a string variable are not numeric, and hence not used in calculations. They can contain any characters up to the defined length. Uppercase and lowercase letters are considered distinct. Also known as an alphanumeric variable.1 Because SPSS uses strongly typed variables, you have to make sure that all the data in any field (variable) is consistent.
14
SPSS Step-by-Step
Names must begin with a letter. Names must not end with a period. Names must be no longer than eight characters. Names cannot contain blanks or special characters. Names must be unique. Names are not case sensitive. It doesnt matter if you call your variable CLIENT, client, or CliENt. Its all client to SPSS.
Missing values
If you do not enter any data in a field, it will be considered as missing and SPSS will enter a period for you.
Binary variables
Binary variables are a special subgroup of numeric variables. Sometimes you treat them as strings and sometimes you treat them as numeric. For example, yes/no, male/female, and 0/1 are all binary variables. That is, they have two and only two possible values. Obviously, you cant do a calculation on yes/no or male/female, BUT and this is a very big and very important BUT, you can recode these variables into numeric values, like assigning a value of 0 to female and 1 to male.
SPSS Step-by-Step
15
Recoding binary variables is a critically important part of data analysis. Suppose, for example, that all you want to know is whether a specific event occurred. For example, suppose you want to know whether a client ever applied for welfare. As it happens, the data set youre using contains the date when each person applied for welfare for the first time, if they ever did; if they didnt the field is blank. Using this date, you can create a new variable called, say, welfapp that contains a 1 if there is any value in the first welfare application field and a 0 if there isnt. Now you have a simple value (0 or 1) that you can use for further calculations or subsetting. Lets get back to the male/female issue for a moment. Say you have recoded the variable into a 0 for female and a 1 for male. If you calculate an average (mean) for this variable, what you now have is a proportion. Say the average of your new variable is .45. You now know that there are somewhat more men than women in your population. In other words, you have calculated a proportion.
From the menu, select File > New > Data. If youre asked to save the contents of the current file, click No. When the new file opens in the Data View, click the Variable View tab at the bottom of the window. With the cursor in the Name column on the first row (referring to the name of the variable) type:
clientid
4.
In the Type column, click the build button (build button is actually a Microsoft term, but since SPSSs documentation doesnt give the button a name, well use build) to open the Variable Type dialog box. (Figure 4)
16
SPSS Step-by-Step
FIGURE 4.
5.
Select (click) String. Notice that you can now define the length of the variable (Figure 5).
FIGURE 5.
6.
7. 8. 9.
Click OK. The dialog box closes and the variable is now set to a length of 14 with no decimal places. Press tab or Enter three times to move to the label column. Type:
Client ID
This is the label that will appear on all output and in dialog boxes like those you used in crosstabs and charts.
SPSS Step-by-Step
17
10.
Press tab or Enter three times to move to the columns column. Columns defines the width of the display of the variable, not its actual contents. The display width affects how the column will be displayed in output like crosstabs and pivot tables. Select all the text in the columns column and type:
14
11.
12. 13.
Leave the remaining columns as they are, with left alignment and nominal as the measure. On the next row, click in the name column and type:
gender
Press tab or Enter to move to the next column. Click the build button to open the Variable Type dialog box. Select String and click OK to accept the width. Click in the Label column for gender and type:
Gender
Notice that in the variable labels, you can use upper and lower case as well as spaces and punctuation.
18. 19.
Press tab or Enter to move to the Values column. Click the build button in the Values column to open the Value Labels window (Figure 6).
FIGURE 6.
Note: Variable labels determine how the name of the variable is displayed in output. Value labels determine how each value is displayed. Thus, setting a
18
SPSS Step-by-Step
label of Female for f in the gender variable instructs SPSS to display Female as a column heading for all cases with a value of f in gender.
20.
21.
22. 23.
24.
25. 26.
Click Add. The Value Labels window should now look like Figure 7.
FIGURE 7.
27. 28.
Click OK. On the next row, click in the Name column and type:
employed
Press tab or Enter or click in the Type field. Click the build button to open the Variable Type window. Employed is going to be a numeric, binary variable, so leave numeric selected, but change Width to 1 and Decimal Places to 0.
SPSS Step-by-Step
19
32. 33.
34. 35.
Press tab or Enter to move to the Values field and click the Build Button. In the Value field, type:
1
36.
37. 38.
39.
Click Add. Click OK. On the next row, click in the Name field and type:
nextelig
Press tab or Enter or click in the Type field and click the build button to open the Variable Type window. Select Date by clicking it. In the pane to the right, select the date format mm/dd/yyyy as in Figure 8.
FIGURE 8.
20
SPSS Step-by-Step
46. 47.
Tab to or click in the columns field and set the column with to 12. From the menu, select File > Save As. Navigate to the A:\ drive and name the file TestData.sav. Click OK. Click the Data View tab. Notice that you now have four columns in which youll enter data for each record. On the first row, click in the clientid column and type:
4839209
54.
Press tab. Notice that when you leave the field, SPSS updates the field to the value label you assigned for f. In the Employed field, click the drop-down arrow and select Yes. In the nextelig field, type 4/1/2004. Use the following table to complete the data entry for this file.
clientid
5533990 5938209 9583902
gender
m f m
employed
No Yes Yes
nextelig
6/1/2004 4/15/2004 6/1/2004
You have now seen how you can define variables, assign labels to both variables and values, and define constraints that will control the type of data that can be entered. In future research, youll probably receive a file that has already been entered in another application such as Access, Excel, or some other application. If youre doing your own data entry in SPSS, however, you should be aware of its data entry capabilities.
SPSS Step-by-Step
21
From the menu, select Help > Topics. On the Index tab, click in the field named: Type in the keyword to find: Type:
variable attri
4. 5. 6. 7.
Double-click the highlighted text in the list (Variable attributes) to display the topics found. SPSS opens the Topics Found window with Applying Variable Definition Attributes highlighted. Click Display. The Help window is updated to this topic (Figure 9).
22
SPSS Step-by-Step
FIGURE 9.
8. 9.
Click the highlighted item Displaying or Defining Variable Attributes. When the window is updated, click Show Me. SPSS now opens the tutorial window that is included as part of the application. Any time you see Show Me in a help window, you can click it to see that specific section of the tutorial. Click the Next arrow a few times to see how the steps are illustrated. Close the Show Me window (the Internet Explorer window) to return to the standard help window. Under Related Topics, click Value Labels. As you can see, you can follow the links in the help file, start a new search, or select any of the topics listed on the left to move around in the SPSS Help system. Close the help window. From the menu, select File > Open > Data. Navigate to the Employee data.sav file on the floppy disk and open it.
SPSS Step-by-Step
23
Frequencies
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14.
If its not already open, open the Employee dat.sav file by selecting File > Open and navigating to C:\SPSSTutorialData\Employee data.sav. From the menu, select File > New > Draft Output. From the menu, select Analyze > Descriptive Statistics > Frequencies. Double-click Gender, Employment Category, and Minority Classification to move them to the Variables list. Click the check box labeled Display frequency tables. Click Statistics. Make sure all the check boxes are cleared (not checked). Click Continue. Click Charts. If it is not already selected, select None by clicking it. Click Continue. Click OK. From the menu, select File > Save As. Navigate to C:\SPSSTutorialData\ and save the file as AllFreqs.
When youre working with your own file, follow these steps, then print the output so youll have it handy.
24
SPSS Step-by-Step
From the menu, select File > New > Draft Output. From the menu, select Analyze > Descriptive Statistics > Descriptives. Click Reset to clear any previous selections. Double-click Current Salary, Beginning Salary, Months since Hire, and Previous Experience to move them to the Variables list. Click Options. In the Descriptives: Options window, click Mean, Std. deviation, Variance, Range, Minimum, Maximum, Kurtosis, and Skewness (Figure 10).
FIGURE 10.
Click Continue. Click OK. When the resulting table is displayed, notice that the variables you selected are listed as rows, while the statistics are listed in columns. From the menu, select File > Save As. Navigate to C:\SPSSTutorialData\ and save the file as AllDescriptives. Notice that the statistic Range displays the distance between the minimum and maximum.
SPSS Step-by-Step
25
When you are working with your own file, be sure to print this output and save it someplace handy (we use binders for, well, just about everything). These two printouts, frequencies and descriptives give you a picture of the overall shape of your data.
If you dont have the data view open, select it from the menu by selecting Window > Employee data.sav - SPSS Data Editor. From the menu, select File > Save As, then navigate to C:\SPSSTutorialData\. Name the new file EmployeeData01 (Figure 11).
26
SPSS Step-by-Step
FIGURE 11.
4.
Click Save. Notice that the title bar of your window now identifies the file as EmployeeData01.sav. Now you can begin your transformations.
From the menu, select Transform > Recode > Into Different Variables to open the Recode window (Figure 12).
SPSS Step-by-Step
27
FIGURE 12.
2. 3.
Double-click Current Salary to move it to the Input Variable --> Output Variables pane. Click Old and New Values to open window where youll create the new codes (Figure 13).
FIGURE 13.
4.
Click the second Range radio button (lowest through) to activate its field (Figure 14).
28
SPSS Step-by-Step
FIGURE 14.
5.
6.
In the new field, any incomes less than 25000 will have a value of 1. (Figure 15)
FIGURE 15.
SPSS Step-by-Step
29
7.
Click Add. Notice that the complete definition of old and new values appears in the Old --> New pane (Figure 16). In the next steps youll define three more income ranges.
FIGURE 16.
8.
Under Old Value, click the first Range radio button to active the minimum and maximum values (Figure 17).
FIGURE 17.
9.
30
SPSS Step-by-Step
10.
11.
12. 13.
Click Add. Notice that the new definition is added to the Old --> New pane. Under Old Value, click the third range radio button to activate the Range ... through Highest field (Figure 19).
FIGURE 19.
SPSS Step-by-Step
31
14.
15.
16.
Click Add. Again, the new definition is added to the Old --> New pane. In the next steps, youll create a value to accommodate any odd values that might have been entered into the file. Even if youre sure there arent any, check anyhow. Under Old Value, click the radio button for All other values. Notice that there is no range to enter. Under New Value, type:
4
17. 18.
19.
Click Add. Now all possible definitions are entered under the Old --> New pane (Figure 20).
FIGURE 20.
20. 21.
Click Continue. The Old and New Values window closes and the original Recode into Different Variables window is displayed. In the field for Output Variable Name type:
incrange
22.
32
SPSS Step-by-Step
The label is the name that will be displayed on all output, so youll want to make sure its informative and correctly formatted.
23.
Click Change. The new name is now listed in the Numeric Variable --> Output Variable pane (Figure 21).
FIGURE 21.
24.
Click OK. The Recode window closes and the data view is displayed. Notice that there is now a new column on the right containing the new range codes. (Figure 22)
FIGURE 22.
25.
Noticed that the codes are displayed with two decimal places. These should be simple integer codes, so in the next step youll change the format of the variable.
SPSS Step-by-Step
33
26.
Double-click the name incrange to open the Variable View with that variable selected (Figure 23).
FIGURE 23.
27.
28. 29.
Press tab or Enter to leave the field. Click the Data View tab to see the corrected data. In the next step, youll sort the cases in ascending and descending order of incrange to see how the values were applied and to see if there are any values that were not included. Click anywhere in the incrange column. From the menu select Date > Sort Cases to open the sort window (Figure 24).
FIGURE 24.
30. 31.
Scroll down to Income Range and double-click it to move it to the Sort by pane. Click OK. The cases are now sorted according to the lowest income range value. From the menu select Data > Sort cases. Notice that your previous choices are still selected. Click once on Income Range in the Sort By pane. Click Descending under Sort Order.
34
SPSS Step-by-Step
37.
Click OK. The cases are now sorted with the highest income range value listed first. If there had been any entries that did not fall into the expected categories, they would be listed first, having a value of 4.
Now lets put the new variable to work and display the distribution of cases by income range.
1. 2. 3. 4. 5.
From the menu, select New > Draft Output. From the menu, select Analyze > Descriptive Statistics > Crosstabs. In the Crosstabs window, click once on Gender, then click the right arrow to move it into the Rows pane. Click once on Income Range, then click the right arrow to move it into the Columns pane. Click Cells to open the Crosstabs: Cell Display window (Figure 25).
FIGURE 25.
6.
In the Percentages pane, click the check box for Row. In this case, row percentages will display the percent within gender in each income range. For counts, make sure Observe is checked. Click Continue. Click OK. The Crosstabs window will close and the new crosstabs will be displayed in the draft output window. Notice that the income ranges are listed as 1, 2, and 3. Not very informative. So lets go back and assign value labels for the new variable.
7. 8.
9. 10.
Close the draft output window without saving. In the Data View, double-click the column heading for incrange to open the Variable View for that variable.
SPSS Step-by-Step
35
11. 12.
In the Values column, click the build button to open the Value Labels dialog box. In the Value field, type:
1
13.
14. 15.
16.
17. 18.
19.
20. 21.
22.
Click Add. Click OK. From the menu, select File > New > Draft Output. From the menu, select Analyze > Descriptive Statistics > Crosstabs. Your previous selections are still available, so click OK.
In this exercise. you have worked through the entire process of recoding values into a new target variable and practiced sorting the cases to find the minimum and maximum values of the new variable. Finally, you used the newly defined income
36
SPSS Step-by-Step
ranges to create a crosstab report showing the number and percent of employees within each income category by gender.
SPSS Step-by-Step
37
On the whole, however, we prefer to recode into different variables. BE SURE TO RECORD ALL CHANGES TO THE DATA SET.
38
SPSS Step-by-Step
Okay, youve done all the hard work, created the data collection instrument, conducted the interviews or surveys, entered the data, cleaned the data and made any necessary recodes or transformations, and now its time to find out what it all means. One of the best ways to get an idea of what your data looks like (literally) is to generate charts. Charts provide visual displays of comparisons and relationships. They can also be extremely misleading in the hands of a bad analyst, so be careful. If youre going to be working with charts, two excellent sources of information and guidelines are Edward Tuftes work on visual representations and Gerald Joness book How to Lie with Charts.1 A word on charts: keep them simple. The purpose of charts is to illuminate relationships and comparisons, not to obscure them. Eschew what Tufte calls chart junk and go for simple, clean, and clear designs. But thats a whole other course. SPSS excels at charts. Many of its functions exceed even those of Microsoft Excel and Microsoft Access, which are pretty good on their own. SPSS provides three methods of creating charts: you can use the automated chart function, you can use the interactive chart function, or you can start with the blank chart and build it from
1. Jones, Gerald E., How to Lie with Charts, Sybex 1995. Tufte, Edward R., The Visual Display of Quantitative Information, Graphics Press, 1983, Envisioning Information, Graphics Press, 1990, Visual Explanations, Graphics Press, 1997.
SPSS Step-by-Step
39
scratch. For the charts youll be creating here, youll use all three methods to create charts that illustrate gender distribution within job categories.
If it not already open, open the data file named Employee Data.sav in the folder named SPSSTutorialData. From the menu, select File > New > Draft Output. From the menu, select Graphs > Bar. (Figure 26)
FIGURE 26.
4. 5.
Make sure Simple is selected. Click Define. SPSS then displays the Define Simple Bar window (Figure 27) where you will begin to select the variables to be displayed.
40
SPSS Step-by-Step
FIGURE 27.
Click once on Employment Category, then click the right arrow to move it to the Category Axis field. Click OK. SPSS displays the completed chart. Not too interesting, right? Lets make it a little more interesting. From the menu, select Graphs > Bar. This time, select (click) Clustered, then click Define. Click once on Employment Category, then click the right arrow to move it to the category axis. Click once on Gender, then click the right arrow to move it to Define Clusters By. Click OK. Much more interesting. In the next step, youll improve your chart with explanatory titles. From the menu, select Graphs > Bar. This time, select (click) Clustered, then click Define. Click once on Employment Category, then click the right arrow to move it to the category axis. Click once on Gender, then click the right arrow to move it to Define Clusters By. Click Titles.
SPSS Step-by-Step
41
18.
19.
20.
21. 22.
From the menu, select Graphs > Interactive > Bar. Click once on Employment Category and move it to the horizontal axis, as in Figure 28.
42
SPSS Step-by-Step
FIGURE 28.
3. 4. 5.
Click OK. Now you have a simple bar chart, more or less like the first one you created. So lets add some information. From the menu, select Graphs > Interactive > Bar. Notice that when the window opens, it still contains the information from your last chart. This time, drag Gender to the field under Legend Variables called Color (Figure 29).
SPSS Step-by-Step
43
FIGURE 29.
drag a variable to the legend color field to add a grouping variable to the chart
6.
Click OK. Now you have a chart with employment category broken out by gender. Now you could add several more grouping variables to the chart, but it would begin to look pretty cluttered. To solve this problem, Tufte came up with the idea of small multiples, the practice of displaying smaller charts with each chart displaying only one of the grouping variables. In SPSS, such charts are called panel charts. From the menu, select Graphs > Interactive > Bar. Notice that your previous choices are still displayed. This time, however, drag Gender from the Legend Variables field down to the field for Panel Variables as in Figure 30.
7. 8.
44
SPSS Step-by-Step
FIGURE 30.
drag one or more variables to the Panel Variables pane to create a separate chart for each grouping variable
9.
Click OK. The Draft Output window now displays two charts, one with employment category distributions for women, the other with the same information for men.
From the menu, select File > New > Output. From the menu in the Output window, select Insert > Interactive 2-D Graph. SPSS displays the new, empty graph. (Figure 31)
SPSS Step-by-Step
45
FIGURE 31.
3. 4.
Move your cursor slowly over the various icons displayed on the graph. Notice that SPSS displays a description of each icon. Click the Assign Graph Variables icon (Figure 32).
46
SPSS Step-by-Step
FIGURE 32.
5.
SPSS Step-by-Step
47
6.
From the left panel, drag Count [$count] to the field for the y axis (Figure 34).
FIGURE 34.
7.
8.
Finally, drag Gender to the field for Legend Variables Color (Figure 36).
48
SPSS Step-by-Step
FIGURE 36.
9. 10.
Click the X close button. Notice that the chart has the axis variables assigned but still has no data. From the menu, select Insert > Summary > Bar. Your initial chart is now complete.
In fact, SPSS graphing functions go far beyond what we have explored here. You can customize your chart by creating different types of charts (cloud, scatterplots, line graphs, etc.) and by adding elements such as value labels, titles, notes, and much more. Now that you have a general feeling for how graphs work in SPSS, take some time to explore other functions. If you have any questions, be sure to refer to the Help menu.
SPSS Step-by-Step
49
SPSS Step-by-Step
50