Related Experiment Video
Updated: Jul 4, 2025

Defining the Role Of Language in Infants' Object Categorization with Eye-tracking Paradigms
Published on: February 8, 2019
The permutation test: a simple way to test hypotheses
1Department of Educational and Developmental Science, University of South Carolina, Columbia, SC, US.
Background:
Quantitative researchers can use permutation tests to conduct null hypothesis significance testing without resorting to complicated distribution theory. A permutation test can reach conclusions in hypothesis testing that are the same as those of better-known tests such as the t-test but is much easier to understand and implement.
Aim:
To introduce and explain permutation tests using two real examples of independent and dependent t-tests and their corresponding permutation tests.
Discussion:
This article traces the history of permutation tests, explains the possible reason for their absence in textbooks and offers a simple example of their implementation. It provides simple code written in the R programming language to generate the null distributions and P -values for the permutation tests.
Conclusion:
Permutation tests do not require the strict model assumptions of t -tests and can be robust alternatives.
Implications For Practice:
Permutation tests are a useful addition to practitioners' research repertoire for testing hypotheses.
Related Concept Videos
Test for Homogeneity
Types of Hypothesis Testing
When the null and alternative hypotheses are stated, it is observed that the null hypothesis is a neutral statement against which the alternative hypothesis is tested. The alternative hypothesis is a claim that instead has a certain direction. If the null hypothesis claims that p = 0.5, the alternative hypothesis would be an opposing statement to this and can be put either p > 0.5, p < 0.5, or p...
Sign Test for Matched Pairs
To conduct the sign test, we first calculate the differences in...
Testing a Claim about Population Proportion
There are two methods of testing a claim about a population proportion: (1) Using the sample proportion from the data where a binomial distribution is approximated to the normal distribution and (2) Using the binomial probabilities calculated from the data.
The first method uses normal distribution as an approximation to the binomial distribution. The requirements are as follows: sample size is large...
Decision Making: Traditional Method
First, a specific claim about the population parameter is decided based on the research question and is stated in a simple form. Further, an opposing statement to this claim is also stated. These statements can act as null and alternative hypotheses, out of which a null hypothesis would be a...
Hypothesis Test for Test of Independence
H0: The two variables (factors)...

