Using SPSS Prepared by Pam Schraedley January 2002

Size: px
Start display at page:

Download "Using SPSS Prepared by Pam Schraedley January 2002"

Transcription

1 Using SPSS Prepared by Pam Schraedley January 2002 This document was prepared using SPSS versions 8 and 10 for the PC. Mac versions or other PC versions may look slightly different, but most instructions here should still work. 1

2 Table of contents 1. Getting Started 1.1 Entering data from scratch Defining Variables (SPSS version 8)... 3 Defining Variables (SPSS version 10) Importing data from Excel Getting your data in shape 2.1 Calculating variables The If button Recoding Variables.. 10 Recoding into Same Variables Recoding into Different Variables Special case: Median (or tertile or quartile) splits Select cases Merging files. 14 Adding cases 15 Adding variables Analyzing your data 3.1 Independent Samples t-test Paired t-test Oneway simple ANOVA Chi square contingency test Correlations (simple and partial) Regression ANOVA models and GLM. 30 Repeated Measures Reliability Taking a look at your data 4.1 Checking the numbers. 39 Frequencies. 39 Tables Graphing and plotting.. 42 Scatterplots. 42 Histograms.. 43 Bar charts Output 5.1 Organizing your output Results Coach Using Syntax 6.1 The Paste function Creating a Session Journal For more information

3 1. Getting started 1.1 Entering data from scratch: You will first want to create a template into which to enter data by defining variables. This is done differently in SPSS 8 and SPSS 10, and is the most commonly used feature that differs between the 2 versions. Defining variables (SPSS version 8) Under the Data tab, click Define Variable. Important note about entering data in SPSS: This will bring up the following window: SPSS likes it best when all of the data for one subject are on one line. For doing paired t-tests, repeated measures ANOVAs and complicated ANOVA designs, your life will be easier if you enter your data this way. If you generally have a huge matrix of data for each subject in which this would be prohibitive, maybe SPSS is not the stats package for you. One way to make these huge datasets more palatable is to enter the data into several smaller datasets and then merge the files later. Instructions on how to do this are in section 2.5. Type your variable name into the Variable Name Box (circled in red above). Variable names must have 8 characters or less. Specify the variable Type by clicking on Type (circled in green above). Numeric is the default, but date or string are other common types. If numeric, you can specify the number of decimal places here. Specify whether your variable is scale, ordinal, or nominal (circled in purple above). It has to be scale if you want to do things like add and average it or to do typical statistics like t-tests. Specify labels for your variables by clicking on 3

4 Labels (circled in blue above). I strongly recommend that you do this. Many the grad student has come back to their data a year later and had no idea what boms47 meant. Here is the Labels dialog box: Specify a Variable label (i.e. tell yourself that boms47 is the Brat-o-meter Scale, question #47, hairpulling ). Enter this information in the Variable label box (circled in red). Then specify value labels if appropriate. For example, entering 1 may mean the person responded with I never pull people s hair ; 2 means I pull people s hair occasionally ; 3 means I pull people s hair often etc. In that case, you would enter 1 in the Value box above (circled in green), enter I never pull people s hair into the Value label box (circled in blue), then click Add (red arrow). Your new value label will appear in the box circled in purple. Do that for value=2, 3, and so on until you have all of your values entered. Then click continue to return to the Define variable dialog box. Click OK in the Define Variable dialog box, and that variable will be created. If you want to do a whole slew of similar ones of these (e.g. boms1 - boms50), there may be easier ways. You can do one, and then copy and paste the syntax to create all of your variables. I ll explain how to do this in the Using Syntax section below. Defining variables (SPSS version 10) The good news is that defining variables got much easier in SPSS version 10. At the opening screen, you will see two tabs at the bottom of the grid (circled in red below): You start out in the Data View tab. You can click on the Variable View tab to define variables. 4

5 Once in Variable View, you can enter a variable name in the first column, labeled name. Here, I have entered our old boms47 into the first column, and all of the defaults have filled themselves in: At the red arrow, you can see all of the characteristics of your variable that can be specified, including our old Label (meaning variable label) and Values (meaning value labels). Again, I strongly recommend that you use variable and value labels. If you click in the Label box for your variable, you will see 3 little dots in a box (circled in red below). Clicking on those dots will pop up the Value labels dialog box (circled in green below). You can add value labels using this dialog box in the same way you did in version 8. 5

6 1.2 Importing data from Excel Importing data from Excel is easy. You can type your variable names (again, 8 characters or less) in the first row (see red arrow below) and enter data below that. Once you are done, save the file as a Microsoft Excel 4.0 Worksheet. Most versions of SPSS cannot read anything newer than Excel version 4.0. Excel will prompt you to OK some things (like that you are only saving the active worksheet, not the whole book and that some features may be lost). If you are dealing with ordinary data, this should be fine. When in doubt, save as the current Excel version first as a backup. Once you have your data in Excel 4.0 format, open SPSS. Click on File Open Data (red arrow below) which will open the Open File dialog box. Under files of type choose Excel (*.xls) (green arrow below) to show your Excel 4.0 file. Choose your file (note: it must not be currently open in Excel or you will not be able to open it in SPSS). 6

7 Once you choose the file, the Opening File Options box (right) will pop up. If you put variable names in your Excel file (which I do recommend), make sure the Read variable names box is checked (red arrow right). Then click OK. This will read in your data (green arrow below) and pop up an output window (outlined in red below) that will show a Log that tells you how many variables and how many cases were read in. Check to make sure this is correct. Variable names longer than 8 characters will be truncated. Errors may result from funny characters in your variable names, or duplicates. In that case, SPSS will give some dummy variable name and will report an error in the Log. You should still go in and give Variable and Value labels as before. 7

8 2. Getting your data in shape 2.1 Calculating variables If you have a questionnaire or a scale, and need to combine variables or do any calculations on them, under the Transform tab, click on Compute (circled in red to right). This will pop up the Compute Variable dialog box (below). Type in the name of your new variable in the Target variable box (circled in red below). You can click on the Type&Label button below that to include a Type and label (as you did for your entered variables). Then you create the calculated expression in the Numeric Expression box (where the green arrow is). Here, I have taken the sum of three of our variables and divided by three taking the mean. I sent those variable names over to the Numeric Expression box by highlighting them in the variable list (where the red arrow is) and clicking the arrow button (circled below in green). Then you can use the keypad buttons in the dialog box (or on your keyboard) to include arithmetic operators, parentheses, etc. Instead of adding and then dividing, I could have used the MEAN() function in the function box (blue arrow below). In this case, the same variable could have been created by typing MEAN(boms45, boms46, boms47). This function box also has useful functions like LN() (taking the natural log), MIN() (taking the minimum of the variables in its parentheses) and others. In some cases, you may want to compute a variable one way for one set of subjects and another way for another set. In that case you would use the If button (purple arrow below) to specify the conditions under which you want to compute this variable in the way that you are specifying. I ll describe that below in section 2.2. When you re done and click OK, your new variable will appear at the end of your dataset (i.e. as the last variable). 8

9 2.2 The If button The If button will show up in quite a few dialog boxes, as it does in the Calculate Variable box above. Clicking it yields the If Cases dialog box below. The first thing to do is make sure the Include if case satisfies condition radio button is selected (red arrow below). Then place your condition in the box below that (where the expression is circled in green). Here, I have asked that only cases where id <= 8 be included (circled in green). So only subjects with ID#s less than or equal to 8 will be included. The buttons circled in blue below are the operators you can use to place your conditions. The table to the right are definitions for the operators. Right clicking on them will also give you their definitions. For example, right clicking on ** < Less than = Is equal to > Greater than ~= Is not equal to <= Less than or equal to & AND >= Greater than or equal to OR ~ NOT will tell you that it is the exponential operation. So 5**2 is 5 squared, or 25. So for example, if you wanted to limit cases to females (where sex=1 means female) who were also at least 18 years old, you would enter sex=1 & age >= 18 in the box. Once you are finished with your If condition, clicking Continue will return you to the Compute Variable dialog box, or whatever box you were in prior to clicking the If button. 9

10 2.3 Recoding Variables Once you have your variables in, you may decide that you need to recode. For example, you may need to reverse code certain variables. Clicking on Transform Recode (as below) gives you two options Into Same Variables or Into Different Variables (circled in red below). Recoding into different variables leaves your initial variable intact. Recoding into the same variable does not. For example, let s say that boms46 is a reverse coded item (e.g. 1 is I am a big brat; 2 is I am a medium sized brat; etc.) so 1 becomes 4, 2 becomes 3, and so on. Recoding into Same Variables To the left is the Recode into same variable dialog box. I have clicked boms46 over into the Numeric Variables box to be recoded. You can send over more than one variable at a time if they will need the same recoding operation (e.g. do all of your reverse coded items at once). I will then click the Old and New Values button (circled in red). You will also see our old friend the If button which will let you specify the conditions under which you want to recode. Clicking on Old and New Values (above) brings up the Old and New Values dialog box below. Entering a 2 into the Old Value box (red arrow) and a 3 into the New Value box (green arrow) and then clicking the Add button (circled in red) will make all 2 s in the boms46 column change to 3 s. Once you add them, they will appear in the Old New Box where the 1 4 already 10

11 appears. You can also change a range of numbers using the three Range options (outlined in purple) or change all remaining values to some value. For example, you could recode all other values to system missing by clicking All other values on the left (inside the purple square) and system missing on the right (blue arrow) then clicking Add. Or change missing values to zeros by clicking system missing on the left (above the purple box) and entering zero in the new value box on the right (green arrow) then clicking Add. Don t forget to click Add. (It s easy to forget). When you re done, click Continue to go back to the Recode dialog box. Then click OK. Recoding into Different Variables If instead you want to keep your original variable and just make a new one that recodes the original, use Recode into Different Variables. That dialog box is shown below. In this example, I have clicked boms46 over to the Numeric Variable Output Variable box (circled in red below) and typed boms46r (my new variable name) into the Output Variable Name box (circled in green below). Notice I have also entered a variable label into the Label box (green arrow below). Once you do this, click the Change button (red arrow below) and the question mark in the red circle below will change to boms46r. If you want to do more than one variable at this stage, click over the next variable into the Numeric Variable Output Variable box and repeat this process of typing in the new variable name and label. You have to click the Change button between each Variable that you want to change. Once you are done, click the Old and New 11

12 Special case: Median (or tertile or quartile) splits Values button (circled in blue to left). This will send you to an identical dialog box to that for Recode into Same Variables (above). Follow those instructions to recode your variable(s) then click Continue and OK. Your new variable will be at the end of your dataset. One common form of recoding is to divide your variable values into two groups, split at the median (or into four quartile groups, etc.). To do this in SPSS, there is a secret function in Rank Cases. Click on Transform Rank Cases (circled in red below). This will bring up the Rank Cases dialog box (below). Click over the variable(s) you want to recode (circled in green below) then click the Rank Types button (circled in blue below). You should leave the default of Assign Rank 1 to Smallest Value (red arrow above) unless you want your highest values to be assigned a value of 1 in your new recoded variable. Clicking on Rank Types (circled in blue above) will get you to the Rank Cases: Types dialog box below. 12

13 To do a median split, check the Ntiles box (red arrow to left) then enter 2 in the box (green arrow to left). Entering 3 would give you tertiles, 4 would give you quartiles, etc. You can also do a simple ranking by checking the Rank box (blue arrow to left), but that is not what is needed for the median split, so it is not checked. Click Continue to go back to the Rank Cases dialog box. Clicking on the Ties button (previous page circled in purple) will give you options for how to deal with ties. The default is to give them the mean of the two values, but you can also put ties into the lower or higher category if that is what you need. Once you are done, click OK in the Rank Cases dialog box. This will create a new variable that has the same name as your old variable with an n at the beginning. So in this example, we created nboms45, which takes on the value 1 if boms45 was below the median and 2 if boms45 was above the median. This variable will be placed at the end of your dataset. 2.4 Select Cases If you want, for example, to limit an analysis to only female subjects 18 or older, or to only Time 2 data, you can do that using the Select Cases function in SPSS. Click Data Select Cases (circled in red below). That brings up the Select Cases dialog box. To select a subset of cases based on some condition, click the If condition is satisfied radio button (red arrow below) then click the If button (blue arrow below). The default is that cases that do not meet your condition are merely filtered (I ll show you what that looks like in a minute). But you can also change that so that unselected cases are deleted (see green arrow below). Clicking the If button takes you to our old friend the If dialog box which you already know how to use. Set your condition (e.g. sex=1 & age >= 18, time=2, etc) then click Continue, then OK. Cases will be filtered (or deleted). At this select cases dialog box, you can also take a random sample of cases. When you are done with your specific analysis and want all of your data again (assuming you filtered and did not delete), just go to Data Select Cases again and click the All cases radio button (purple arrow below) then OK. 13

14 When you filter cases, a diagonal line will go through the case number as shown to the right (column indicated by the red arrow) for cases that are being filtered out. That is, for cases that are NOT selected. In this case, I selected cases if boms45 <= 2, so all 3 s and 4 s are filtered. Any analyses I do at this point will not include any subjects who scored a 3 or 4 on boms45. Don t forget to Select all cases again when you are done. Incidentally, this also creates a variable called FILTER_$ in your dataset that takes a value of 1 if the case is selected and 0 if it is filtered out. You can ignore that variable if you like, but sometimes it can be useful. 2.5 Merging Files Sometimes it is easier to enter data into multiple separate data files (Time 1 data and Time 2 data for example, or each questionnaire in a separate data file) to keep file size more manageable. But at some point, you may need to look at data all together that is, you need to merge your data files. There are two ways to merge data files adding cases (or adding subjects) and adding variables. 14

15 Adding cases To add cases to an existing data file, go to Data Merge files Add Cases (circled in red below). That will pop up the Add cases: Read file window shown below. Click on the file that contains the cases you need to add. In this case, that is boms3.sav. Once you choose the data file (boms3 in this case), the Add cases dialog box will come up (to left). The variables with the same variable name are assumed to be paired up and will appear in the new file (in green box). Any variables that do not have the same name will be dropped from the new data file. In this case, however, we can see that ID# was called id in one data file and idnum in the other (circled in red to left). If we want to include those in the new data file, we would click on both id and idnum (which will highlight both of them) and then click the Pair button (red arrow), which will then include id and idnum in the new data file as one variable. When you re done pairing variables, click OK. You will get a new dataset that includes all of the cases from both of your datasets. 15

16 Adding variables Adding variables is a little more tricky. You will need a variable with the same name in both files (for example, id). Before you start, you have to sort BOTH data files in ascending order by that variable, which SPSS calls a key variable. For example, you will see in the case to the right that the variable id (our key variable) is NOT sorted (red arrow to right). Merging to add variables will not work in this case. To sort by id, click on Data Sort Cases (circled in green below). This will pop up the Sort Cases dialog box. As you can see, I have clicked over id into the Sort by box (red arrow below), and it is sorted in ascending order (the default). Once you do this to both data files, you are ready to merge and add variables. Go into one of your data files, and click Data Merge Files Add Variables (circled in red below). This will pop up the Add Variables: Read File window. Choose the (sorted) file that has the additional variables you want to add to your current (sorted) data file. In this case that is boms2 (green arrow below). Click OK. 16

17 This will pop up the Add Variables dialog box to the right. The red arrow shows that one of the id variables is being excluded, while the rest of our variables are in the New working data file (blue box). The key variables box is currently empty (outlined in green). This is NOT what you want this is just how the dialog box pops up by default. You will want to check the Match cases on key variables in sorted files box (green arrow to right) then click on id (red arrow to right) and send the id variable over to the Key Variables box (in green above) using the Red arrow button (circled in red above). Once you have done this, it will look like the dialog box to left. Then click OK. SPSS will warn you once again that your key variables must be sorted. Click OK on that and your new dataset will be formed. You can also exclude extraneous variables at this stage. For 17

18 example, if you calculated a total score from a questionnaire and don t need all of the individual items, you can click on them in the New Working Data File box and send them (using the little arrow button) over to the Excluded Variables box. This is a good way to clean up your dataset so you are only looking at the variables you need. But make sure you keep your original data somewhere so you don t have to re-enter it. 3. Analyzing your data Yay! Your data are all neat and tidy and ready to be analyzed. I have created a dataset called bomsclean.sav to use as an example. It contains: ID#, gender, family (only child vs. firstborn vs. laterborn), age, bomstot (the total score on our Brat-O-Meter Scale, rbomstot (a median split on the bomstot variable), and bomstot2 (another Brat-O-Meter scale taken a week later). You see why labels become important! By the way, these are completely made-up data, so you should not take any results reported here as representing anything other than unconscious biases in random data creation on the part of well, me. 3.1 Independent Samples t-test OK, let s start simple a t-test. Are men more bratty than women? A t-test on bomstot by gender. Go to Analyze Compare Means Independent Samples T-Test (circled in red to right). Note: In SPSS8 this menu is called Statistics, not Analyze, but everything else is the same. This will pop up the Independent Samples T-Test dialog box (to right). Click your dependent measure(s) (here, bomstot red arrow to right) into the Test Variable(s) box. You can do a bunch at once. Send your binary variable (here gender green arrow to right) into the Grouping Variable box. You will see 2 little question marks in parentheses next to your grouping variable. This means you need to define your groups. Click the Define Groups button (blue arrow to right). This will bring up the Define Groups dialog box (below). Simply enter the values of your grouping variable (here 1=female; 2=male circled in red below). You could also specify a cutpoint and do your t-test that way (e.g. 18

19 Here is the t-test output: compare people who scored above 10 compared to below 10 on some scale) by using the cut point radio button (green arrow to left). I tend not to use this option. Click continue and then click OK in the T-test dialog box. The Options button in the T-test dialog box (above) doesn t do much interesting. It does allow you to change the confidence interval alpha of the confidence intervals that the t-test spits out. The default is a 95% confidence interval, which is what most people want. The window to the left above shows an outline of all of your output. I like to rename the tests so I can see what I ve done. For example, I would call this T-test of bomstot by gender (rather than just T-test) I ll show you how to do that later in the output section. You can see that SPSS has spit out the two categories (female and male red arrow above), the N for each group (green arrow above) and the mean for each group (blue arrow above) as well as the standard deviation and the standard error. Woohoo, boys are brattier than girls according to the means, but is it significant? Levine s test for quality of variances (outlined in red above) is not significant, so the variances can be assumed to be equal. In that case, you use the first line of results (in purple above). If the Levine s test had been significant, we would use the lower line of results (in orange above). You can see the t value, degrees of freedom, and p value in the green box above, and the 95% confidence interval for the difference in the blue box. In this case, men and women are not significantly different on the Brat-O-Meter Scale, t(28)=-1.529, p= Paired t-test To do a paired t-test in SPSS, we will use the Time 1 vs. Time 2 bomstot variables. This will test whether people were brattier at the first time point (let s say, right before a visit to see parents) and the second (right after the same visit). Go to Analyze Compare Means Paired Samples 19

20 T-Test (circled in red below). This will pop up the Paired samples t-test dialog box below. Click on the 2 variables that you want to compare (here bomstot and bomstot2 green arrows below) then click the arrow button (circled in blue below). This will pair those two variables. Again, the options button only allows you to change the percentage on your confidence interval, and the default is 95%. This will give you your paired variables in the Paired Variables box (see example to right). You can pair up as many variables as you want and do the t-tests at the same time. This is not a multivariate test it simply save you trouble and does individual t-tests in a batch. Click OK when you re done. You can see from the output (below) that there is a very low correlation between Time 1 and Time 2 (outlined in red). This would indicate that the boms scale has low test-retest reliability. 20

21 You can also see that there is not a significant effect of time (or not a significant difference between Time 1 and Time 2 boms score), t(29)=.499, p=.622 (outlined in green). The blue box, again, shows the confidence interval of the difference. 3.3 Oneway simple ANOVA The oneway ANOVA works pretty much like an independent samples t-test. We ll do an ANOVA to determine whether birth order has an effect on brattiness. Go to Analyze Compare means One-way ANOVA (circled in red below). This will pop up the One-way ANOVA dialog box. You can see I have clicked over birth order into the factor box and bomstot into the Dependent list box (again, you can analyze more than one dependent measure at once). Here, you do get more options. Clicking the Options button (blue arrow below) takes you to the Options dialog box (to right). I generally check the Descriptive box (red arrow to right) to get descriptive statistics of the dependent measures for my groups. You can also check the Homogeneity of variance box (green arrow to right) to check that assumption of the ANOVA. 21

22 You can also click on the Post Hoc button (green arrow to left). Which will bring up the Post Hoc multiple comparisons window below. There are many post-hoc techniques to choose from. Simply check the box or boxes you want. You can change the familywise error rate by changing the value in the significance level box (circled in red below). As for choosing a post-hoc? I generally use Tukey it seems like a good mix of controlling error and not being too conservative (Bonferroni is the most conservative). Clicking on the Contrasts button (red arrow above) will take you to the Contrasts box below. Enter the coefficients for your linear contrast one at a time into the Coefficients box (red arrow below) then click the Add button after each one (green arrow below). In this case, we will compare only children with people who have siblings. So only children get a coefficient of 2 and first and laterborns each get a coefficient of +1. I have already entered the 2 and the first +1. Now the second +1 is in the box. When I click Add it will appear below the other two (blue arrow below). The order of the coefficients is important. For the family variable, 1=only, 2=firstborn, and 3=laterborn, so the first coefficient in the box will go to only children and so forth. You can also check for linear or quadratic (or other polynomial) trends by checking the Polynomial box (purple arrow below) and then choosing linear, quadratic, etc from the pulldown menu beside it. That doesn t make sense for this example, but might make sense if your factor was something like increasing dosages of a medicine. When you are done, click Continue, and then click OK in the ANOVA box. On the next page you will see the results of this analysis. It starts with the descriptive statistics that we selected in the Options window. It gives you the N, mean, standard deviation, etc. (red arrow below), as well as the minimum and maximum scores for each group (green arrow below). The Ns and mins and maxes are good numbers to double check to make sure there are no errors in your 22

23 23

24 dataset (or 99 s that someone entered as a missing value). Next, the Levine s test for homogeneity of variances is not significant (circled in red above) so equal variances can be assumed. Next is a typical ANOVA table (outlined in green above) including SS, df, Mean Squares, F, and p. This analysis is not significant (probably because the data are completely random). Because you do not have a significant main effect, you should stop here, but we will look at the output from the contrasts and post-hocs anyway as a learning exercise. In real life, you do not look at these tests if your main ANOVA is not significant. The blue box above shows the contrast coefficients this is just as a double-check. Next you have the contrast tests. Because Levine s above was not significant, you can use the first row of numbers (assume equal variances). This table includes the contrast value blue arrow above), the t value (purple arrow above), df (orange arrow above), and significance (pink arrow above). In this case, the contrast value was 3.30 and was not significant t(27)=-.774, p=.446. Finally we come to the multiple comparisons. In the blue box above, you can see the mean difference for each pairwise comparison and the significance value. When a difference is significant, the mean difference is starred. The purple box above shows the confidence intervals for the difference these all include zero, confirming that out differences are not significant. 3.4 Chi square contingency test This is the question about SPSS that I have fielded more than any other question. This oft-used test is just not where you would think. As an example, we can examine whether gender is associated with scoring above or below the median on the bomstot variable (using our median split nbomstot). Go to Analyze Descriptive Statistics Crosstabs (circled in red below). Click your two categorical variables into the Row and Column boxes (it doesn t matter which goes into which). Then click the Statistics button (green arrow to right). This will pop up the Crosstabs: Statistics box below. Check the Chi-square box (red arrow below) to perform the Chi-square test on your contingency table. Click Continue, then OK. 24

25 Also notice that the Crosstabs: Statistics box is where you would go to perform a Kappa reliability test (blue arrow above) Kappa is the reliability statistic used when two raters make categorical judgments rather than continuous ratings. Below is the Chi-square test output. First, you ll see a Case Processing Summary (circled in green to left). This will pop up in many of the statistics you do. It s good to check that you have the expected number of cases included and are not missing large portions of data. Next is the crosstab, or contingency table (red arrow to left). Finally the Chisquare test is reported (in blue box to left). The Pearson Chi-square on the first line is the typical test used for data of this sort. Notice that SPSS will warn you if you have expected cell counts lower than 5 (purple arrow to left). This test should not be used in that case. Note that the Chi-square model fit test is under Analyze Nonparametric tests Chi-square. This is a different test one in which you assign expected values to cells and test the goodness of fit of that model The fact that these are called the same thing has tricked many an SPSS user. 3.5 Correlations (simple and partial) Simple correlations are a piece of cake in SPSS. You can do a whole slew of em if you want. Go to Analyze Correlate Bivariate (circled in red below). Click over all of the variables that you want to correlate. In this case, we have age, bomstot and bomstot2 (Time 1 and Time 2 brattiness). SPSS will compute all pairwise correlation. That s it just click OK. 25

26 SPSS will spit out a nice table (see below). Each cell has a correlation coefficient, 2- tailed significance, and N. Each correlation appears twice in the symmetrical table, and there are 1 s (as expected) on the diagonal. Easy as pie. Nothing significant here, as usual. SPSS will also do partial correlations in which you can examine the relationship between two variables controlling for a third. For example, we can look at the effect of age on Time2 brattiness controlling for Time1 brattiness. Go to Analyze Correlate Partial (circled in red below). Send the variables of interest into the Variables box, and the control variable(s) into the Controlling for box and click OK. 26

27 Below you will see the results of this analysis. The (symmetrical) table reports the correlation, degrees of freedom, and the 2-tailed p-value (outlined in green below). You can see that the partial correlation of age and bomstot2, controlling for bomstot, is a whopping Regression The linear regression function in SPSS covers a lot of ground. Go to Analyze Regression Linear (circled in red below). That will pop up the Linear regression dialog box shown below. Enter your dependent measure (here we used bomstot) into the Dependent box (red arrow below). Enter your independent variable(s) (here age) into the Independent(s) box (green arrow below). You can enter more than one independent variable here. Choose a regression method if you are using more than one independent variable using the pulldown menu (blue arrow below). 27

28 Enter is the default and is standard linear regression but you can also use stepwise regression, either forward and backward, enter (and remove) variables in blocks using the Previous and Next buttons, etc. This is a very versatile dialog box. Of more common use are the Statistics, Save, and Options buttons. The Statistics button (outlined in green to left) brings up the Statistics window below. Checking the estimates box (red arrow below) gives you estimated for your regression coefficients (or betas). Checking the Model fit box (green arrow below) gives you an R 2 for the regression model. Checking R squared change will tell you the change in R 2 if each variable (when you have more than one independent variable) is removed. Finally, checking casewise diagnostics (purple arrow below) will give you information on outliers outside a range that you specify (here 2 standard deviations). Clicking the Save button (outlined in purple above) allows you to save residuals of various kinds from your regression in a column in your dataset (outlined in red to left below). This is useful in examining residuals to look for a patterns and in computing corrected means. Finally, clicking the Options button (outlined in orange above) allows you to remove the constant from your regression (forcing it to go through zero) by unchecking the Include constant box (orange arrow to right below). It also gives some options for Stepwise regression. 28

29 To the right is output from a simple but typical SPSS regression analysis. The R and R 2 are reported in the Model summary (red and green arrows to right respectively). An ANOVA table for the regression is also reported (outlined in blue to right). This tells whether your regression model as a whole is predicting a significant amount of variance. Finally the Beta coefficients and t-tests for them are reported in the orange box to right. Here, the only thing that is significant is the Constant (or the intercept). Don t get excited boys and girls, that doesn t help you get published. There are clearly far too many regression options for this guide to explicate all of them, but again, right clicking on most options in SPSS will give you more information. For logistic regression (in which the dependent variable is categorical instead of continuous), use Analyze Regression Binary Logistic (for a two-category DV) or Analyze Regression Multinomial Logistic (for a multi-category DV). Inputs look much the same, except one can use categorical independent variables as well as continuous. Enter all independent variables into the Covariates box, then click the Categorical button which allows 29

30 you to assign some of your covariates as categorical. Output will also include a Chi-square goodness of fit test (to test the goodness of your prediction) and a table of predicted values. A full treatment of logistic regression is beyond the scope of this guide, but it is fairly straightforward to use the SPSS functionality if you read and understand a chapter or so on the statistical test that you are performing. 3.7 ANOVA models and GLM SPSS offers pretty much any kind of ANOVA model you can think of. Let s start with a univariate ANOVA. Actually, the univariate GLM encompasses ANCOVA as well. Go to Analyze General Linear Model Univariate (circled in red to right). Click your dependent measure (continuous) into the Dependent Variable box (outlined in green to right). Click over any fixed factors (ordinary ANOVA factors categorical variables) into the Fixed Factor(s) box (outlined in blue to right). Enter any random effects factors (such as region, classroom, etc check a statistics textbook if you are not sure) into the Random Factor(s) box (outlined in purple to right). Finally enter any continuous predictors, or covariates, into the Covariate(s) box (outlined in orange to right). There is generally some confusion about the meaning of the word covariate. Many people use covariate to mean a variable I don t care about, as in I ll just covary out SES. But in statistical and SPSS terms, a covariate is simply a continuous predictor. You CAN use this method to covary out age in the above example, but you would use the exact same technique if you were interested in the effect of age as well as your factor effects. Whew now we have all of our factors and covariates in place, but there s more. Click on the Model button (red arrow above) to specify anything less than a fully crossed model For example, let s say that we are interested in main effects of gender, birth order, and age, as well as the interaction of gender and age, but no other interactions. We click on model which pops up the Univariate: Model dialog box below to left. Click on the Custom radio button (red arrow below to left) to specify a custom model. You will see that I have already sent over main effects for gender and family and am about to send over the main effect of age (green arrow below to left). Simply click on the effect you want to send over, then click the arrow button (outlined in purple below to left). One the panel below and to the right, you can see I have sent over the 30

31 main effect of age, and also the interaction effect of age by gender (orange arrow below to right). To do this just click on both age and gender, then while both are highlighted, click the arrow button (outlined in purple below to left). Once you have the custom model you want, click Continue. Going all the way back up to the Univariate dialog box on the previous page, clicking on the Contrasts button (green arrow on previous page) allows you to specify contrasts on your factors. Below you will see I have assigned Simple contrasts to the gender variable (red arrow to right). This is actually less than fascinating, because the gender variable only has 2 levels to begin with. But for the family variable, which has three levels, you can use simple (in which each level is compared to either the first or last level), deviation (in which each level except for one is compared to the overall effect of the variable, repeated (in which each level is compared to the one previous to it) Helmert, reverse Helmert (a.k.a. difference), or polynomial contrasts that examine linear and quadratic effects. Highlight the variable for which you want to assign a contrast in the Factors box, choose a type of contrast from the pulldown menu (green arrow to right), then click the Change button (Blue arrow to right). Finally, the Options button in the Univariate window (blue arrow on previous page) allows you to examine multiple comparisons in your factors, request homogeneity tests (green arrow below), etc. Here, we have requested descriptive statistics ed arrow below) and LSD multiple comparisons for the family variable (purple arrow below). By using the pulldown menu (blue arrow below) you can change the comparison technique to Bonferroni or Sidak. This window also allows you to do such things as report observed power, effect size estimates, etc. 31

32 32 Below and on the following page, you will see the output from this large analysis. First, below and to the left, the output simply reports your between subjects factors (red arrow below to left). You can double-check your Ns here. Next, you have the descriptive statistics that you requested in the Options box to left (green arrow below to left). This presents a nice table of means, suitable for later graphing. Next, below to the right, you have the Levene s test for equality of variances (outlined in blue below to right) that you also requested in Options Because this test is not significant, you can assume your equal variance assumption was met. Next you have an ANOVA table (outlined below to right in orange) that reports F, df, p-value etc. for all of the main and interaction effects in your custom model.

33 To the left, you ll see the results of the contrast we requested on the birth order variable. Level 1 (only child) is not different from Level 2 (firstborn) (see red arrow to left) and Level 1 is not different from Level 3 (later born) (see green arrow to left). The overall test results for this contrast indicate it is not useful (see nonsignificant p circled in orange to left). Next, we have the estimate marginal means for birth order controlling for our covariate age (outlined in pink to left). SPSS did also spit out pairwise comparisons for the birth order variable, but that output looks identical to the pairwise comparisons we produced in the simple oneway ANOVA example so we will not go through them in detail here. As you can see, quite a bit of output is generated in response to all of these extra tests. There is, luckily, some help for you with output that we will explore in the Output section of this guide. You can also see that the output and examples get more complicated as the statistics get more complicated. I strongly urge you not to use any statistics in SPSS that you are not quite familiar with. It is very easy to point and click your way to mistaken conclusions, and this guide is not meant to substitute for strong knowledge of the statistics you wish to use. 33

34 Repeated measures To give a full example of the functionality of the Repeated measures GLM, I have added 4 new variables to our dataset. They are: bomsfam1, bomsfam2, bomsfrd1, and bomsfrd2. These assess the family and friend subscales of the BOMS scale at Time 1 and Time2. These will help me to show an example of a fully crossed within-subjects design. To run a repeated measures ANOVA, go to Analyze General Linear Model Repeated Measures (circled in red to right). This will pop up the Repeated Measures: Define Factor(s) dialog box below. Here, you enter each withinsubjects factor in your design (saving your between subjects factors for later). I have already entered the subscale (family vs. friends) factor (pink arrow to right). To enter the time factor (Time 1 vs. Time 2), enter time in the Within-subject factor name box (purple arrow to right) then enter the number of levels for this factor (blue arrow to right) then click Add (green arrow to right). Once you have Added all of your within-=subjects factors, click the Define button (orange arrow to right). This will pop up the Repeated measures dialog box below. Here you can enter your between subjects factors (here, birth order, blue arrow below) and covariates (here, age, orange arrow below). You also need to define your within subjects variables at this point. I have already defined 3 of the four cells needed. You need to look carefully at the order of your crossed variables (see red box to left). Here, subscale is the first number in parentheses and time is the second. So (1,2) would be Family, Time2. We still need to enter the last cell (2,2) (see green arrow to left) by clicking over BOMS Friend scale Time 2. The Model, Contrasts, and Options buttons work the same way as those in the Univariate GLM example above. Once you have specified all of those to your liking, click OK. 34

35 35 To the left is the first page of output from the repeated measures GLM. This output can be very confusing. First you have a table of your withinsubjects factors (reed arrow to left). Next you see your between subjects factor(s) (green arrow to left). Next is a large and scarylooking table of Multivariate tests (orange arrow to left). In most cases, you can actually ignore this table. The multivariate tests are not necessarily the tests you need to look at, although they are often equivalent to the within- and between-subjects tests later. Next, something called Mauchly s test of Sphericity will print out. In this example, there were not sufficient degress of freedom to do this test. If Mauchly s test is significant, you should NOT use the

36 Sphericity Assumed row in your ANOVA table. (red arrow to right). Otherwise, in most cases, you can assume Sphericity. In fact, in most cases, all rows within a cell of this table will look the same. This table also gives information on the error terms for each group of tests most importantly, the MSE for these tests (green arrows to right). Next, SPSS prints out tests of within-subjects contrasts (red arrow on next page). It does this even if you don t request it, and uses linear trend contrasts as a default. These tend not to be useful to most people. You can ignore this table too. Finally, you get to your between subjects effects ANOVA table (purple arrow on next page). You can see that Repeated measures GLM outputs quite a bit of material. You will probably want to tidy this output up a little, which will be demonstrated in the Output section of this guide. You can also see that we have a significant 3-way interaction in these data (subscale*time*family above), thus showing that Type I error will give you a significant result every so often even when nothing is going on. 36

37 3.8 Reliability Another common analysis is to determine alpha reliability either for scale or questionnaire items or among raters or coders. In either case, the items (or people) to be compared must be entered in columns and the subjects or observations must be entered in the rows. If you have your data entered backwards, there is a transpose function in Excel s Paste Special window. In this case, we will use our old BOMS items and determine reliability. Here we will look at boms1-boms10. Go to Analyze Scale Reliability Analysis (circled in red below). This will pop up the Reliability Analysis dialog box below. Click over all of your items or coders (here, bomns1-boms10) into the Items box. Make sure your Model is set to Alpha (orange arrow below). You can also set this Model to split-half or some other forms of reliability. If you like, you can press the Statistics button (outlined in green below). That will take you to a dialog box in which you can do item analysis (e.g. get the alpha with each item of the scale deleted to see if any items are pulling your alpha down, etc.). Otherwise, just press OK to see your alpha. 37

38 Easy as pie you can see the Alpha in the simple output below (red arrow below). Generally an alpha of.7 or higher is considered acceptable. All things being equal, alpha does tend to get higher as more items (or more coders) are introduced. 38

39 4. Taking a look at your data 4.1 Checking the numbers One way to get a simple look at your data is to look at frequencies or tables. Tables can give you an idea of means or medians, etc for your groups. Frequencies can alert you to outliers or data entry errors. Perhaps this section should have come before data analysis, but I can never resist getting a peek at significance levels before I tease myself with means and pretty graphs. I m weird that way. Frequencies Go to Analyze Descriptive Statistics Frequencies (circled in red to right). This will pop up the Frequencies dialog box. Click over the variable(s) you are interested in. Click on the Statistics button (green arrow to right) to get the box below. There you can ask for quartiles, mean, median, mode, and other descriptive measures. You can click on the Charts button (blue arrow to right) to request, for example, a histogram (red arrow below). Finally, the Format button (purple arrow above) allows you to do such things as switch your frequency table order from ascending to descending order by variable values, or to ascending or descending order by frequency count. The next page has a sample frequency output, with a histogram requested using the Charts button as indicated by the red arrow to left. 39

40 The output is fairly straightforward. It gives the observed values of your variable (red arrow to right), the observed frequency (green arrow to right), the percentage of observations with that value (blue arrow to right). The Valid percent column (purple arrow to right) gives the percentages based on only non-missing observations (in this case that is the same). Finally you get the cumulative percent (orange arrow to right). Then you can see the histogram that we requested, clearly showing one outlier. Note: Dealing with outliers and transformations In order to eliminate outliers from analyses, you would use the Select cases function described earlier. If your histogram showed you that you needed to transform your data, you would use the Compute function described earlier to take the square root, inverse, cosine, or whatever transformation is necessary Tables Tables are also a good way to get a quick look at what s going on in your data in preparation for graphing. Go to Analyze Reports Case summaries (circled in red below). Click over the variable you want statistics for in your table (see green arrow below), and click over any grouping variables (see blue arrow below) Here, we will look at means and standard errors for bomstot by birth order. I prefer to uncheck the Display cases box (orange arrow below) because I don t want a frequency table I just want the summaries, but you could leave that checked if you wanted a frequency table at the same time 40

41 Click the Statistics button (outlined in green to left) to choose which statistics will go into the table. Below you can see we have selected mean and standard error of the mean. Click the Options button (outlined in blue to left) if you want to change the title of your table or exclude the Total category in your tables (see red arrow below). Below is sample output from the table we have created. The output shows the means and standard errors for the three groups sorted by birth order (see green arrows to right) as well as for the whole sample (red arrow to right). 41

42 4.2 Graphing and plotting OK, it s pretty picture time. You can use scatterplots to get an idea about the relationship between two variables, histograms to get an idea about the distribution of your variables, and bar charts to help interpret interactions or to show your results to your friends and family (I include grant reviewers in this category). Scatterplots To create a scatterplot, go to Graphs Scatter (circled in red below). This will pop up the Scatterplot dialog box in which you select a style of scatterplot. A simple scatterplot (red arrow below) will serve most people s purposes. Choose your style then click Define. This will pop up the Simple Scatterplot dialog box below. Choose your X and Y axes from your variable list (green arrows below). Click on Titles (outlined in blue below) to add titles to your scatterplot. You will probably not need to click on Click on Options (outlined in orange below). Once you are finished, click OK to get your scatterplot. You can see the very straightforward output to right. 42

43 Histograms We saw one way to create histograms using the Frequencies function in the last section. You can also create them another way. Go to Graphs Histogram (circled in red below). This pops up the histogram dialog box (to left). Click over the variable you want to graph. You can click on the Titles button to add titles. You can check the Display normal curve box (green arrow to left) if you want a normal curve superimposed on your histogram. To right you can see the output from a sample histogram on bomstot2. Bar Charts Bar charts are also fairly easy to create in SPSS. Personally, I tend to create my bar charts in Excel because they are easier to format, and you can add error bars to Excel Bar charts. As far as I know, there is no way to add error bars to SPSS bar charts. This is another of those frequently asked questions. To create a bar chart, go to Graphs Bar (circled in red below). This will pop up the Bar Charts dialog box below. I tend to use clustered bar charts most often (green arrow below) because they help to understand what is going on in an interaction. Choose your bar chart style and then click Define. This will pop up the Define Clustered Bar Charts dialog box below. Select the two grouping variables by which you want to cluster your data (blue arrows below). These would be the two variables that interact on the dependent measure. Then click over the continuous variable that you want to graph into the Variable box (orange arrow 43

44 below). Note that the Other summary function radio button must be clicked in order to create this kind of bar chart. You could, instead, do a bar chart on number of cases, or percentage, using one of the other radio buttons. You can change the summary function from mean (the default) to median or some other function by clicking the Change summary button (purple arrow below). Again, you can add titles by using the Titles button. In this case, I do generally click the Options button and deselect (uncheck) the Display groups defined by missing values checkbox. If you don t do this, you will get an extra group for anyone who is missing values in your dataset and it gets in the way, in my opinion. Once you are done, click OK to see your bar chart. 44

45 And here is your completed bar chart. Line charts and other types of graphs are equally simple to create, so I will leave it to you to play around with the rest of those. 5. Output 5.1 Organizing As we mentioned before, some of these analyses spit out large amounts of output that you don t really need. In addition, a happy day of data analysis can leave you with more tests that you can handle, so keeping things organized is the goal of this section. We have been kind of ignoring the lefthand side of the output window the organizational part. You can see in the output to right that it is hard from the output window to know exactly what analyses were done. The first big help is to rename the tests. Instead of T-test, report WHAT the t-test was on. You can also click on the little minuses to temporarily hide analyses. Finally, you can 45

46 see in the output window above that there are Notes whose icons look like a closed book rather than an open book. These are hidden sections of output. They will remind you exactly what analysis you are looking at, whether a filter was in place, etc. You can unhide these notes (or hide any visible output component) by double clicking on it. To rename a component, do not double click on it. Rather, click on it twice, slowly, to highlight the name so that you can change it. Below you will see a much tidier example of the same output, in which we have hidden the Graph and renamed all of the components Still, if you print out your output, none of these pretty organizational things will show up. So you need to incorporate some organization into the right side of the results window. Double clicking on any element in the results window allows you to edit it. For example, double clicking on the t-test title (red arrow above) will allow you to edit that title to read T-test of bomstot by gender, or whatever is helpful to you. Double clicking on charts and graphs will give you options to change them, add titles, change the axes, etc. Double clicking on output tables will allow you to go in and change numbers, or copy and paste the cells out into Excel or some other program. To add text to your output, click on Insert New Text (circled in red to right). This will allow you to incorporate text notes into your output to help remind you what you did. 5.2 Results Coach Another way to help you plow through mountains of output that may not make sense is to use the Results Coach. Double click on a table or component in your results that you want explained (in this case, we ll use the Tests of between subjects effects in our ANOVA (red arrow below). Then go to Help Results coach (circled in red below). This will pop up a window that helps you understand the results you are seeing. 46

47 47 To the left is the Results Coach. Simply hit the Next button (green arrow to left) to cycle through the information given by the coach. This is a very helpful feature.

48 6. Using syntax There are two simple ways to start using syntax. Either you can save a specific analysis by using the Paste function, or you can log your entire session in a Session Journal. 6.1 The Paste function All of the functions that you can use in SPSS to compute variables, do statistics, and create graphs have a little button near the Cancel and OK buttons called Paste. Here is an example from the Univariate ANOVA case (red arrow below). Hitting the Paste instead of the OK button will paste the syntax associated with the action you are about to perform into a syntax window (which will pop up automatically). Below you will see the syntax associated with this analysis. To run this syntax, highlight the part you wish to run (all of it in this case) and then hit the Arrow button (orange arrow below). If you do this each time you are about to run an analysis, you will have a record of the statistics you have done. You can go in and edit just as you would text if you make a mistake. You can also copy and paste and then just make small adjustments in the pasted syntax if, for example, you need to do something very similar many times. Once you have a syntax file you are happy with, just save it using the File menu as you would any other file. 6.2 Creating a Session Journal Actually, SPSS has been creating a session journal, a kind of log file, every time you use SPSS. But it has been putting it in a temporary directory and probably overwriting it. Go to Edit Options (circled in red below). In the Options window, go to the General Tab (it will probably come up by default). Outlined below in green, you will see the Session Journal Options. If the box for Record syntax in journal is not checked, check it. You will see that right now, my syntax has been recorded in C:\WINNT\TEMP\spss.jnl. You can click the Browse button in the green box to choose a file or directory that you d like to save your syntax into. Decide whether you want to append the files each time or overwrite it each time you begin a new session. Then click OK to have this Option take effect. This will save all of the syntax for your entire session into a 48

49 file that you choose. You can then go in and highlight parts to run them again at a later time, or else simply keep the syntax as a record of your analyses. 7. For more information For more information, the SPSS manuals that came with your software are good references. They are not so hot at getting you started using SPSS, which is why I created this guide, but once you know what you re doing, they can help you with specific questions. Even easier, though, are the help files included with SPSS. Right clicking on most things will give you an option to choose What s this? or may simply pop up an explanation. If those don t work, the Help Topics will bring up a window that has Contents, as well as an Index and a Find Tab that can help you to find more information on specific kinds of analyses. Finally, you can contact technical support assuming you are using a licensed copy of SPSS. Go to whoever handled the licensing and ask for the tech support number, or else seek out the technical support person in your organization. If you have any questions about this guide, please me at pam@psych.stanford.edu. 49

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

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

Chapter 5 Analysis of variance SPSS Analysis of variance

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

More information

SPSS Tests for Versions 9 to 13

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

More information

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

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

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

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

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

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

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

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

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

More information

Data Analysis in SPSS. February 21, 2004. If you wish to cite the contents of this document, the APA reference for them would be

Data Analysis in SPSS. February 21, 2004. If you wish to cite the contents of this document, the APA reference for them would be Data Analysis in SPSS Jamie DeCoster Department of Psychology University of Alabama 348 Gordon Palmer Hall Box 870348 Tuscaloosa, AL 35487-0348 Heather Claypool Department of Psychology Miami University

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

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

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

More information

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

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

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

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

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

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

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

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

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

More information

Simple Linear Regression, Scatterplots, and Bivariate Correlation

Simple Linear Regression, Scatterplots, and Bivariate Correlation 1 Simple Linear Regression, Scatterplots, and Bivariate Correlation This section covers procedures for testing the association between two continuous variables using the SPSS Regression and Correlate analyses.

More information

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

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

More information

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

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

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

Simple Predictive Analytics Curtis Seare

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

More information

Main Effects and Interactions

Main Effects and Interactions Main Effects & Interactions page 1 Main Effects and Interactions So far, we ve talked about studies in which there is just one independent variable, such as violence of television program. You might randomly

More information

Projects Involving Statistics (& SPSS)

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

More information

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

Analysing Questionnaires using Minitab (for SPSS queries contact -) Graham.Currell@uwe.ac.uk

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

More information

Simple Tricks for Using SPSS for Windows

Simple Tricks for Using SPSS for Windows Simple Tricks for Using SPSS for Windows Chapter 14. Follow-up Tests for the Two-Way Factorial ANOVA The Interaction is Not Significant If you have performed a two-way ANOVA using the General Linear Model,

More information

Chapter Seven. Multiple regression An introduction to multiple regression Performing a multiple regression on SPSS

Chapter Seven. Multiple regression An introduction to multiple regression Performing a multiple regression on SPSS Chapter Seven Multiple regression An introduction to multiple regression Performing a multiple regression on SPSS Section : An introduction to multiple regression WHAT IS MULTIPLE REGRESSION? Multiple

More information

SPSS Resources. 1. See website (readings) for SPSS tutorial & Stats handout

SPSS Resources. 1. See website (readings) for SPSS tutorial & Stats handout Analyzing Data SPSS Resources 1. See website (readings) for SPSS tutorial & Stats handout Don t have your own copy of SPSS? 1. Use the libraries to analyze your data 2. Download a trial version of SPSS

More information

Linear Models in STATA and ANOVA

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

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

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

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HOD 2990 10 November 2010 Lecture Background This is a lightning speed summary of introductory statistical methods for senior undergraduate

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

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can.

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can. SAS Enterprise Guide for Educational Researchers: Data Import to Publication without Programming AnnMaria De Mars, University of Southern California, Los Angeles, CA ABSTRACT In this workshop, participants

More information

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

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

More information

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

INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA)

INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA) INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA) As with other parametric statistics, we begin the one-way ANOVA with a test of the underlying assumptions. Our first assumption is the assumption of

More information

5. Correlation. Open HeightWeight.sav. Take a moment to review the data file.

5. Correlation. Open HeightWeight.sav. Take a moment to review the data file. 5. Correlation Objectives Calculate correlations Calculate correlations for subgroups using split file Create scatterplots with lines of best fit for subgroups and multiple correlations Correlation The

More information

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS DATABASE MARKETING Fall 2015, max 24 credits Dead line 15.10. ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS PART A Gains chart with excel Prepare a gains chart from the data in \\work\courses\e\27\e20100\ass4b.xls.

More information

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

More information

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

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

Working with SPSS. A Step-by-Step Guide For Prof PJ s ComS 171 students

Working with SPSS. A Step-by-Step Guide For Prof PJ s ComS 171 students Working with SPSS A Step-by-Step Guide For Prof PJ s ComS 171 students Contents Prep the Excel file for SPSS... 2 Prep the Excel file for the online survey:... 2 Make a master file... 2 Clean the data

More information

TI-Inspire manual 1. Instructions. Ti-Inspire for statistics. General Introduction

TI-Inspire manual 1. Instructions. Ti-Inspire for statistics. General Introduction TI-Inspire manual 1 General Introduction Instructions Ti-Inspire for statistics TI-Inspire manual 2 TI-Inspire manual 3 Press the On, Off button to go to Home page TI-Inspire manual 4 Use the to navigate

More information

Post-hoc comparisons & two-way analysis of variance. Two-way ANOVA, II. Post-hoc testing for main effects. Post-hoc testing 9.

Post-hoc comparisons & two-way analysis of variance. Two-way ANOVA, II. Post-hoc testing for main effects. Post-hoc testing 9. Two-way ANOVA, II Post-hoc comparisons & two-way analysis of variance 9.7 4/9/4 Post-hoc testing As before, you can perform post-hoc tests whenever there s a significant F But don t bother if it s a main

More information

Mixed 2 x 3 ANOVA. Notes

Mixed 2 x 3 ANOVA. Notes Mixed 2 x 3 ANOVA This section explains how to perform an ANOVA when one of the variables takes the form of repeated measures and the other variable is between-subjects that is, independent groups of participants

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

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

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

More information

10. Comparing Means Using Repeated Measures ANOVA

10. Comparing Means Using Repeated Measures ANOVA 10. Comparing Means Using Repeated Measures ANOVA Objectives Calculate repeated measures ANOVAs Calculate effect size Conduct multiple comparisons Graphically illustrate mean differences Repeated measures

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

UNDERSTANDING THE TWO-WAY ANOVA

UNDERSTANDING THE TWO-WAY ANOVA UNDERSTANDING THE e have seen how the one-way ANOVA can be used to compare two or more sample means in studies involving a single independent variable. This can be extended to two independent variables

More information

2: Entering Data. Open SPSS and follow along as your read this description.

2: Entering Data. Open SPSS and follow along as your read this description. 2: Entering Data Objectives Understand the logic of data files Create data files and enter data Insert cases and variables Merge data files Read data into SPSS from other sources The Logic of Data Files

More information

Moderation. Moderation

Moderation. Moderation Stats - Moderation Moderation A moderator is a variable that specifies conditions under which a given predictor is related to an outcome. The moderator explains when a DV and IV are related. Moderation

More information

Chapter 13. Chi-Square. Crosstabs and Nonparametric Tests. Specifically, we demonstrate procedures for running two separate

Chapter 13. Chi-Square. Crosstabs and Nonparametric Tests. Specifically, we demonstrate procedures for running two separate 1 Chapter 13 Chi-Square This section covers the steps for running and interpreting chi-square analyses using the SPSS Crosstabs and Nonparametric Tests. Specifically, we demonstrate procedures for running

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

EPS 625 INTERMEDIATE STATISTICS FRIEDMAN TEST

EPS 625 INTERMEDIATE STATISTICS FRIEDMAN TEST EPS 625 INTERMEDIATE STATISTICS The Friedman test is an extension of the Wilcoxon test. The Wilcoxon test can be applied to repeated-measures data if participants are assessed on two occasions or conditions

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

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

Stepwise Regression. Chapter 311. Introduction. Variable Selection Procedures. Forward (Step-Up) Selection

Stepwise Regression. Chapter 311. Introduction. Variable Selection Procedures. Forward (Step-Up) Selection Chapter 311 Introduction Often, theory and experience give only general direction as to which of a pool of candidate variables (including transformed variables) should be included in the regression model.

More information

Multivariate Analysis of Variance (MANOVA)

Multivariate Analysis of Variance (MANOVA) Chapter 415 Multivariate Analysis of Variance (MANOVA) Introduction Multivariate analysis of variance (MANOVA) is an extension of common analysis of variance (ANOVA). In ANOVA, differences among various

More information

SPSS Notes (SPSS version 15.0)

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

More information

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

Data Preparation in SPSS

Data Preparation in SPSS Data Preparation in SPSS Jamie DeCoster Center for Advanced Study of Teaching and Learning University of Virginia 350 Old Ivy Way Charlottesville, VA 22903 August 15, 2012 If you wish to cite the contents

More information

How to Make APA Format Tables Using Microsoft Word

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

More information

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

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

SPSS Step-by-Step Tutorial: Part 2

SPSS Step-by-Step Tutorial: Part 2 SPSS Step-by-Step Tutorial: Part 2 For SPSS Version 11.5 DataStep Development 2004 1 Transformations and recoding revisited 5 Introduction 5 Value labels 5 SPSS Tutorial and Help 6 Using online help 6

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

TIPS FOR DOING STATISTICS IN EXCEL

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

More information

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

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

Chapter 15. Mixed Models. 15.1 Overview. A flexible approach to correlated data.

Chapter 15. Mixed Models. 15.1 Overview. A flexible approach to correlated data. Chapter 15 Mixed Models A flexible approach to correlated data. 15.1 Overview Correlated data arise frequently in statistical analyses. This may be due to grouping of subjects, e.g., students within classrooms,

More information

Analysis of Data. Organizing Data Files in SPSS. Descriptive Statistics

Analysis of Data. Organizing Data Files in SPSS. Descriptive Statistics Analysis of Data Claudia J. Stanny PSY 67 Research Design Organizing Data Files in SPSS All data for one subject entered on the same line Identification data Between-subjects manipulations: variable to

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

SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard

SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard p. 1 SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard The following tutorial is a guide to some basic procedures in SPSS that will be useful as you complete your data assignments for PPA 722. The purpose

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

Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures

Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures Jamie DeCoster Department of Psychology University of Alabama 348 Gordon Palmer Hall Box 870348 Tuscaloosa, AL 35487-0348 Phone:

More information

Introduction to Quantitative Methods

Introduction to Quantitative Methods Introduction to Quantitative Methods October 15, 2009 Contents 1 Definition of Key Terms 2 2 Descriptive Statistics 3 2.1 Frequency Tables......................... 4 2.2 Measures of Central Tendencies.................

More information

The Statistics Tutor s Quick Guide to

The Statistics Tutor s Quick Guide to statstutor community project encouraging academics to share statistics support resources All stcp resources are released under a Creative Commons licence The Statistics Tutor s Quick Guide to Stcp-marshallowen-7

More information

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management Using Excel as a Management Reporting Tool with your Minotaur Data with Judith Kirkness These instruction sheets will help you learn: 1. How to export reports from Minotaur to Excel (these instructions

More information

This chapter reviews the general issues involving data analysis and introduces

This chapter reviews the general issues involving data analysis and introduces Research Skills for Psychology Majors: Everything You Need to Know to Get Started Data Preparation With SPSS This chapter reviews the general issues involving data analysis and introduces SPSS, the Statistical

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

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

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010 Excel 2007/2010 for Researchers Jamie DeCoster Institute for Social Science Research University of Alabama September 7, 2010 I d like to thank Joe Chandler for comments made on an earlier version of these

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

A Framework for Analyses with Numeric and Categorical Dependent Variables. An Exercise in Using GLM. Analyses with Categorical Dependent Variables

A Framework for Analyses with Numeric and Categorical Dependent Variables. An Exercise in Using GLM. Analyses with Categorical Dependent Variables -1- A Framework for Analyses with Numeric and Categorical Dependent Variables An Exercise in Using GLM Analyses with Categorical Dependent Variables 100 90 80 23 70 60 50 Salary in 1000s of $ 40 30 20

More information

IBM SPSS Missing Values 22

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

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

SPSS and AM statistical software example.

SPSS and AM statistical software example. A detailed example of statistical analysis using the NELS:88 data file and ECB, to perform a longitudinal analysis of 1988 8 th graders in the year 2000: SPSS and AM statistical software example. Overall

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