SPSS Reference Manual: A gentle overview

Size: px
Start display at page:

Download "SPSS Reference Manual: A gentle overview"

Transcription

1 SPSS Reference Manual: A gentle overview

2 Table of Contents 1. Introduction to SPSS 4 2. Data Analysis and Statistical Concepts 13 Concept 1 Measurements of Central Tendency 13 Concept 2 Measurements of Dispersion 23 Concept 3 Visualization of Univariate Data 33 Concept 4 Visualization of Multivariate Data 51 Concept 5 Random Number Generation And Simple Sampling 63 Concept 6 Confidence Intervals 70 2 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

3 These reference manuals have been developed to assist students in the basics of statistical computing sort of a Statistical Computing for Dummies. It is not our intention to use this manual to teach statistical concepts 1 but rather to demonstrate how to utilize previously taught statistical and data analysis concepts the way that professionals and practitioners apply them through the able assistance of computing. Proficiency in software allows students to focus more on the interpretation of the output and on the application of results rather than on the mathematical computations. We should pause here and strongly make the point that computers should serve as a medium of expediency of calculation not as a substitution for the ability to execute a calculation. In the Basic Concepts manual, we present statistical concepts, context for their use, and formulas where appropriate. We provide exercises to execute these concepts by hand. Then, in each subsequent manual, the concepts are applied in a consistent manner using each of the five major statistical computing packages Excel, SPSS, Minitab, R and SAS. 1 Readers of this manual are assumed to have completed some introductory statistics course. For individuals wishing to review statistical concepts, we recommend Introduction to Stats by DeVeaux, Velleman and Bock. 3 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

4 SPSS What is SPSS? SPSS was first developed in 1968 by social science researchers at Stanford University as a tool to help them with quantitative research. In fact, the acronym SPSS initially stood for Statistical Package for the Social Sciences. As with IBM and AT&T, the company (and its software) is simply known by its initials, in part as a testament to its diverse user base. Although the software is most heavily used in social science contexts particularly in psychology, political science and in academia it is also used in medicine, marketing, and many other contexts. SPSS is appealing to many users from less technical and/or mathematical disciplines because it has a particularly user-friendly interface consisting of an Excel-like spreadsheet for the data and menus and buttons for manipulations and analyses. Although this point and click interface makes SPSS particularly attractive for statistical computing novices, individuals who require greater statistical functionality may find the application limiting. Between 2009 and 2010, the premier vendor for SPSS was called PASW (Predictive Analytics SoftWare) Statistics. The company announced on July 28, 2009 that it was being acquired by IBM. Versions 19.0 and 20.0 are named IBM SPSS Statistics. This document has been written using SPAW version Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

5 Getting data into SPSS Prior to actually executing any of the statistical concepts from the Basic Concepts Manual, we first need to get the WidgeOne.xls dataset into the SPSS system and convert it into an SPSS file. When you open SPSS you should see the following screen: 5 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

6 As shown above, there are two tabs in the new file. A Variable View tab and a Data View tab. The Data View tab will display the data much the same way as an Excel spreadsheet. We must import the data from the Excel spreadsheet WidgeOne. Do this by clicking on File>Open>Data. Then click the computer icon>computer>c$(\\client)(v:): Note that if you are accessing SPSS through Citrix, all of your drive names will change. For example, your C: drive will become your V: drive. Make sure that the File type is set to.xls to find an Excel file. Browse to where the WidgeOne file is located. When you open it, you will get a dialogue box like this: 6 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

7 Make sure that you select the Plant_Survey worksheet. 7 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

8 The following window should appear: This is one of two possible views of your dataset. This is the Variable View. Note at the bottom of the screen, the Variable View tab is highlighted. This view lists the variables in your dataset. In our case, the column names in the WidgeOne file were converted to variable names in this SPSS file. The qualitative variables (e.g., GENDER and PLANT) are called string variables and the quantitative variables (e.g., PRDCTY and YRONJOB) are called numeric variables. 8 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

9 For later displays it will be nice to create user-friendly labels for each of the values in these variables, instead of indicators like D for the Dallas plant. To create labels that will make our output easier to read, click on the Values cell in the PLANT row: 9 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

10 You will be prompted for a name and a label. In the Value box, enter the value that appears in the actual data that you want to read differently in the output: Click the Add button. Next assign the label Norcross for the value N and click Add again. Click OK. Do this for the other string variables Plant and Position. Please note that this is NOT affecting your actual data, it will only change the way that the output appears. 10 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

11 Go back to the Data View tab at the bottom of the screen you will see the actual data 2 : To expand the columns, simply place your cursor in between the column headers (variable names) and drag the column to its desired width just like you would in Excel. 2 If you needed to create a new dataset from scratch, you would begin by defining your variables in the Variable View window and then return to the Data View window and input the values. 11 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

12 At this point, we could convert the other worksheets from the WidgeOne dataset into SPSS files. Each would be converted to a separate SPSS file. These files could be merged into one file using the Merge Files option in the Data Menu (not available in Student Version). However, since we will only be using the variables in the Plant_Survey worksheet for our statistical analyses, we will not execute a merge at this time. 12 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

13 Concept 1: Using SPSS for Measurements of Central Tendency SPSS is a menu-based system. Thus it is only a matter of finding what you want to do on the menus and customizing your request. For most computations, you should find SPSS to be easier than Excel. In order to find the two most predominant measures of central tendency (the mean and median) we start in the Analyze menu. Within that menu, choose Descriptive Statistics and Frequencies as shown: 13 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

14 Next you will see the following: We need to choose the variables for which we are interested in finding the mean and median. We will choose only the quantitative variables (those with the ruler icon next to them): JOBGRADE, SOCREL, YRONJOB, PRDCTY and JOBSAT. We make these selections by clicking on the variable from the list on the left and then clicking on the right arrow button circled above to place it on the variable list on the right. Almost every option in SPSS has this type of interface for selecting variables for analysis. You can choose more than one variable at a time by holding the Ctrl key down as you make your selections. Please make sure that the Display frequency tables option is UNTICKED. This will be more meaningful later. 14 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

15 After you have identified the variables for analysis, click on the Statistics option button as circled above. You should see this screen: This should look pretty familiar. This is almost the same list of statistical information that was produced when we executed Tools>Data Analysis>Descriptive Statistics in Excel. Hmmm that must mean that this stuff really is important. For now, just tick Mean and Median and select Continue. 15 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

16 We obtain the following display containing the means and medians of our five variables in our SPSS Output window: Statistics JOBGRADE PRDCTY SOCREL YRONJOB JOBSAT N Valid Missing Mean Median Notice that these figures are consistent with what we had generated using Excel and what we had computed by hand. Isn t it nice when numbers match? What if we were only interested in a subset of the data? For example, what if we wanted to know the measurements of central tendency of these variables by gender and by plant? 16 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

17 We would select the Compare Means>Means option from the Analyze menu as shown: 17 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

18 You should see the following screen: Typically, quantitative variables go in the Dependent List and qualitative variables go in the Independent List. Choose the same five variables as before. Place these variables in the Dependent List. Then, place the variables Plant and Gender in the Independent List. This will enable us to better understand if there are differences between the genders and the plants across the quantitative variables like Productivity (PRDCTY). Once the variable lists have been populated, select the Options button. From the list, identify that you want the Mean and the Median. Select Continue and OK. 18 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

19 You should see the following output: Case Processing Summary Cases Included Excluded Total N Percent N Percent N Percent JOBGRADE * Plant % % % PRDCTY * Plant % % % SOCREL * Plant % % % YRONJOB * Plant % % % JOBSAT * Plant % % % JOBGRADE * Gender % % % PRDCTY * Gender % % % SOCREL * Gender % % % YRONJOB * Gender % % % JOBSAT * Gender % % % 19 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

20 JOBGRADE PRDCTY SOCREL YRONJOB JOBSAT * Plant Plant JOBGRADE PRDCTY SOCREL YRONJOB JOBSAT Dallas Mean Std. Deviation Norcross Mean Std. Deviation Total Mean Std. Deviation JOBGRADE PRDCTY SOCREL YRONJOB JOBSAT * Gender Gender JOBGRADE PRDCTY SOCREL YRONJOB JOBSAT Female Mean Std. Deviation Male Mean Std. Deviation Total Mean Std. Deviation This output is much more explanatory than the first set of output. Look at the differences between the plants. Which plant is more productive? Which plant has a higher Job Satisfaction score? Now look at the differences between the genders. Which gender has a higher social relations score? Is there a difference in productivity between the genders? 20 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

21 Sometimes looking at an average by itself is misleading. For example let s assume that a friend of yours just read an article about lung cancer. He goes on to tell you that 1% of all Americans will die of lung cancer. I should probably mention that your friend is a member of the great statistical unwashed. Does this mean that you have a 1% chance of dying of lung cancer? Of course not. It depends upon a lot of things like do you smoke? If you re-evaluate that number by smokers/non-smokers, the values are very different. That s the point averages are very misleading. You need to look at the average (or median) by different groupings to better understand the rest of the story. As a rule, we do not use the mode as a Measurement of Central Tendency with quantitative data. If the data is qualitative Plant, Gender, Position it is the ONLY Measurement of Central Tendency available. We can determine the mode of variables such as these by selecting Analyze>Descriptive Statistics>Frequencies again from the Analyze menu. This time choose the qualitative variables Plant, Gender and Position. Check the box next to display frequency tables. Then click OK. You will see the following frequency tables from which it is easy to determine if there is a modal value (isn t this easier than what we had to go through in Excel?): Plant Frequency Percent Valid Percent Cumulative Percent Valid Dallas Norcross Total Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

22 Gender Frequency Percent Valid Percent Cumulative Percent Valid Female Male Total POSITION Frequency Percent Valid Percent Cumulative Percent Valid Hourly Management Total You can also see here that we are reaping the work of changing the labels earlier the full name is much easier to interpret and understand. 22 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

23 Concept 2: Using SPSS for Measurements of Dispersion To represent the dispersion of a quantitative variable (Measurements of Dispersion are not relevant for qualitative variables), we typically report the standard deviation. To do this in SPSS, return to the Analyze menu. Select Descriptive Statistics>Frequencies and select the quantitative variables as before. Turn off the display for frequency tables and click on the Statistics button. Select Standard Deviation. Click Continue and then OK. You should see the following output: Statistics JOBGRADE PRDCTY SOCREL YRONJOB JOBSAT N Valid Missing Std. Deviation We could have obviously included lots of statistics in our analysis simply by choosing the ones we want from the Statistics screen. The second Measurement of Dispersion discussed in the Basic Concepts Manual was the frequency table. To execute a basic frequency table for a qualitative variable, go to Analyze> Descriptive Statistics>Frequencies. Select the qualitative variables for analysis. Ensure that the Display frequency tables box is ticked at the bottom of the page. Click OK. 23 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

24 You should see the following output: Plant Frequency Percent Valid Percent Cumulative Percent Valid Dallas Norcross Total Gender Frequency Percent Valid Percent Cumulative Percent Valid Female Male Total Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

25 POSITION Frequency Percent Valid Percent Cumulative Percent Valid Hourly Management Total In the previous manuals, we explained how to categorize a quantitative variable into a qualitative variable. For example, when we created a frequency table for the job tenure variable, we created three categories: < 5 years, 5-10 years and more than 10 years. To create these same categories in SPSS, we need to recode our YRONJOB variable into a new variable called JOBTEN. 25 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

26 To do this, go to the Transform menu and choose the option Recode into Different Variables: 26 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

27 You should see the following: Click on the Old and New Variables button. 27 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

28 You should now see the following screen: Identify the name of the first category Identify the range of values for the first category. Tick this box to tell SPSS that you are creating a qualitative variable First we define the category New. In the screen above, you must indicate that the Range of this new value is from 0 to 4.9 (we wanted values less than 5 and the data had only one decimal place of accuracy). Check in the box that specifies that the new output variable will be of type String. We also name the new values New. 28 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

29 Click on the Add button to add this new output value. These actions will produce the following: Note that the values of YRONJOB between 0 and 4.9 will represent the category New in the new variable. Continue this same process creating the category Experienced (5-10 years on the job) and the category Mature (10+ years on the job). Note: since the value Experienced has 11 characters, change the Width from 8 to Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

30 After you have completed this process, click on Continue. You should see the following screen: The Name is what will appear in the dataset. The Label is what will appear in the output. Select Change and then select OK. 30 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

31 You should see the following screen: 31 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

32 Now we can easily generate a frequency table for the new variable JOBTEN. As before, go to Analyze>Descriptive Statistics>Frequencies. Ensure that the frequency table option is ticked and select your new Jobten variable: Job Tenure Frequency Percent Valid Percent Cumulative Percent Valid Experienced Mature New Total Well Done! 32 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

33 Concept 3: Using SPSS for Visualization/Organization of Univariate Data For professional presentations or for formal documents, we recommend the use of a graphics package (e.g. Microsoft Power Point). However, SPSS has some nice graphs available in the Graphs menu, which can be used less formally. In addition, it is very useful to develop graphics for your own purposes, because it enables you to see things about your data that you might not have otherwise seen. As with Excel, let s begin with a Histogram. We will also execute a Stem and Leaf plot, which we were not able to do with Excel. To create a Histogram of the YRONJOB variable, select Analyze>Descriptive Statistics>Explore: 33 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

34 Assign YRONJOB to the Dependent list. Select the Plots button: 34 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

35 Tick the Stem and Leaf and Histogram options. Click Continue. On the Explore dialogue box, make sure that the Both option is selected for the Display. Click OK. 35 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

36 This set of executions will generate the following output: Descriptives Statistic Std. Error YRONJOB Mean % Confidence Interval for Mean Lower Bound Upper Bound % Trimmed Mean Median Variance Std. Deviation Minimum.10 Maximum Range Interquartile Range 6.10 Skewness Kurtosis Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

37 YRONJOB Stem-and-Leaf Plot Frequency Stem & Leaf Stem width: Each leaf: 1 case(s) Here is the Stem and Leaf plot. If you imagine rotating this graphic clockwise 90 degrees, it is basically a Histogram on its side. The plot tells us that each stem has a width of This means that the values should be interpreted in units of 10. Let s start in the middle with the frequency of Here, we have four values that are 10.x and three more values that are 11.x. The next line indicates a frequency of In the dataset, we have an observation that is 12.x and three observations that are 13.x. The greatest observation is Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

38 This is a boxplot. Here, the center line is the median. The box is the Interquartile range the high end of the box is the 75 th percentile and the low end is the 25 th percentile. The whiskers that extend in either direction tell us the full range of the data. If there were any outliers (defined as observations with values more than 1.5*IQR from the mean), they would be identified here. Lots and lots of output with relatively little work. That s what I m talking about! 38 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

39 To replicate the pie chart developed in the Basic Concepts Manual, go to Graph>Legacy Dialogues> Pie: 39 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

40 You should see this screen: What we re trying to communicate with the pie chart is the proportions of the different groups, so click summaries for groups of cases and then define. 40 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

41 You should see the following screen: Select % of cases we are communicating proportions, after all Drag the qualitative variable of interest in this box. 41 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

42 The only other thing we really need to do is to give our Pie Chart a title. So, click on the Titles tab and title the chart Job Tenure of WidgeOne Employees. Feel free to explore the other tabs. You should have generated the following: To insert the percentages, simply double click on the graph to see this: 42 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

43 Click show data labels and then close the properties window and the chart editor to obtain the following graph: 43 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

44 Let s say that you wanted to understand how the overall productivity of the company was allocated by plant what percentage of the productivity comes from Dallas versus Norcross. This is easy to do in a Pie Chart in SPSS. Go back to Graph>Legacy Dialogues> Pie. 44 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

45 This time, select sum of variable as the slice, select the PRDCTY as the variable to sum by, and then (since we want the percentages) select % of cases. 45 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

46 Don t forget to change the title and add in the percentages by double clicking the pie chart. You should see the following Pie Chart: This pie chart now provides information regarding the percentage of WidgeOne s productivity by plant (Norcross needs to step it up). 46 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

47 The next univariate visualization tool is a Bar chart. This is done in a very similar way to the Pie Chart. Select Graph>Legacy Dialogues> Bar. You should see the following screen: 47 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

48 Again, we re comparing groups and we would want the information summarized by group, so click on summaries for groups of cases and then define. Change this to counts (n of cases). Drag the variable of interest into the category axis 48 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

49 As before, change the title to something meaningful. You should generate something like this: This could be better. Double click on the graph to bring up the chart editor. 49 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

50 Click on Transpose Chart Coordinate System to generate a horizontal bar chart Click on Data Label Mode to insert the counts Click on the labels. This brings up a window where you can change the order of the groups from alphabetical to something that makes more sense We should probably note at this point that if the definitions that you assigned when you transformed the quantitative variable into a qualitative variable are not universally known, you should include a legend or key at the bottom of your graphic to ensure that the reader understands the definition of New and Mature. 50 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

51 Concept 4: Using SPSS for Visualization/Organization of Multivariate Data Contingency tables, Stacked Bar Charts, 100% Stacked Bar Charts and Scatter Plots can be easily generated in SPSS. To reproduce the Contingency Tables that were created in earlier manuals that included the variables Plant and Gender, select Analyze>Descriptive Statistics>Cross Tabs: Place the Plant variable in the Row position. Place the Gender variable in the Column position. 51 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

52 As with Excel Pivot Tables, Crosstabs in SPSS are very flexible. If you wish to include more than just the frequency counts in the cells of your table, click on Cells. You will see the following window: In the percentages section, select Row, Column and Total. Click Continue and then OK. 52 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

53 Wow look how much output was created in a single table! That was so much easier than Excel! The output table contains the conditional probabilities described in The Basic Concepts Manual. In the first cell the intersection of Female and Dallas we have four pieces of information. We know that there are 13 women who work in Dallas. We know that of all of the Dallas employees, 56.5% are female. We know that of all of the women, 65% are in Dallas. Finally, we know that of all employees, 32.50% are females in Dallas. Plant * Gender Crosstabulation Gender Female Male Total Plant Dallas Count % within Plant 56.5% 43.5% 100.0% % within Gender 65.0% 50.0% 57.5% % of Total 32.5% 25.0% 57.5% Norcross Count % within Plant 41.2% 58.8% 100.0% % within Gender 35.0% 50.0% 42.5% % of Total 17.5% 25.0% 42.5% Total Count % within Plant 50.0% 50.0% 100.0% % within Gender 100.0% 100.0% 100.0% % of Total 50.0% 50.0% 100.0% If you need to subset this information further (e.g. by Job Tenure), there is an easy way to do that. Go back to the Analyze>Descriptive Statistics>Crosstabs screen. Press Reset to return to the default settings. 53 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

54 Make your selections of the three variables as follows: Click OK. 54 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

55 This time, the table will only show the cell counts (we could have included the percentages as before by following the same steps in the Cell Display screen): Count Job Tenure Plant * Gender * Job Tenure Crosstabulation Gender Female Male Total Experienced Plant Dallas Norcross Total Mature Plant Dallas Norcross Total New Plant Dallas Norcross Total Notice that the same information on Plant and Gender counts has now been provided by each level of Job Tenure Experienced, Mature and New (the levels are reported in alphabetical order rather than by order of magnitude). Cool. 55 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

56 Stacked Bar Charts can be generated in SPSS using the same basic executions that you did for simple Bar Charts in the previous section. Select Graphs>Legacy Dialogues> Bar: 56 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

57 Select stacked and by groups, click define and then you should see the following screen: Change the Title. Place the Plant variable here. Place the Gender variable here. 57 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

58 Select OK. You should see the following Stacked Bar Chart: Because these groups are of different sizes, it might be better to plot this information in a 100% Stacked Bar Chart instead. To do this, double click on the graph: 58 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

59 59 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University Click the 100% stacked option.

60 You should see the following graphic: 60 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

61 The last multivariate visualization technique is the Scatter Plot. Again, SPSS provides us with flexibility to subset our analysis if needed. What variables might have a relationship? What about Productivity and Job Satisfaction? A Scatter Plot of these variables can be generated by selecting Graph>Legacy Dialogues >Scatterplot, choose simple scatter plot then click define: 61 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

62 Don t forget to change the title! You should see the following graphic: So what do you think? It appears that there might be a positive relationship between the two variables, because the graphic roughly moves in a linear fashion from the SW corner to the NE corner. 62 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

63 Concept 5: Using SPSS for Random Number Generation and Simple Random Sampling Like the other software applications, SPSS will generate random numbers using the internal clock in the computer. As a result, every time a command is given to SPSS to generate some set of random numbers, a different set of random numbers will be generated. However, sometimes we may need to replicate a set of random numbers exactly the way they were previously generated. To accomplish this replication, SPSS allows the analyst to define a seed number that will ensure a consistent set of random numbers the numbers are still random and can be used to ensure statistical independence of samples. If you need to set the seed number so you can replicate your results, simply go to the Transform menu. Choose the Random Number Generators option. You should see the following screen: 63 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

64 This system is set to have a Starting Point of This starting point is referred to as a seed. You can set the starting point value prior to each analysis that uses the random numbers. The value must be a positive integer. To create a string of random numbers, which is uniformly distributed between 0 and 1, go to the Transform menu and choose Compute Variable. We will call the new random number variable Group as shown in the screen below. Look at the menu for Function Group. In this menu, select Random Numbers. You will then see a long list appear in the Functions and Special Variables menu. This is a list of distributions that you could use to generate the new random variable Group. This time double click on Rv.Uniform: 64 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

65 Every distribution has parameters that must be specified. For the uniform distribution, the only parameters are the two values between which we want our random numbers to fall. The? s in the expression RV.UNIFORM(?,?) which appears in the Numeric Expression box are asking you to fill in these two values for your random numbers. Change this expression to read RV.UNIFORM(0,1), so the random numbers will be between 0 and 1 (as it did in Excel). Click OK. The new variable Group should appear in your Data View. Here is what a typical result would look like: Remember that your results will vary since this variable was randomly generated. 65 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

66 One of the primary reasons for generating random numbers is to assign observations into statistically independent groups. Using the random numbers, let s assign the 40 observations into 2 groups a test group and a control group. Just like we did in section 1, select Transform>Recode Into Different Variables. Select the new variable Group to be transformed. Click on Old and New Values. Set it up, so that the values between 0 and.5 are put into the Control Group and the values from.5 to 1 are in the Test group: Click on Continue. Give the new variable a name like Assignment and then click OK. 66 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

67 You should see the following on your Data View: Now, you have two groups of randomly assigned employees. This is a very important concept in Statistical Testing. 67 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

68 Because the process of selecting a random sample from a set of data is so common, there is a very straight-forward way to accomplish this in SPSS. Suppose we wish to select a simple random sample of 30 individuals from this dataset. Select Data>Select Cases>Random Sample of Cases>Sample: You could choose to sample a certain percentage of the cases or sample 30 out of the first 40 cases. Do the latter. Click on Continue and then OK. 68 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

69 Your Data view will now look like this: Cases with a slash were not selected in the sample Note there is a new variable in the list filter_$. It assigns the value 1 to those values selected for the random sample and the value 0 to all others. Cases not selected for the sample are now slashed in the first column. Remember that all samples will all differ unless the same seed is used to generate them. At this point, you can execute all of your analysis as before, but only those cases with a filter=1 value will be analyzed. You can go back to all cases by selecting Data>Select Cases>All Cases. 69 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

70 Concept 6: Using SPSS for Confidence Intervals Generating confidence intervals in SPSS is very easy. For example, if we wish to compute a 95% confidence interval for the mean Job Satisfaction rating of all employees, we would go to the Analyze menu and choose Compare Means and then choose One-Sample T Test 3. Once the Job Satisfaction variable has been assigned, select Options and ensure that the CI will be generated at a 95% Confidence: 3 Ttests are very common tests used to determine if two sample means differ significantly or if one sample mean differs from some established value. For more detailed information on Ttests, we suggest Statistical Methods and Data Analysis by Ott and Longnecker. 70 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

71 Click Continue and then OK. You will see the following output: One-Sample Test Test Value = 0 95% Confidence Interval of the Difference t df Sig. (2-tailed) Mean Difference Lower Upper JOBSAT As stated previously in The Basic Concepts Manual, these results would be reported as: Based on a representative sample of 40 employees, we are 95% confident that job satisfaction among all employees is estimated to be between 6.52 and This means that the probability that the true mean job satisfaction of all employees, which is unknown, falls between 6.52 and 7.18 is 95%. It also means that there is a 5% probability that the true mean job satisfaction is outside of this range (< 6.52 or > 7.18). 71 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

72 SPSS Lagniappe What is a Lagniappe? This word derives from New World Spanish la ñapa, the gift. The word came into the Creole dialect of New Orleans and there acquired a French spelling. It is still used in the Gulf States, especially southern Louisiana, to denote a little bonus that a friendly shopkeeper might add to a purchase. Our lagniappe for our readers includes the extra and interesting things that we have learned to do with these software packages that might not be easily found or well known. A little extra information at no extra cost! You may have noticed that in your output screen in SPSS, you have been generating what is called Syntax. For example, when you executed the measurements of central tendency for the quantitative variables, SPSS wrote the following syntax: FREQUENCIES VARIABLES=JOBGRADE PRDCTY SOCREL YRONJOB JOBSAT /FORMAT=NOTABLE /STATISTICS=MEAN MEDIAN /ORDER= ANALYSIS. Did you notice that? Probably not. Most people use SPSS because they don t have to write code to have the software do what they want. However, in the event that you find the point-and-click environment of SPSS too restricting, know that you always have the option to write custom syntax to have SPSS more specifically do what you want. To run syntax in SPSS, select File>New>Syntax. In the blank syntax screen type (or paste) the syntax above. Then select Run>All. You will generate the same output as before! Cool! 72 Developed and maintained by the Center for Statistics and Analytical Services of Kennesaw State University

Excel Reference Manual: A gentle overview

Excel Reference Manual: A gentle overview Excel Reference Manual: A gentle overview Table of Contents 1. Introduction to MS Excel What is Excel 4 Importing Data 5 2. Data Analysis and Statistical Concepts 9 Concept 1 Measurements of Central Tendency

More information

Data exploration with Microsoft Excel: univariate analysis

Data exploration with Microsoft Excel: univariate analysis Data exploration with Microsoft Excel: univariate analysis Contents 1 Introduction... 1 2 Exploring a variable s frequency distribution... 2 3 Calculating measures of central tendency... 16 4 Calculating

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

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

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

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

4. Descriptive Statistics: Measures of Variability and Central Tendency

4. Descriptive Statistics: Measures of Variability and Central Tendency 4. Descriptive Statistics: Measures of Variability and Central Tendency Objectives Calculate descriptive for continuous and categorical data Edit output tables Although measures of central tendency and

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

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

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

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

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

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

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although

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

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

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

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

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

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

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

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

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

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

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

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

SAS Analyst for Windows Tutorial

SAS Analyst for Windows Tutorial Updated: August 2012 Table of Contents Section 1: Introduction... 3 1.1 About this Document... 3 1.2 Introduction to Version 8 of SAS... 3 Section 2: An Overview of SAS V.8 for Windows... 3 2.1 Navigating

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

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

Exploratory data analysis (Chapter 2) Fall 2011

Exploratory data analysis (Chapter 2) Fall 2011 Exploratory data analysis (Chapter 2) Fall 2011 Data Examples Example 1: Survey Data 1 Data collected from a Stat 371 class in Fall 2005 2 They answered questions about their: gender, major, year in school,

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

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

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

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

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

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

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

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

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

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

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

Using Excel for Data Manipulation and Statistical Analysis: How-to s and Cautions

Using Excel for Data Manipulation and Statistical Analysis: How-to s and Cautions 2010 Using Excel for Data Manipulation and Statistical Analysis: How-to s and Cautions This document describes how to perform some basic statistical procedures in Microsoft Excel. Microsoft Excel is spreadsheet

More information

Getting started manual

Getting started manual Getting started manual XLSTAT Getting started manual Addinsoft 1 Table of Contents Install XLSTAT and register a license key... 4 Install XLSTAT on Windows... 4 Verify that your Microsoft Excel is up-to-date...

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

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

4. Are you satisfied with the outcome? Why or why not? Offer a solution and make a new graph (Figure 2).

4. Are you satisfied with the outcome? Why or why not? Offer a solution and make a new graph (Figure 2). Assignment 1 Introduction to Excel and SPSS Graphing and Data Manipulation Part 1 Graphing (worksheet 1) 1. Download the BHM excel data file from the course website. 2. Save it to the desktop as an excel

More information

Getting Started With SPSS

Getting Started With SPSS Getting Started With SPSS To investigate the research questions posed in each section of this site, we ll be using SPSS, an IBM computer software package specifically designed for use in the social sciences.

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

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

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

SPSS Step-by-Step Tutorial: Part 1

SPSS Step-by-Step Tutorial: Part 1 SPSS Step-by-Step Tutorial: Part 1 For SPSS Version 11.5 DataStep Development 2004 Table of Contents 1 SPSS Step-by-Step 5 Introduction 5 Installing the Data 6 Installing files from the Internet 6 Installing

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

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

Data analysis and regression in Stata

Data analysis and regression in Stata Data analysis and regression in Stata This handout shows how the weekly beer sales series might be analyzed with Stata (the software package now used for teaching stats at Kellogg), for purposes of comparing

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

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

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

SPSS INSTRUCTION CHAPTER 1

SPSS INSTRUCTION CHAPTER 1 SPSS INSTRUCTION CHAPTER 1 Performing the data manipulations described in Section 1.4 of the chapter require minimal computations, easily handled with a pencil, sheet of paper, and a calculator. However,

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

IBM SPSS Direct Marketing 23

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

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

Microsoft Excel 2010 Pivot Tables

Microsoft Excel 2010 Pivot Tables Microsoft Excel 2010 Pivot Tables Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Pivot Tables 1.5 hours Topics include data groupings, pivot tables, pivot

More information

Gestation Period as a function of Lifespan

Gestation Period as a function of Lifespan This document will show a number of tricks that can be done in Minitab to make attractive graphs. We work first with the file X:\SOR\24\M\ANIMALS.MTP. This first picture was obtained through Graph Plot.

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

SPSS Workbook 1 Data Entry : Questionnaire Data

SPSS Workbook 1 Data Entry : Questionnaire Data TEESSIDE UNIVERSITY SCHOOL OF HEALTH & SOCIAL CARE SPSS Workbook 1 Data Entry : Questionnaire Data Prepared by: Sylvia Storey s.storey@tees.ac.uk SPSS data entry 1 This workbook is designed to introduce

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

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

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

IBM SPSS Direct Marketing 22

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

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

Excel 2013 - Using Pivot Tables

Excel 2013 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Using Excel for Statistical Analysis

Using Excel for Statistical Analysis 2010 Using Excel for Statistical Analysis Microsoft Excel is spreadsheet software that is used to store information in columns and rows, which can then be organized and/or processed. Excel is a powerful

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

Chapter 3. The Normal Distribution

Chapter 3. The Normal Distribution Chapter 3. The Normal Distribution Topics covered in this chapter: Z-scores Normal Probabilities Normal Percentiles Z-scores Example 3.6: The standard normal table The Problem: What proportion of observations

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

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 william.burton@einstein.yu.edu 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 Calculate counts, means, and standard deviations Produce

More information

S P S S Statistical Package for the Social Sciences

S P S S Statistical Package for the Social Sciences S P S S Statistical Package for the Social Sciences Data Entry Data Management Basic Descriptive Statistics Jamie Lynn Marincic Leanne Hicks Survey, Statistics, and Psychometrics Core Facility (SSP) July

More information

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

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

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

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

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

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

2 Describing, Exploring, and

2 Describing, Exploring, and 2 Describing, Exploring, and Comparing Data This chapter introduces the graphical plotting and summary statistics capabilities of the TI- 83 Plus. First row keys like \ R (67$73/276 are used to obtain

More information

4 Other useful features on the course web page. 5 Accessing SAS

4 Other useful features on the course web page. 5 Accessing SAS 1 Using SAS outside of ITCs Statistical Methods and Computing, 22S:30/105 Instructor: Cowles Lab 1 Jan 31, 2014 You can access SAS from off campus by using the ITC Virtual Desktop Go to https://virtualdesktopuiowaedu

More information

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy University of Wisconsin-Extension Cooperative Extension Madison, Wisconsin PD &E Program Development & Evaluation Using Excel for Analyzing Survey Questionnaires Jennifer Leahy G3658-14 Introduction You

More information

HOW TO COLLECT AND USE DATA IN EXCEL. Brendon Riggs Texas Juvenile Probation Commission Data Coordinators Conference 2008

HOW TO COLLECT AND USE DATA IN EXCEL. Brendon Riggs Texas Juvenile Probation Commission Data Coordinators Conference 2008 HOW TO COLLECT AND USE DATA IN EXCEL Brendon Riggs Texas Juvenile Probation Commission Data Coordinators Conference 2008 Goals To be able to gather and organize information in Excel To be able to perform

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Objectives: 1. To use exploratory data analysis to investigate

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

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

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

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

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

PURPOSE OF GRAPHS YOU ARE ABOUT TO BUILD. To explore for a relationship between the categories of two discrete variables

PURPOSE OF GRAPHS YOU ARE ABOUT TO BUILD. To explore for a relationship between the categories of two discrete variables 3 Stacked Bar Graph PURPOSE OF GRAPHS YOU ARE ABOUT TO BUILD To explore for a relationship between the categories of two discrete variables 3.1 Introduction to the Stacked Bar Graph «As with the simple

More information