DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS

Size: px
Start display at page:

Download "DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS"

Transcription

1 DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS Using SPSS Session 2 Topics addressed today: 1. Recoding data missing values, collapsing categories 2. Making a simple scale 3. Standardisation 4. Crosstabulations 5. Correlations 6. Comparing means 7. Selecting cases Accessing data from CMR Download the data3.sav file. Recoding and creating variables Missing values In the data we are using today, missing values are coded to negative values (usually -9 to -1). There are a number of reasons why some data may be missing nonresponse, proxy interviews and the particular question is not applicable to that respondent (i.e. asking marital status to someone under 16 years of age). Unless we are interested in analysing the missing data for non-response patterns, they are usually recoded to be system missing. This tells SPSS that there is no data for that variable for that particular respondent. Not all datasets are as systematically coded as this. Check your data very carefully to determine which values should be treated as missing. Before starting your analysis, change the output settings (Edit Options Output labels and change all options to either names and labels or values and labels). To see the recode work, run a Frequencies procedure on the variable ghqa (ghq: concentration). Note that there is one case for -9 missing or wild and 5 cases for -7 proxy respondent. Also look at the actual data in the Data View window and find a case with negative values. GHQA ghq: concentration Valid -9 missing or wild -7 proxy respondent 1 better thn usual 2 same as usual 3 less than usual 4 much less thn usual Total Cumulative Frequency Percent Valid Percent Percent

2 To code all values that are between -9 and -1 to system missing, choose the pull down menu Transform Recode Into Same Variables (Note: you must be in Data View or Variable View as the Transform pull down menu is not available in the Output window) Put all variables into the Variables box (similar to the Frequencies procedure) Click on Old and New Values In the new window In the Old Value details on the left of the window, choose the Range toggle and enter the values -9 and -1 In the New Value details on the right of the window, choose the Systemmissing toggle Then click on Add, and -9 thru -1 SYSMIS will be seen in the Old New box Click on Continue In the original window Click on OK Rerun the Frequencies procedure on the ghqa variable and note that the summary and the frequency table have changed to omit the 6 cases with missing data. Also, look again at your case(s) that previously had negative values and now there should be a. in the cell. Frequencies Statistics GHQA ghq: concentration N Valid Missing GHQA ghq: concentration Valid Missing Total 1 better thn usual 2 same as usual 3 less than usual 4 much less thn usual Total System Cumulative Frequency Percent Valid Percent Percent Collapsing a variable into groups For some analyses you may wish to divide the sample into groups according to respondents scores on some variable (e.g. to give low, medium, and high scoring groups). This requires a number of steps. To illustrate this process, we will break the continuous variable age into three groups with ages: youngest to 35, 36 to 55, and 56 to oldest. How can you find the youngest and oldest? The procedure is similar to that for missing values, but this time create new variables so the original ones are not lost. 2

3 Choose the pull down menu Transform Recode Into Different Variables Put the variable age into the Variables box The text age? appears in the box. This is the reminder to now enter the name of the new variable. In this case the name of the new variable is agecat. Type this in the Output variable Name box and label the variable age categories. Click on Change Click on Old and New Values In the new window In the Old Value details on the left of the window, choose the Range toggle and enter the values 16 and 35 In the New Value details on the right of the window, enter 1 Then click on Add, and 16 thru 35 1 will be seen in the Old New box Repeat the procedure for the other two age groups Click on Continue In the original window Click on OK Produce a frequency table for the variable agecat. Making a scale When you have several variables that can be combined into a measurement that assesses a more general concept, one technique of manipulating your data to carry out such a task is to create a scale. In our data there are 12 items (questions) from the General Health Questionnaire (GHQ). Remember last week I included the scale variable in the data. This week, you are going to construct the scale yourself. Look at your earlier output of the variable ghqa and you can see that the items are coded with four possible responses from 1 to 4 with higher scores indicating poorer mental health. The scale score of the GHQ is an additive scale derived by simply adding the scores from all 12 items together which will create a scale with a minimum value of 12 and a maximum value of 48. Why? To make the scale use the pull down menu Transform Compute In the Target Variable box type: ghqscale In the Numeric Expression box type: ghqa+ghqb+ghqc.+ghql ( include all 12 items) Run a Descriptives procedure to check the new variable. What is the minimum value, maximum value and mean? Why are there only 249 case with a scale score? You can label your new variable in the Variable View window. Collapsing a variable into (almost) equal groups Before we can divide up the GHQ scale scores into groups, we first need to inspect the distribution of scores determine the cut off points that will be used to divide the sample into 4 (almost) equally sized groups. We will then create a new variable (ghqcat) which will have four different values (1, 2, 3, and 4). 3

4 To determine the cut-off points, use the pull down menu for the Frequencies procedure: Analyze Descriptive Statistics Frequencies Select the ghqscale variable. Transfer it into the Variables box. Click on the Statistics button at the bottom of the screen. Click on Cut points for equal groups Put the number of groups you want in the box. (In this case, four). Click on Continue Back in the original Frequencies window, you can untoggle the Display frequency tables which will stop the long frequency table being displayed or leave it on if you wish! In the output from this procedure look for the headings labelled Percentiles. As you requested four equal groups, there will be THREE values: one for the 25 th, 50 th and 75 th percentile respectively. The values listed here will be used in the next step which involves creating a new variable which will have four values. The group with a new value of 1 will include any case with a score from 14 (check Descriptives output) to 19, the next (2) will contain scores from 20 to 21, the next (3) will contain scores from 22 to 25, and the highest group (4) will have scores of 26 to 40. Create the new variable (ghqcat) using the same procedure as you used to collapse age into groups above. (Don t forget to remove previous commands in the boxes). Do a frequency distribution of your new variable. (Don t forget to retoggle the display command). Why do the four categories have different numbers of cases? Standardisation of variables Sometimes it is useful to transform continuous variables into standardised variables. Standardising a variable transforms the raw scores into Z scores. Z scores are simply standard deviations of the original variable. Therefore, the new variable has a mean of zero and a standard deviation of one in a similar way to the standard normal curve. Can you find the way to do this using the Descriptives procedure? Standardise the ghqscale variable. How does SPSS tell you this is a standardised variable? Compare the results from the Descriptives procedure for the original and new variables. What is the relationship between the standard deviation of the original variable and the maximum value of the new variable? 4

5 Measures of Association Measures of association is a generic term for numerous statistics. There are too many to cover in this course so five have been chosen that cover common usage. The table below summarises the statistics and when they are to be used. dichotomous dichotomous nominal ordinal interval phi () nominal chi-squared chi-squared (2) (2) ordinal chi-squared chi-squared Spearman s (2) (2) rho () interval eta ()* eta ()* Spearman s rho () Pearson s r * providing the interval variable is dependent. Also see Comparing means. There are two main ways of obtaining these statistics crosstabulation and correlation. Crosstabulation (Crosstabs) Crosstabulations are the simplest way to determine a statistical association (measure of association) between two variables and work best with categorical variables. A crosstabulation is simply the number of cases in a category of one variable divided into the categories of another variable. The Crosstabs procedure produces a table that compares data groups from two different categorical variables. Using this table, we can ask SPSS to calculate statistics that give a measure of their association. (Remember your lesson on causality). Before beginning the Crosstabs procedure, take a few moments to think about your variables: specifically, the number of categories of each and the type of variable. These factors will impact the look of the table and the resulting statistics. Have at least 5 cases in each cell of the table. Keep the number of categories to a minimum. The table becomes unwieldy if it has too many categories. For a tall table, the variable with more categories should be in the rows section. For a wide table, the variable with more categories should be in the columns section. To create a crosstab, use the pull down menu Analyze Descriptive Statistics Crosstabs In the Crosstabs, select the variable(s) to include in your analysis Move the selected variables to the Row or Column box as appropriate In this example the variables sex and disabled are used to create a crosstab. It is convention to put the dependent variable (outcome), if clearly there is one, in the columns. While the actual counts in the cells tell us something of the distributions, most people find adding percentages more intuitive. If the outcome is in the columns, it is usual to add row percentages (i.e. the percentages add to 100% in each row) 5

6 and then the percentages are compared across the rows of the categories of the independent variable (factor) of choice. Percent across, compare down. Crosstabs Case Processing Summary SEX sex * DSBL registered disabled Cases Valid Missing Total N Percent N Percent N Percent % 2.8% % SEX sex * DSBL registered disabled Crosstabulation SEX sex Total 1 male 2 female Count % within SEX sex Count % within SEX sex Count % within SEX sex DSBL registered disabled 1 yes 2 no Total % 93.6% 100.0% % 97.9% 100.0% % 96.1% 100.0% In this example, 6.4% of men are registered disabled while 2.1% of women are registered disabled. Can you find how SPSS will calculate the statistics for a crosstab? Produce crosstabs and appropriate statistics for: o Sex / disabled o Marital status / smoker o Education / smoker o Social class / disabled Are there any problems with these tables? Correlation Correlations are used to describe the strength and direction of the linear relationship between two variables normally ordinal or interval. There are a number of different statistics available from SPSS, depending on the level of measurement, but we will use Spearman s rho when one of the variables is ordinal and Pearson s r when both are interval. (Pearson s r is robust to use for ordinal variables with more than 5 categories and a reasonably large N in the sample.) Spearman s rho is used as a measure of association between two ordinal level variables or between one ordinal and one interval level variables. Pearson s r (aka product-moment coefficient) is designed for interval level (continuous) variables. Pearson s r can only take on values from 1 to +1. The sign on the front indicates whether there is a positive correlation (as one variable increases, so too does the other) or a negative correlation (as one variable increases, the other decreases). The size of the absolute values (ignoring the sign) provides an indication of the strength of the relationship. A perfect correlation of 1 or +1 means that the value of one variable can be determined exactly by knowing the 6

7 value of the other variable. On the other hand a correlation of zero indicates no relationship between the two variables. Both Spearman s rho and Pearson s r procedures are accessed via the pull down menu Analyze Correlate Bivariate Put the variables you are interested in, in the Variables box Toggle the Correlation Coefficients options you want Produce appropriate correlation coefficients for: o Education / social class o Education / GHQ scale o Age / GHQ scale o Social class / GHQ scale Some guidelines on the strength of the association: r = ± 0.10 to ± 0.29 weak r = ± 0.30 to ± 0.49 moderate r = ± 0.50 to ± 1.0 strong Partial correlations SPSS will calculate two types of correlation for you. First, it will give you a simple bivariate correlation (just two variables as above), also known as a zero order correlation. SPSS will also allow you to explore the relationship between two (interval level) variables, while controlling for another variable. This is known as partial correlation. Try to produce the partial correlation of education and social class controlling for age. Is the partial correlation smaller or larger than the bivariate correlation? Eta and comparing means For the sake of completeness, the statistic eta was included in the table of measures of association. The statistic can be generated by SPSS under the Crosstabs procedure. However, usually when the interest is in differences in a continuous variable by categories of a nominal variable a difference of means test is used. Eta does have one advantage in that it does not assume linearity in the continuous variable. To compare means between two groups we use a t-test. For three or more groups, ANOVA (ANalysis Of VAriance) is appropriate but not covered in this lesson. T-tests There are a number of different types of t-tests available in SPSS. The one we will discuss is the independent samples t-test, used when you want to compare the mean scores of two different groups of people or conditions. Independent samples t-test. For example, a research question may be: Is there a significant difference in the mean GHQ score between men and women? Let s see: Analyze Compare Means Independent Samples T-Test Move the dependent (continuous) variable (ghqscale) into the Test Variable box Move the independent (categorical) variable (sex) into the Grouping Variable box Click on Define Groups and type in the numbers used in the data set to code each group - in the data file men = 1, women = 2, therefore in the Group 1 box, type 1 and in the Group 2 box type 2 7

8 T-Test GHQSCALE SEX sex 1 male 2 female Group Statistics Std. Error N Mean Std. Deviation Mean Independent Samples Test GHQSCALE Equal variances assumed Equal variances not assumed Levene's Test for Equality of Variances F Sig. t df Sig. (2-tailed) t-test for Equality of Means Mean Difference 95% Confidence Interval of the Std. Error Difference Difference Lower Upper Interpretation of the output In the Group Statistics box, SPSS gives you the mean and sd for each of your groups. It also gives you the number of people in each group. Always check these values first. Do they seem right? The first section of Independent Samples Test output box gives you the results of Levene s test for equality of variances. This tests whether the variance of the scores for the two groups is the same. The outcome of this test determines which of the t-values that SPSS provides is the correct one to use. If the significance level (Sig.) of the Levene s test is larger than.05 (e.g..07,.10), you should use the t-test in the first line in the table, which refers to Equal variances assumed. If it is P=.05 or less (e.g..01,.001), this means that the variances for the two groups are not the same. Therefore your data violates the assumption of equal variance. SPSS provides you with an alternative t-value which compensates for the fact that your variances are not the same. You should use the information in the second line of the t-test table that refers to Equal variances not assumed. If the value in the Sig (2-tailed) column is equal or less than.05, then there is a significant difference in the mean scores on your dependent variable for each of the two groups. If the value is above.05, there is no significant difference between the two groups as in this case. 8

9 See if there is a difference in the mean value on the ghqscale variable between those who are married and those who are divorced. (Hint: adjust the Define Groups boxes.) Paired samples t-test There is another common t-test: the paired samples t-test, used when you want to compare the mean scores on the same group of people on two different occasions, or you have matched pairs. If you wish to see how this works, download data4.sav and have a go at looking at the two GHQ scores. You can this to the end of the session if you wish! Paired t-tests (also referred to as repeated measures) are used when you have only one group of people and you collect data from them on two different occasions, or under two different conditions. Pre-test and post-test experimental designs are an example of the type of situation where this technique is appropriate. You assess each person on some continuous measure at Time 1 and then at Time 2, after exposing them to some experimental manipulation or intervention. This approach is also used when you have matched pairs of subjects (that is, each person is matched with another on specific criteria such as age, sex etc.). One of the pair is exposed to Intervention 1 and the other is exposed to Intervention 2. Scores on a continuous measure are then compared for each pair. Paired sample t-tests can also be used when you measure the same person in terms of her response on two different questions. In this case, both dimensions should be rated on the same scale. A word on null hypotheses Hypotheses are in the form of either a substantive hypothesis, which, as has been pointed out, represents the predictive association between variables, or a null hypothesis, which is a statistical artifice and always predicts the absence of a relationship between the variables. Hypothesis testing is based on the logic that the substantive hypothesis is tested by assuming that the null hypothesis is true. Testing the null hypothesis involves calculating how likely (the probability) the results were to have occurred is there really was no differences. Thus the onus of proof rests with the substantive hypothesis that there is a change or difference. The null hypothesis is compared with the research observations and statistical tests are used to estimate the probability of the observations occurring by chance (Bowling, 2002 p.169). Which brings us to P values.. All the statistics we have calculated (phi, chi-squared etc) are tested to determine if they are statistically significant. This is usually done by comparing their value to point on an appropriate distribution determined by the statistic and the degrees of freedom. For example, the t distribution is a family of curves (in the same way as the normal curve is) and the shape of the curve is determined by the degrees of freedom. The value of the statistic is plotted (by SPSS!) against the relevant curve to determine the P value for that statistic. The most commonly used P value is below 0.05 (or 5%). This means that there is less than 5% chance of a false positive result. So, in the case of the independent t-test example above, we test the null hypothesis that there is no difference between the mean GHQ scores for men and women. From the output we see that the t statistic is with a P value of As we are looking for evidence to reject the null hypothesis we are looking for a P value of 0.05 or less. In this case the P value is well above 0.05 and so we have to accept the null hypothesis of no difference. 9

10 Selecting cases If you are interested in restricting your analysis to a certain group in the sample then you can select those cases before running your statistical procedures. For example, if you wanted the crosstabulation of marital status by disabled for women only then you can select women using the sex variable before running the Crosstab procedure. To select women: Make sure you have the Data window open From the pull down menu Data Select Cases (Note: the Data pull down menu not available in Output window) Toggle If condition is satisfied Click If In new window Type (or click) sex=2 in top box Note toggle for cases filtered or deleted. Make sure filtered as they can be unselected. Deleted cases cannot be unselected. Click Continue In original window Run Crosstab for marital status and disabled To unselect: Make sure you have the Data window open From the pull down menu Data Select Cases (Note: the Data pull down menu not available in Output window) Toggle All cases Splitting the file Sometimes when doing research you may want to compare the strength of the relationships for two separate groups. For example, you might have reason to believe that the correlation between education and GHQ might be different for men compared to women. We can do this by splitting the file. The example that follows will compare the correlation coefficients for two groups of subjects men and women. This command will spit the sample by sex and repeat any analyses that follow for these two groups separately. To split the sample: Make sure you have the Data window open From the pull down menu Data Split File (Note: the Data pull down menu not available in Output window) Toggle on Compare Groups Move the grouping variable (sex) into the box labelled Groups based on Follow the steps given earlier to request the correlation between education and GHQ. Important: If you look now at the bottom right hand corner of your screen, you will see Split File On. Until you take the Split File option off, all analyses will be produced separately for the two groups. To turn it off: Data Split File Analyze all cases, do not create groups 10

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

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

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

Chapter 2 Probability Topics SPSS T tests

Chapter 2 Probability Topics SPSS T tests Chapter 2 Probability Topics SPSS T tests Data file used: gss.sav In the lecture about chapter 2, only the One-Sample T test has been explained. In this handout, we also give the SPSS methods to perform

More information

Independent t- Test (Comparing Two Means)

Independent t- Test (Comparing Two Means) Independent t- Test (Comparing Two Means) The objectives of this lesson are to learn: the definition/purpose of independent t-test when to use the independent t-test the use of SPSS to complete an independent

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

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

Examining Differences (Comparing Groups) using SPSS Inferential statistics (Part I) Dwayne Devonish

Examining Differences (Comparing Groups) using SPSS Inferential statistics (Part I) Dwayne Devonish Examining Differences (Comparing Groups) using SPSS Inferential statistics (Part I) Dwayne Devonish Statistics Statistics are quantitative methods of describing, analysing, and drawing inferences (conclusions)

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

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

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

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

Introduction to Analysis of Variance (ANOVA) Limitations of the t-test

Introduction to Analysis of Variance (ANOVA) Limitations of the t-test Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Limitations of the t-test Although the t-test is commonly used, it has limitations Can only

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

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

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

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

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

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

Two Related Samples t Test

Two Related Samples t Test Two Related Samples t Test In this example 1 students saw five pictures of attractive people and five pictures of unattractive people. For each picture, the students rated the friendliness of the person

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

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

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

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

Using Excel for inferential statistics

Using Excel for inferential statistics FACT SHEET Using Excel for inferential statistics Introduction When you collect data, you expect a certain amount of variation, just caused by chance. A wide variety of statistical tests can be applied

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

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

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

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

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

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

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

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

Statistics. Measurement. Scales of Measurement 7/18/2012

Statistics. Measurement. Scales of Measurement 7/18/2012 Statistics Measurement Measurement is defined as a set of rules for assigning numbers to represent objects, traits, attributes, or behaviors A variableis something that varies (eye color), a constant does

More information

CHAPTER 14 ORDINAL MEASURES OF CORRELATION: SPEARMAN'S RHO AND GAMMA

CHAPTER 14 ORDINAL MEASURES OF CORRELATION: SPEARMAN'S RHO AND GAMMA CHAPTER 14 ORDINAL MEASURES OF CORRELATION: SPEARMAN'S RHO AND GAMMA Chapter 13 introduced the concept of correlation statistics and explained the use of Pearson's Correlation Coefficient when working

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

Study Guide for the Final Exam

Study Guide for the Final Exam Study Guide for the Final Exam When studying, remember that the computational portion of the exam will only involve new material (covered after the second midterm), that material from Exam 1 will make

More information

Chapter 7 Section 7.1: Inference for the Mean of a Population

Chapter 7 Section 7.1: Inference for the Mean of a Population Chapter 7 Section 7.1: Inference for the Mean of a Population Now let s look at a similar situation Take an SRS of size n Normal Population : N(, ). Both and are unknown parameters. Unlike what we used

More information

COMPARISONS OF CUSTOMER LOYALTY: PUBLIC & PRIVATE INSURANCE COMPANIES.

COMPARISONS OF CUSTOMER LOYALTY: PUBLIC & PRIVATE INSURANCE COMPANIES. 277 CHAPTER VI COMPARISONS OF CUSTOMER LOYALTY: PUBLIC & PRIVATE INSURANCE COMPANIES. This chapter contains a full discussion of customer loyalty comparisons between private and public insurance companies

More information

7. Comparing Means Using t-tests.

7. Comparing Means Using t-tests. 7. Comparing Means Using t-tests. Objectives Calculate one sample t-tests Calculate paired samples t-tests Calculate independent samples t-tests Graphically represent mean differences In this chapter,

More information

Ordinal Regression. Chapter

Ordinal Regression. Chapter Ordinal Regression Chapter 4 Many variables of interest are ordinal. That is, you can rank the values, but the real distance between categories is unknown. Diseases are graded on scales from least severe

More information

UNDERSTANDING THE INDEPENDENT-SAMPLES t TEST

UNDERSTANDING THE INDEPENDENT-SAMPLES t TEST UNDERSTANDING The independent-samples t test evaluates the difference between the means of two independent or unrelated groups. That is, we evaluate whether the means for two independent groups are significantly

More information

Chapter 7. Comparing Means in SPSS (t-tests) Compare Means analyses. Specifically, we demonstrate procedures for running Dependent-Sample (or

Chapter 7. Comparing Means in SPSS (t-tests) Compare Means analyses. Specifically, we demonstrate procedures for running Dependent-Sample (or 1 Chapter 7 Comparing Means in SPSS (t-tests) This section covers procedures for testing the differences between two means using the SPSS Compare Means analyses. Specifically, we demonstrate procedures

More information

How to set the main menu of STATA to default factory settings standards

How to set the main menu of STATA to default factory settings standards University of Pretoria Data analysis for evaluation studies Examples in STATA version 11 List of data sets b1.dta (To be created by students in class) fp1.xls (To be provided to students) fp1.txt (To be

More information

Research Methods & Experimental Design

Research Methods & Experimental Design Research Methods & Experimental Design 16.422 Human Supervisory Control April 2004 Research Methods Qualitative vs. quantitative Understanding the relationship between objectives (research question) and

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

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

We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries?

We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries? Statistics: Correlation Richard Buxton. 2008. 1 Introduction We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries? Do

More information

Analysis of categorical data: Course quiz instructions for SPSS

Analysis of categorical data: Course quiz instructions for SPSS Analysis of categorical data: Course quiz instructions for SPSS The dataset Please download the Online sales dataset from the Download pod in the Course quiz resources screen. The filename is smr_bus_acd_clo_quiz_online_250.xls.

More information

UNDERSTANDING THE DEPENDENT-SAMPLES t TEST

UNDERSTANDING THE DEPENDENT-SAMPLES t TEST UNDERSTANDING THE DEPENDENT-SAMPLES t TEST A dependent-samples t test (a.k.a. matched or paired-samples, matched-pairs, samples, or subjects, simple repeated-measures or within-groups, or correlated groups)

More information

SPSS Guide: Regression Analysis

SPSS Guide: Regression Analysis SPSS Guide: Regression Analysis I put this together to give you a step-by-step guide for replicating what we did in the computer lab. It should help you run the tests we covered. The best way to get familiar

More information

Row vs. Column Percents. tab PRAYER DEGREE, row col

Row vs. Column Percents. tab PRAYER DEGREE, row col Bivariate Analysis - Crosstabulation One of most basic research tools shows how x varies with respect to y Interpretation of table depends upon direction of percentaging example Row vs. Column Percents.

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

Crosstabulation & Chi Square

Crosstabulation & Chi Square Crosstabulation & Chi Square Robert S Michael Chi-square as an Index of Association After examining the distribution of each of the variables, the researcher s next task is to look for relationships among

More information

This chapter will demonstrate how to perform multiple linear regression with IBM SPSS

This chapter will demonstrate how to perform multiple linear regression with IBM SPSS CHAPTER 7B Multiple Regression: Statistical Methods Using IBM SPSS This chapter will demonstrate how to perform multiple linear regression with IBM SPSS first using the standard method and then using the

More information

A full analysis example Multiple correlations Partial correlations

A full analysis example Multiple correlations Partial correlations A full analysis example Multiple correlations Partial correlations New Dataset: Confidence This is a dataset taken of the confidence scales of 41 employees some years ago using 4 facets of confidence (Physical,

More information

ABSORBENCY OF PAPER TOWELS

ABSORBENCY OF PAPER TOWELS ABSORBENCY OF PAPER TOWELS 15. Brief Version of the Case Study 15.1 Problem Formulation 15.2 Selection of Factors 15.3 Obtaining Random Samples of Paper Towels 15.4 How will the Absorbency be measured?

More information

DATA COLLECTION AND ANALYSIS

DATA COLLECTION AND ANALYSIS DATA COLLECTION AND ANALYSIS Quality Education for Minorities (QEM) Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. August 23, 2013 Objectives of the Discussion 2 Discuss

More information

HYPOTHESIS TESTING WITH SPSS:

HYPOTHESIS TESTING WITH SPSS: HYPOTHESIS TESTING WITH SPSS: A NON-STATISTICIAN S GUIDE & TUTORIAL by Dr. Jim Mirabella SPSS 14.0 screenshots reprinted with permission from SPSS Inc. Published June 2006 Copyright Dr. Jim Mirabella CHAPTER

More information

Nonparametric Tests. Chi-Square Test for Independence

Nonparametric Tests. Chi-Square Test for Independence DDBA 8438: Nonparametric Statistics: The Chi-Square Test Video Podcast Transcript JENNIFER ANN MORROW: Welcome to "Nonparametric Statistics: The Chi-Square Test." My name is Dr. Jennifer Ann Morrow. In

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

Pearson's Correlation Tests

Pearson's Correlation Tests Chapter 800 Pearson's Correlation Tests Introduction The correlation coefficient, ρ (rho), is a popular statistic for describing the strength of the relationship between two variables. The correlation

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

Correlational Research. Correlational Research. Stephen E. Brock, Ph.D., NCSP EDS 250. Descriptive Research 1. Correlational Research: Scatter Plots

Correlational Research. Correlational Research. Stephen E. Brock, Ph.D., NCSP EDS 250. Descriptive Research 1. Correlational Research: Scatter Plots Correlational Research Stephen E. Brock, Ph.D., NCSP California State University, Sacramento 1 Correlational Research A quantitative methodology used to determine whether, and to what degree, a relationship

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

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red.

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red. Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red. 1. How to display English messages from IBM SPSS Statistics

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

The correlation coefficient

The correlation coefficient The correlation coefficient Clinical Biostatistics The correlation coefficient Martin Bland Correlation coefficients are used to measure the of the relationship or association between two quantitative

More information

Calculating, Interpreting, and Reporting Estimates of Effect Size (Magnitude of an Effect or the Strength of a Relationship)

Calculating, Interpreting, and Reporting Estimates of Effect Size (Magnitude of an Effect or the Strength of a Relationship) 1 Calculating, Interpreting, and Reporting Estimates of Effect Size (Magnitude of an Effect or the Strength of a Relationship) I. Authors should report effect sizes in the manuscript and tables when reporting

More information

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS This booklet contains lecture notes for the nonparametric work in the QM course. This booklet may be online at http://users.ox.ac.uk/~grafen/qmnotes/index.html.

More information

SPSS TUTORIAL & EXERCISE BOOK

SPSS TUTORIAL & EXERCISE BOOK UNIVERSITY OF MISKOLC Faculty of Economics Institute of Business Information and Methods Department of Business Statistics and Economic Forecasting PETRA PETROVICS SPSS TUTORIAL & EXERCISE BOOK FOR BUSINESS

More information

Introduction to Statistics Used in Nursing Research

Introduction to Statistics Used in Nursing Research Introduction to Statistics Used in Nursing Research Laura P. Kimble, PhD, RN, FNP-C, FAAN Professor and Piedmont Healthcare Endowed Chair in Nursing Georgia Baptist College of Nursing Of Mercer University

More information

Descriptive Analysis

Descriptive Analysis Research Methods William G. Zikmund Basic Data Analysis: Descriptive Statistics Descriptive Analysis The transformation of raw data into a form that will make them easy to understand and interpret; rearranging,

More information

Point Biserial Correlation Tests

Point Biserial Correlation Tests Chapter 807 Point Biserial Correlation Tests Introduction The point biserial correlation coefficient (ρ in this chapter) is the product-moment correlation calculated between a continuous random variable

More information

Simple linear regression

Simple linear regression Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between

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

Nursing Journal Toolkit: Critiquing a Quantitative Research Article

Nursing Journal Toolkit: Critiquing a Quantitative Research Article A Virtual World Consortium: Using Second Life to Facilitate Nursing Journal Clubs Nursing Journal Toolkit: Critiquing a Quantitative Research Article 1. Guidelines for Critiquing a Quantitative Research

More information

Multivariate Analysis of Variance. The general purpose of multivariate analysis of variance (MANOVA) is to determine

Multivariate Analysis of Variance. The general purpose of multivariate analysis of variance (MANOVA) is to determine 2 - Manova 4.3.05 25 Multivariate Analysis of Variance What Multivariate Analysis of Variance is The general purpose of multivariate analysis of variance (MANOVA) is to determine whether multiple levels

More information

CHAPTER 15 NOMINAL MEASURES OF CORRELATION: PHI, THE CONTINGENCY COEFFICIENT, AND CRAMER'S V

CHAPTER 15 NOMINAL MEASURES OF CORRELATION: PHI, THE CONTINGENCY COEFFICIENT, AND CRAMER'S V CHAPTER 15 NOMINAL MEASURES OF CORRELATION: PHI, THE CONTINGENCY COEFFICIENT, AND CRAMER'S V Chapters 13 and 14 introduced and explained the use of a set of statistical tools that researchers use to measure

More information

A Basic Guide to Analyzing Individual Scores Data with SPSS

A Basic Guide to Analyzing Individual Scores Data with SPSS A Basic Guide to Analyzing Individual Scores Data with SPSS Step 1. Clean the data file Open the Excel file with your data. You may get the following message: If you get this message, click yes. Delete

More information

Statistical tests for SPSS

Statistical tests for SPSS Statistical tests for SPSS Paolo Coletti A.Y. 2010/11 Free University of Bolzano Bozen Premise This book is a very quick, rough and fast description of statistical tests and their usage. It is explicitly

More information

Part 3. Comparing Groups. Chapter 7 Comparing Paired Groups 189. Chapter 8 Comparing Two Independent Groups 217

Part 3. Comparing Groups. Chapter 7 Comparing Paired Groups 189. Chapter 8 Comparing Two Independent Groups 217 Part 3 Comparing Groups Chapter 7 Comparing Paired Groups 189 Chapter 8 Comparing Two Independent Groups 217 Chapter 9 Comparing More Than Two Groups 257 188 Elementary Statistics Using SAS Chapter 7 Comparing

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

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

Bivariate Statistics Session 2: Measuring Associations Chi-Square Test

Bivariate Statistics Session 2: Measuring Associations Chi-Square Test Bivariate Statistics Session 2: Measuring Associations Chi-Square Test Features Of The Chi-Square Statistic The chi-square test is non-parametric. That is, it makes no assumptions about the distribution

More information

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1)

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1) Spring 204 Class 9: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.) Big Picture: More than Two Samples In Chapter 7: We looked at quantitative variables and compared the

More information

Data Analysis for Marketing Research - Using SPSS

Data Analysis for Marketing Research - Using SPSS North South University, School of Business MKT 63 Marketing Research Instructor: Mahmood Hussain, PhD Data Analysis for Marketing Research - Using SPSS Introduction In this part of the class, we will learn

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

t Tests in Excel The Excel Statistical Master By Mark Harmon Copyright 2011 Mark Harmon

t Tests in Excel The Excel Statistical Master By Mark Harmon Copyright 2011 Mark Harmon t-tests in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com www.excelmasterseries.com

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

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

The Chi-Square Test. STAT E-50 Introduction to Statistics

The Chi-Square Test. STAT E-50 Introduction to Statistics STAT -50 Introduction to Statistics The Chi-Square Test The Chi-square test is a nonparametric test that is used to compare experimental results with theoretical models. That is, we will be comparing observed

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

Independent samples t-test. Dr. Tom Pierce Radford University

Independent samples t-test. Dr. Tom Pierce Radford University Independent samples t-test Dr. Tom Pierce Radford University The logic behind drawing causal conclusions from experiments The sampling distribution of the difference between means The standard error of

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

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 to SPSS (version 16) for Windows

Introduction to SPSS (version 16) for Windows Introduction to SPSS (version 16) for Windows Practical workbook Aims and Learning Objectives By the end of this course you will be able to: get data ready for SPSS create and run SPSS programs to do simple

More information

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means Lesson : Comparison of Population Means Part c: Comparison of Two- Means Welcome to lesson c. This third lesson of lesson will discuss hypothesis testing for two independent means. Steps in Hypothesis

More information