Reasoning in Psychology Using Statistics

Slides:



Advertisements
Similar presentations
What is Chi-Square? Used to examine differences in the distributions of nominal data A mathematical comparison between expected frequencies and observed.
Advertisements

Kruskal Wallis and the Friedman Test.
CHI-SQUARE(X2) DISTRIBUTION
SPSS Session 5: Association between Nominal Variables Using Chi-Square Statistic.
Chi Square Example A researcher wants to determine if there is a relationship between gender and the type of training received. The gender question is.
Basic Statistics The Chi Square Test of Independence.
Bivariate Analysis Cross-tabulation and chi-square.
Hypothesis Testing IV Chi Square.
Chapter 13: The Chi-Square Test
PSY 340 Statistics for the Social Sciences Chi-Squared Test of Independence Statistics for the Social Sciences Psychology 340 Spring 2010.
CJ 526 Statistical Analysis in Criminal Justice
Chi-square Test of Independence
Chi-Square Test Mon, Apr 19 th, Chi-Square (  2 ) wAre 2 categorical variables related (correlated) or independent of each other? wCompares # in.
Crosstabs and Chi Squares Computer Applications in Psychology.
Crosstabs. When to Use Crosstabs as a Bivariate Data Analysis Technique For examining the relationship of two CATEGORIC variables  For example, do men.
Chapter 11(1e), Ch. 10 (2/3e) Hypothesis Testing Using the Chi Square ( χ 2 ) Distribution.
Statistics for the Social Sciences Psychology 340 Fall 2013 Tuesday, November 19 Chi-Squared Test of Independence.
Statistics for the Social Sciences Psychology 340 Fall 2013 Thursday, November 21 Review for Exam #4.
1 Psych 5500/6500 Chi-Square (Part Two) Test for Association Fall, 2008.
CJ 526 Statistical Analysis in Criminal Justice
Chi-square (χ 2 ) Fenster Chi-Square Chi-Square χ 2 Chi-Square χ 2 Tests of Statistical Significance for Nominal Level Data (Note: can also be used for.
Chapter 9: Non-parametric Tests n Parametric vs Non-parametric n Chi-Square –1 way –2 way.
Copyright © 2012 by Nelson Education Limited. Chapter 10 Hypothesis Testing IV: Chi Square 10-1.
Chapter 11 Hypothesis Testing IV (Chi Square). Chapter Outline  Introduction  Bivariate Tables  The Logic of Chi Square  The Computation of Chi Square.
Nonparametric Tests: Chi Square   Lesson 16. Parametric vs. Nonparametric Tests n Parametric hypothesis test about population parameter (  or  2.
Reasoning in Psychology Using Statistics
Chi-square Test of Independence
Reasoning in Psychology Using Statistics Psychology
4 normal probability plots at once par(mfrow=c(2,2)) for(i in 1:4) { qqnorm(dataframe[,1] [dataframe[,2]==i],ylab=“Data quantiles”) title(paste(“yourchoice”,i,sep=“”))}
Chapter 11: Chi-Square  Chi-Square as a Statistical Test  Statistical Independence  Hypothesis Testing with Chi-Square The Assumptions Stating the Research.
12/23/2015Slide 1 The chi-square test of independence is one of the most frequently used hypothesis tests in the social sciences because it can be used.
Chapter 14 – 1 Chi-Square Chi-Square as a Statistical Test Statistical Independence Hypothesis Testing with Chi-Square The Assumptions Stating the Research.
Introduction to Marketing Research
Basic Statistics The Chi Square Test of Independence.
Chi-Square (Association between categorical variables)
Chapter 12 Chi-Square Tests and Nonparametric Tests
Chi-Square hypothesis testing
Chapter 9: Non-parametric Tests
10 Chapter Chi-Square Tests and the F-Distribution Chapter 10
Chapter 11 Chi-Square Tests.
Chapter Fifteen McGraw-Hill/Irwin
Hypothesis Testing Review
Community &family medicine
Qualitative data – tests of association
Hypothesis Testing Using the Chi Square (χ2) Distribution
Reasoning in Psychology Using Statistics
Reasoning in Psychology Using Statistics
PPA 501 – Analytical Methods in Administration
Data Analysis for Two-Way Tables
Reasoning in Psychology Using Statistics
The Chi-Square Distribution and Test for Independence
Consider this table: The Χ2 Test of Independence
AP Stats Check In Where we’ve been… Chapter 7…Chapter 8…
Chapter 11: Inference for Distributions of Categorical Data
Reasoning in Psychology Using Statistics
Reasoning in Psychology Using Statistics
Chapter 10 Analyzing the Association Between Categorical Variables
Contingency Tables (cross tabs)
Chapter 11 Chi-Square Tests.
Reasoning in Psychology Using Statistics
Lesson 11 - R Chapter 11 Review:
Reasoning in Psychology Using Statistics
Parametric versus Nonparametric (Chi-square)
Reasoning in Psychology Using Statistics
Reasoning in Psychology Using Statistics
Reasoning in Psychology Using Statistics
Inference for Two Way Tables
Reasoning in Psychology Using Statistics
Chapter 11 Chi-Square Tests.
Contingency Tables (cross tabs)
Presentation transcript:

Reasoning in Psychology Using Statistics 2017

Don’t forget quiz 8 due this Friday Annoucements

Exam(s) 3 Lecture Exam 3 Lab Exam 3 Combined Exam 3 Mean 55.1 (55.1/75 = 73.5%) Lab Exam 3 Mean 61.3 (61.3/75 = 81.7%) Combined Exam 3 Mean 77.6% Exam(s) 3

Chi-Square Test for Independence A manufacturer of watches takes a sample of 200 people. Each person is classified by age and watch type preference (digital vs. analog). Young (under 30) Old (over 30) The question: Is there a relationship between age and watch preference? Chi-Square Test for Independence

Chi-Square Test for Independence A manufacturer of watches takes a sample of 200 people. Each person is classified by age and watch type preference (digital vs. analog). Young (under 30) Old (over 30) The question: Is there a relationship between age and watch preference? Chi-Square Test for Independence

Decision tree Chi-square test of independence (χ2 lower-case chi ) Describing the relationship between two categorical variables or Young Old or Decision tree

Chi-Squared Test for Independence A manufacturer of watches takes a sample of 200 people. Each person is classified by age and watch type preference (digital vs. analog). The question: is there a relationship between age and watch preference? Chi-Squared Test for Independence

Chi-Squared Test for Independence A manufacturer of watches takes a sample of 200 people. Each person is classified by age and watch type preference (digital vs. analog). The question: is there a relationship between age and watch preference? Step 1: State the hypotheses and select an alpha level H0: Preference is independent of age (“no relationship”) HA: Preference is related to age (“there is a relationship”) We’ll set α = 0.05 Observed scores Chi-Squared Test for Independence

Chi-Squared Test for Independence Step 2: Compute your degrees of freedom & get critical value df = (#Columns - 1) * (#Rows - 1) = (3-1) * (2-1) = 2 Go to Chi-square statistic table and find the critical value The critical chi-squared value is 5.99 For this example, with df = 2, and α = 0.05 Chi-Squared Test for Independence

Chi-Squared Test for Independence As df gets larger, need larger X2 value for significance. Number of cells get larger. X2 α = .05 5.99 7.81 11.07 14.07 Chi-Squared Test for Independence

Chi-Squared Test for Independence Step 3: Collect the data. Obtain row and column totals (sometimes called the marginals) and calculate the expected frequencies Observed scores Chi-Squared Test for Independence

Chi-Squared Test for Independence Step 3: Collect the data. Obtain row and column totals (sometimes called the marginals) and calculate the expected frequencies Observed scores Spot check: make sure the row totals and column totals add up to the same thing Chi-Squared Test for Independence

Chi-Squared Test for Independence Step 3: Collect the data. Obtain row and column totals (sometimes called the marginals) and calculate the expected frequencies (in each cell) Observed scores Expected scores 70 56 14 30 24 6 Under 30 Over 30 Digital Analog Undecided Chi-Squared Test for Independence

Chi-Squared Test for Independence Step 3: Collect the data. Obtain row and column totals (sometimes called the marginals) and calculate the expected frequencies (in each cell) Observed scores Expected scores 70 56 14 “expected frequencies” - if the null hypothesis is correct, then these are the frequencies that you would expect 30 24 6 Under 30 Over 30 Digital Analog Undecided Chi-Squared Test for Independence

Chi-Squared Test for Independence Step 4: compute the χ2 Find the residuals (fo - fe) for each cell Chi-Squared Test for Independence

Computing the Chi-square Step 4: compute the χ2 Find the residuals (fo - fe) for each cell Computing the Chi-square

Computing the Chi-square Step 4: compute the χ2 Find the residuals (fo - fe) for each cell Square these differences Computing the Chi-square

Computing the Chi-square Step 4: compute the χ2 Find the residuals (fo - fe) for each cell Square these differences Divide the squared differences by fe Computing the Chi-square

Computing the Chi-square Step 4: compute the χ2 Find the residuals (fo - fe) for each cell Square these differences Divide the squared differences by fe Sum the results Computing the Chi-square

Chi-Squared, the final step A manufacturer of watches takes a sample of 200 people. Each person is classified by age and watch type preference (digital vs. analog). The question: is there a relationship between age and watch preference? Step 5: Compare this computed statistic (38.09) against the critical value (5.99) and make a decision about your hypotheses here we reject the H0 and conclude that there is a relationship between age and watch preference Chi-Squared, the final step

Chi square as a statistical test each cell = observed difference difference expected by chance Chi square as a statistical test

Chi-Square Test in SPSS Analyze  Descriptives  Crosstabs Chi-Square Test in SPSS

Chi-Square Test in SPSS Analyze  Descriptives  Crosstabs Click this to get the expected frequencies and residuals Click this to get bar chart of the results Chi-Square Test in SPSS

Chi-Square Test in SPSS

In lab: Gain experience using and interpreting Chi-square procedures Questions? Chi-squared test: https://www.youtube.com/watch?v=WXPBoFDqNVk (~12 mins) Chi-squared test: https://www.youtube.com/watch?v=SvKv375sacA (~38 mins) Chi-squared in SPSS: https://www.youtube.com/watch?v=wfIfEWMJY3s Chi-squared distribution: http://onlinestatbook.com/2/chi_square/distributionM.html Wrap up