You are on page 1of 27

Unit 7: Statistical Analysis of Quantitative Data

Lesson 2: Testing the Difference of Two


Means

Contents
Engage 1
Introduction 1
Objectives 2

Explore 2

Explain and Elaborate 4


Exploring Differences between Two Means 4
Introduction to t-test 4
Nonparametric Tests of Difference 14

Extend 20
Activity 1 20
Activity 2 22

Evaluate 24

Wrap Up 26

Bibliography 27
Unit 7.2: Testing the Difference of Two Means

Engage

Introduction

Fig. 1. A photo of a balancing scale

How do you compare two objects? You might initially use your senses to compare both
objects. You might take a look at both objects and tell that one has a different color or size
than the other. You might also use tools to be more accurate in comparing their differences.
For example, a balancing scale may be used to find out whether one object weighs more
than the other.

In statistics, we can use specific statistical analyses to test the difference between groups.
These tests whether there is a significant difference between groups, specifically two mean
scores. How can we ensure that the differences between groups are tested accurately? What
statistical tests can be used to test their differences? In this lesson, we will discuss various
statistical analyses to calculate the groups’ differences.

1
Unit 7.2: Testing the Difference of Two Means

Objectives
In this lesson, you should be able to do the following:
● Identify the different parametric and nonparametric tests in comparing the
difference between two means.
● Compare different groups by using appropriate statistical tests.

DepEd Competency
Use statistical techniques to analyze data—study of differences and relationships limited for
bivariate analysis. (CS_RS12-IId-g-3)

Explore

10 minutes

Find a partner in answering this activity. Analyze the data given below from five students
with their average number of minutes spent on social media during weekdays and
weekends.

Student Average Number of Minutes Spent Average Number of Minutes Spent


on Social Media During Weekdays on Social Media During Weekends

1 60 minutes 90 minutes

2 30 minutes 180 minutes

3 45 minutes 120 minutes

4 90 minutes 90 minutes

5 60 minutes 60 minutes

2
Unit 7.2: Testing the Difference of Two Means

Guide Questions

1. Which condition has a higher average number of minutes spent on social media? Justify
your answer.

2. What do the values from the data imply?

3. Why is it important to know if there is a significant difference between the two sets of
data?

3
Unit 7.2: Testing the Difference of Two Means

Explain and Elaborate

Exploring Differences between Two Means


In some cases, data gathered from research produces two sets of data. It could be from two
different sets of people, two different sets of scores, or two different conditions. This type of
analysis is called bivariate analysis, which simply means the analysis of two variables
(Langdridge, and Hagger-Johnson 2013).

There are different statistical analyses to explore the differences between two means, such
as the t-test, Mann-Whitney U-test, and Wilcoxon test. The t-test is considered as a
parametric test, whereas the Mann-Whitney U-test and Wilcoxon test are the nonparametric
test counterparts.

Generally, parametric tests are used when the data is non-categorical (i.e., interval) and
assumed to be normally distributed. On the other hand, nonparametric tests are used
when the data is categorical (i.e., nominal and ordinal), and when the data is skewed
(Langdridge, and Hagger-Johnson 2013).

What types of research are appropriate to test the


differences between the means?

Introduction to t-test
The t-test is a parametric test that aims to test whether the differences between the means
of two groups (i.e., t-test for independent groups) are statistically significant or to examine
the differences between the same group subjected under two different conditions (i.e., t-test
for dependent groups) (Cohen, Manion, and Morrison 2018).

According to Cohen, Manion, and Morrison (2018), the following are the assumptions of
t-test to ensure that it is the appropriate statistical test to use:
● parametric continuous data with the dependent variable at an interval or ratio level

4
Unit 7.2: Testing the Difference of Two Means

● random sampling
● normal distribution of the data (can be overcome by large samples)

If the abovementioned conditions are not met, the researchers are recommended to use
the nonparametric counterparts of the t-test, which are the Mann-Whitney U-test and
Wilcoxon test.

Independent Groups t-test


The independent groups t-test is used when the two sets of data have come from two
independent sources or two different groups (Coolican 2014). For example, if you want to
test whether the weight of chickens fed with organic feeds is significantly different from the
weight of chickens fed with conventional feeds, then it is appropriate to use the
independent groups’ t-test. The formula for calculating an independent group’s t-test is as
follows (Howell 2014):

Eq. 1.
Where:
𝑋𝐴 = the mean of scores in group A

𝑋𝐵= the mean of scores in group B

2
Σ𝑋𝐴 = each score in group A squared and then added up

Σ𝑋𝐴= the sum of all the scores in group A

𝑁𝐴= the number of scores in group A

2
Σ𝑋𝐵 = each score in group B squared and then added up

5
Unit 7.2: Testing the Difference of Two Means

Σ𝑋𝐵 = the sum of all the scores in group B

𝑁𝐵= the number of scores in group B

Tip
Some formulas may look tedious at first, but the key to answering
problems involving long formulas is to break them down into smaller
pieces.

Example:
Martina is an agriculturist who wants to find out whether the growth of okra plants sprayed
with biopesticides is significantly different from okra plants that are sprayed with
conventional pesticides. She took a total of 16 random samples of plants, with eight samples
for each group, and measured the length of the plants. The data is summarized in the table
below.

Table 1. Length of okra plants

Biopesticides Group (in cm.) Conventional Pesticides Group


(in cm.)

3.0 2.5
4.5 1.5
5.0 3.0
5.2 3.2
3.5 2.0
4.0 2.9
2.8 1.9
4.7 1.6

Let us solve the problem using a step-by-step procedure as proposed by Tokunaga (2016):

1. State the null and alternative hypotheses (H0 and H1).


In testing the difference between two sample means, the null hypothesis indicates that
the means of the two sample groups are equal. Thus, the null hypothesis (H0) in the

6
Unit 7.2: Testing the Difference of Two Means

problem is that the average length of okra plants sprayed with biopesticides is the same
as the okra plants sprayed with conventional pesticides.

This can be expressed as follows:


𝐻0: µ𝑏𝑖𝑜𝑝𝑒𝑠𝑡𝑖𝑐𝑖𝑑𝑒𝑠 = µ𝑐𝑜𝑛𝑣𝑒𝑛𝑡𝑖𝑜𝑛𝑎𝑙

In contrast, the alternative hypothesis (H1) states that there is a change or difference
between groups. Thus, the alternative hypothesis (H1) in the problem is that the average
length of okra plants sprayed with biopesticides is significantly different from okra plants
sprayed with conventional pesticides. This can be expressed as follows:
𝐻1: µ𝑏𝑖𝑜𝑝𝑒𝑠𝑡𝑖𝑐𝑖𝑑𝑒𝑠 ≠ µ𝑐𝑜𝑛𝑣𝑒𝑛𝑡𝑖𝑜𝑛𝑎𝑙

2. Make a decision about the null hypothesis.


After the null and alternative hypotheses have been stated, the next step is to make a
decision whether to reject or accept the null hypothesis. This can be done by completing
the following steps below:
a. Calculate the degrees of freedom (df).
b. Set alpha level (α), identify the critical values, and state a decision rule.
c. Calculate the test statistic.
d. Make a decision about whether to reject or accept the null hypothesis.

2.a Calculate the degrees of freedom (df).


The degrees of freedom can be defined as the number of independent values that
can be assigned to a statistical distribution. Since we are comparing the difference
between two sample means, the formula for the degrees of freedom is:
𝑑𝑓 = (𝑁1 − 1) + (𝑁2 − 1)

In the given problem, the number of sample plants per group is equal to eight.
Thus, the degrees of freedom are calculated as follows:
𝑑𝑓 = (𝑁1 − 1) + (𝑁2 − 1)

= (8 − 1) + (8 − 1) = 7 + 7
= 14

7
Unit 7.2: Testing the Difference of Two Means

The total degrees of freedom is 14 (df = 14) after combining the degrees of freedom
for the two samples.

2.b Set alpha level (α), identify the critical values, and state a decision rule.
The researcher is the one who decides which alpha level will be set in a study. The
standard alpha level value is .05. However, researchers can also use more
stringent alpha levels such as .01. In this problem, we will be using the .05 alpha
level. Since the problem did not indicate any direction, the alpha may be expressed
as:
α =. 05 (𝑡𝑤𝑜 − 𝑡𝑎𝑖𝑙𝑒𝑑)

The next process is to identify the critical values. We refer to the table of t-test
critical values, which you can refer to using this link:

t Distribution: Critical t Values


“t Distribution: Critical t Values,” Old Dominion University,
http://www.math.odu.edu/stat130/t-tables.pdf, last accessed
on July 1, 2020.

Refer to the t-test critical value table. We must first identify three bits of
information, which are the degrees of freedom (df), the alpha (α), and the
directionality (one-tailed or two-tailed). In the given problem above, the pieces
of information are df = 14, α= 0.05, and two-tailed. Using these, we now obtain a
t-critical value of ±2.145.

Finally, we can now formulate a decision rule stating:

Reject H0 if t < -2.145 or > 2.145

8
Unit 7.2: Testing the Difference of Two Means

2.c Calculate the test statistic: t-test for independent groups.


Refer again to the set of data from the problem:

Table 1. Length of okra plants

Biopesticides Group (in cm.) Conventional Pesticides Group


(in cm.)

3.0 2.5
4.5 1.5
5.0 3.0
5.2 3.2
3.5 2.0
4.0 2.9
2.8 1.9
4.7 1.6

Then, use the formula given below:

Calculate all the needed values:


𝑁𝐴= 8 (the number of scores in group A)

𝑁𝐵= 8 (the number of scores in group B)

Σ𝑋𝐴= 32.7 (the sum of all the scores in group A)

Σ𝑋𝐵 = 18.6 (the sum of all the scores in group B)

2
Σ𝑋𝐴 = 139.47 (each score in group A squared and then added up)

9
Unit 7.2: Testing the Difference of Two Means

2
Σ𝑋𝐵 = 46.32 (each score in group B squared and then added up)

𝑋𝐴 = 4.09 (the mean of scores in group A)

𝑋𝐵= 2.33 (the mean of scores in group B)

Then, use these values in your formula:

Use a calculator to obtain the t value. The t value should be t = 4.43 (rounded off to
two decimal places).

2.d Make a decision whether to reject or accept the null hypothesis.


After obtaining the t value, you can now decide whether to reject or accept the null
hypothesis. If the t-statistic is greater than the critical value, then the decision must
be to reject the null hypothesis. This means that there is a statistically significant
difference between the means of the two groups. For the given problem, the
decision for the null hypothesis must be expressed as follows:
𝑡 = 4. 43 > 2. 145, 𝑟𝑒𝑗𝑒𝑐𝑡 𝐻0 (𝑝 < 0. 05)

3. Draw a conclusion from the analysis.


Now that we have rejected the null hypothesis, we can conclude that, “The average
length of okra plants sprayed with biopesticides (M = 4.09) is significantly different from
the average length of okra plants sprayed with conventional pesticides (M = 2.33), t(14) =
4.43, p < .05.”

10
Unit 7.2: Testing the Difference of Two Means

Dependent Groups t-test


The dependent group t-test is used when two sets of data come from the same group of
people (Langdridge, and Hagger-Johnson 2013). For example, you might want to give a
science diagnostic test to the same group of students during the start of the semester and
then again at the end of the semester to test whether there is a significant difference
between scores.

The formula for calculating a dependent groups t-test is as follows (Howell 2014):

Eq. 2.
Where:
Σ𝑑 = sum of all the differences in scores between conditions A and B
2
(Σ𝑑) = the sum of all differences squared
2
Σ𝑑 = differences are squared first and then added up
𝑁 = the number of pairs of scores in your data set

Example:
Maureen wants to know if the average daily intake of water during the month of March is
significantly different from the average daily intake of water during the month of December.
She has 10 participants for the study and recorded their average daily intake of water during
the month of February and March. The data is summarized in the table below.

Table 2. Average daily water intake

March (in glasses) December (in glasses)

8.00 7.00
8.50 6.50
9.00 8.00

11
Unit 7.2: Testing the Difference of Two Means

10.00 6.00
9.50 8.50
9.25 8.25
8.75 7.75
11.00 8.00
10.80 6.80
12.25 8.25

Again, we will solve this problem in a step-by-step procedure:

1. State the null and alternative hypotheses (H0 and H1).


Null hypothesis: There is no difference between the average daily intake of water during
the month of March and the month of December.
𝐻0: µ𝑀𝑎𝑟𝑐ℎ = µ𝐷𝑒𝑐𝑒𝑚𝑏𝑒𝑟

Alternative hypothesis: There is a significant difference between the average daily intake
of water during the month of March and the month of December.
𝐻1: µ𝑀𝑎𝑟𝑐ℎ ≠ µ𝐷𝑒𝑐𝑒𝑚𝑏𝑒𝑟

2. Make a decision about the null hypothesis.


2.a Calculate the Degrees of Freedom (df).
Take note that the formula for the df in t-test for dependent groups is different
from the df for independent groups:
𝑑𝑓 = 𝑁 − 1
= 10 − 1
=9

2.b Set alpha level (α), identify the critical values, and state a decision rule.
Alpha level: α=.05 (two-tailed)
We will be using the standard alpha level, 0.05. There is no specific direction stated
in the problem. Thus, the directionality is two-tailed.

12
Unit 7.2: Testing the Difference of Two Means

Critical value: ±2.262


Decision rule: Reject H0 if t < -2.262 or > 2.262.

2.c Calculate the test statistic: t-test for dependent groups.


Refer to the set of data from the problem:

Table 2. Average daily water intake

March (in glasses) December (in glasses)

8.00 7.00
8.50 6.50
9.00 8.00
10.00 6.00
9.50 8.50
9.25 8.25
8.75 7.75
11.00 8.00
10.80 6.80
12.25 8.25

Then, use the formula given below:

Calculate all the needed values:


Σ𝑑 = 22 (sum of all the differences in scores between conditions A and B)
2
(Σ𝑑) = 484 (the sum of all differences squared)
2
Σ𝑑 = 66 (differences are squared first and then added up)
𝑁 = 10 (the number of pairs of scores in your data set)

Use these values to calculate the t-test statistic:

13
Unit 7.2: Testing the Difference of Two Means

Use a calculator to obtain the t value. The t value should be t = 4.97 (rounded off to
two decimal places).

2.d Make a decision whether to reject or accept the null hypothesis.


After obtaining the t value, we can now reject the null hypothesis since the t value is
greater than the critical value. The decision of whether to reject or accept the null
hypothesis can be expressed as:
𝑡 = 4. 97 > 2. 262, 𝑟𝑒𝑗𝑒𝑐𝑡 𝐻0 (𝑝 < 0. 05)

3. Draw a conclusion from the analysis.


Now that we have rejected the null hypothesis, we can conclude that “The average
daily intake of water during the month of March (M = 9.71) is significantly different
from the average daily intake of water during the month of December (M = 7.51), t(9)
= 4.97, p < .05.”

Nonparametric Tests of Difference


Unlike parametric tests, nonparametric tests do not rely on any assumptions concerning
the distribution of the data from the sampled participants. Mann-Whitney U-test and
Wilcoxon Test are some of the most common nonparametric tests and are used to compare
differences between the two groups. One of its advantages is that these tests are not very
sensitive to extreme scores or outliers because it involves ranking raw scores (Howell
2014).

Tip
Nonparametric tests are recommended to use when the sample size
is small, and when there is an issue with the data set’s symmetry.

14
Unit 7.2: Testing the Difference of Two Means

Mann-Whitney U-test
The Mann–Whitney U-test is used if you want to examine differences between
independent groups. It is the nonparametric counterpart of the independent groups’ t-test
and is used when the data obtained is based on ranks (Langdridge, and Hagger-Johnson
2013). According to Mayers (2013), the formula for the Mann-Whitney U-test is:

Example:
Ariel is a student researcher who wants to know whether the stress levels of female college
students are significantly different than that of male college students. To measure the stress
level of the students, she administered the University Students Stress Scale (USSS) to 20
participants (10 male and 10 female). The questionnaire can be scored from 0–100 (higher
scores represent higher stress levels). The scores of the students are presented below:

Table 3. Stress levels of college students

Female Male

79 47
41 76
57 60
88 51
82 57
66 57
82 44
79 47
57 38
69 28

Here is the step-by-step procedure of the Mann–Whitney U-test:


1. Rank all the scores.
In ranking all the scores together, assign rank 1 to the lowest score, and so on. Give
the average rank if there are ties in the score. For example, in the given problem,

15
Unit 7.2: Testing the Difference of Two Means

there are two scores of 47 tied for the 5th and 6th ranks. Thus, both scores will be
assigned a rank of 5.5. The ranks for the data set are presented below:

Table 4. Ranked USSS results

Female Rank Male Rank

79 16.5 47 5.5
41 3 76 15
57 9.5 60 12
88 20 51 7
82 18.5 57 9.5
66 13 57 9.5
82 18.5 44 4
79 16.5 47 5.5
57 9.5 38 2
69 14 28 1

2. Look for the sum of the ranks.


In the given problem, the rank-sum for the female group is 139 and 71 for the male
group.

3. Find the U score.


In computing for the U score, use the following formula:

𝑁1 = 𝑠𝑎𝑚𝑝𝑙𝑒 𝑠𝑖𝑧𝑒 𝑜𝑓 𝑔𝑟𝑜𝑢𝑝 1 (10); 𝑁2 = 𝑠𝑎𝑚𝑝𝑙𝑒 𝑠𝑖𝑧𝑒 𝑓𝑜𝑟 𝑔𝑟𝑜𝑢𝑝 2 (10); 𝑅1 = 𝑙𝑎𝑟𝑔𝑒𝑟 𝑟𝑎𝑛𝑘 𝑠𝑢𝑚 (139)

Let us now substitute these values to the formula:

4. Check the U tables.


To find out whether the U score obtained is significant, refer to the U tables using the
link below:

16
Unit 7.2: Testing the Difference of Two Means

Critical Values of the Mann-Whitney U


“Critical Values of the Mann-Whitney U,” UMass Boston
OpenCourseWare,
http://ocw.umb.edu/psychology/psych-270/other-materials/RelativeR
esourceManager.pdf, last accessed on July 2, 2020.

5. Identify the critical value.


Using the critical values table, where N1 = 10, N2= 10, and p = .05, we obtain a critical
value of 23. In the Mann-Whitney U-test, the obtained U value must be less than
the critical value to be significant. In this problem, our obtained U value, which is
U = 16, is lower than the critical value of 23. Thus, we can state that there is a
significant difference between the stress levels of the students, with females having
higher levels of stress.

Wilcoxon Test
The Wilcoxon test is used when you want to examine differences between related sets of
data. It is the nonparametric counterpart of the dependent group t-test and is also used
when the data obtained is based on ranks (Langdridge, and Hagger-Johnson 2013).

Example:
Anna wants to find out if there is a significant difference between the weight of people
before and after taking a new diet pill called Slimming Z. Anna had six participants in the
study and recorded their weight (in kg) before and after taking Slimming Z for three months.

Table 5. Weight before and after taking Slimming Z

Before Slimming Z After Slimming Z

48 45
60 60
50 52
53 52
72 73
58 58

17
Unit 7.2: Testing the Difference of Two Means

Here is the step-by-step procedure of the Wilcoxon Test:


1. Calculate the difference between each pair of scores. Then, rank the difference
scores where the lowest difference value is ranked 1. Ignore the sign of the
difference value.

Table 6. Difference and ranking of scores

Before After Difference Rank


Slimming Z Slimming Z

48 45 3 5
60 61 1 1
50 52 -2 4
53 52 1 1
72 73 -1 1
58 54 4 6

2. Find the value of T, which is the sum of the ranks for the differences with the less
frequent sign:
𝑇=4+1 =5

In this problem, there are only two negative signs which have ranks 4 and 1.

3. Find the critical value of T on the Wilcoxon table which can be referred to from the
link below:

Table of Critical Values for the Wilcoxon Test


“Table of Critical Values for the Wilcoxon Test,” University of
Sussex, http://users.sussex.ac.uk/~grahamh/RM1web/
WilcoxonTable2005.pdf last accessed on July 2, 2020.

In the critical value table, when N = 6 then T = 0 for a two-tailed test. The obtained T
value is above this. Note that the obtained value must be less than the critical
value to be considered significant. This suggests that there is no significant
difference between the set of scores.

18
Unit 7.2: Testing the Difference of Two Means

4. Report your findings: “There is no significant difference between the weight of the
participants before and after taking the Slimming Z (Wilcoxon T = 3, two-tailed p <
0.05).“

Remember
It is important to note that the t used for t-tests is in lowercase;
whereas, the T used in the Wilcoxon test is in uppercase.

Extend

Activity 1
Ria wants to know if there is a significant difference between the average monthly hair
growth using Shampoo A vs Shampoo B. She recruited eight participants and compared
their average monthly hair growth (in centimeters) using the two different brands. Her data
is assumed to be normally distributed which produced the following values:

Shampoo A Shampoo B

0.50 1.00
1.00 1.25
1.50 2.00
1.70 2.00
0.75 1.50
0.60 1.00
1.25 1.50
1.25 1.75

Choose the appropriate test statistic and make a conclusion about the problem. Show your
output below in a step-by-step manner:

1. State the null and alternative hypotheses.

19
Unit 7.2: Testing the Difference of Two Means

2. Make a decision about the null hypothesis.


a. Calculate the df.
b. Assume that α=.05 (two-tailed). Identify the critical values and state a decision
rule.
c. Calculate the test statistic.
d. Make a decision about whether to reject or accept the null hypothesis.
3. Construct a conclusion from the analysis.

Guide
Since the two groups are conditions that are matched for the same group of people,
the t-test for dependent groups must be used in this problem. The correct t-value is
t=-7.22. Take note that the problem is nondirectional, which makes it two-tailed. The
obtained t-value is greater than (ignoring the sign) the critical value of 2.145. This
suggests that there is a significant difference between the average monthly hair
growth using Shampoo A vs. Shampoo B.

20
Unit 7.2: Testing the Difference of Two Means

Activity 2
Ms. Mendoza wants to know if there is a significant difference between the pretest and
posttest exams of students for their calculus class. She administered an 8-item test to 8
students and recorded their scores on the pretest and posttest exams. Ms. Mendoza
observed that her data is positively skewed. The raw scores of the students are summarized
in the table below:

Pretest Posttest

3 5
2 4
5 5
8 10
1 5
7 10
4 7
2 8

Use the appropriate test statistic and determine if there is a significant difference between
the two groups.

21
Unit 7.2: Testing the Difference of Two Means

Guide
The problem entails using a nonparametric test, specifically the Wilcoxon test
because the two groups are related and assumed to have asymmetrical data. After
subjecting the data to the statistical test, it will result in T = 0. This obtained value is
lower than the critical value of T = 4 from the critical values table. This means that
there is a significant difference between the scores in the pretest and posttest calculus
exams of Ms. Mendoza’s students.

22
Unit 7.2: Testing the Difference of Two Means

Evaluate

A. Read the following questions and write your answer in


the space provided.

1. Calculate the degrees of freedom (df) and identify the critical value of t for the following
set of data for an independent groups t-test: N1=11, N2=11, H1: μ1 >μ2. Assume that
α=0.05.

2. State the null and alternative hypotheses (H0 and H1) for the following research
question: “Do children from high socioeconomic status families have higher self-esteem
than children from low socioeconomic status families?”

3. Jessica used Mann-Whitney U-test to examine differences between the two groups in
her study. She obtained a value of U =20. After looking at the critical values table, she
found out that the critical value is 37. What can be concluded in the study?

23
Unit 7.2: Testing the Difference of Two Means

B. Read the following short scenarios, and decide which test


statistic is appropriate for the study.

1. A group of patients diagnosed with diabetes is given two different types of drugs, at
different times, to examine if their condition will improve. Their blood sugar levels were
recorded and compared using the two different types of drugs.

2. A group of senior high school students from Metro Manila is compared with those from
the province to see if there is a significant difference between the number of hours they
spend on using social media.

3. The self-rated scores of millennial employees on the Commitment in the Workplace


Scale (CWS) are compared with generation X employees. The scores are assumed to be
categorical data and are asymmetrical.

24
Unit 7.2: Testing the Difference of Two Means

Wrap Up
___________________________________________________________________________________________

● The t-test is a parametric test that aims to test whether the differences between
the means of two groups or conditions are statistically significant.
● The independent group t-test is used when the two sets of data have come from two
independent sources or two different groups.
● The dependent group t-test is used when two sets of data come from the same
group of people.
● The Mann–Whitney U-test is a nonparametric test used when you want to examine
differences between independent groups.
● The Wilcoxon test is the nonparametric counterpart of the dependent groups t-test
and is also used when the data obtained is based on ranks.

Fig. 2. Overview of tests for the difference between two means

___________________________________________________________________________________________

25
Unit 7.2: Testing the Difference of Two Means

Bibliography
Cohen, Louis, Lawrence Manion, and Keith Morrison. Research Methods in Education. 8th ed.
New York: Routledge, 2018.

Coolican, Hugh. Research Methods and Statistics in Psychology. 6th ed. New York: Psychology
Press, 2014.

Howell, David. C. Fundamental Statistics for the Behavioral Sciences. 8th ed. California:
Wadsworth, Cengage Learning, 2014.

Langdridge, Darren, and Gareth Hagger-Johnson. Introduction to Research Methods and Data
Analysis in Psychology. 3rd ed. England: Pearson, 2013.

Mayers, Andrew. Introduction to Statistics and SPSS in Psychology. UK: Pearson, 2013.

Tokunaga, Howard T. Fundamental Statistics for the Social and Behavioral Sciences. California:
Sage Publications, 2016.

26

You might also like