Skip to the content.

Below are guidelines that should be followed to determine what sort of statistical test should be used for a particular type of dataset. Before you jump into the decision tree part of this page, take a moment to read through the sections linked in the preface. These are important background tidbits that will be extremely useful when understanding how a particular statistical test works.

Preface

Click here to see an example of how to use this website to aid you through the through process of identifying the type of data you have and what statistical analysis you should choose based on the assumptions you are making about your data.

Click here to understand what a normal distribution is and why it is referenced so much.

Click here to understand the difference between the null and alternative hypotheses.

Click here to understand how to interpret a p-value. This is extremely an extremely important concept to understand so you do not over-interpret what the test statistic is reporting.

Click here to understand the difference between parametric and nonparametric statistics. Understanding the difference between them is key to understanding when to use one or the other.

Click here to understand the difference between categorical and numeric data.

Tests covered in this website

Parametric:

Nonparametric:

Is the research question focused on comparing the means of two or more groups?

Independent groups:

Are the data normally distributed?

Are the sample sizes equal or unequal?

Are the data normally distributed?

Are the groups independent or paired?

Independent groups: chi-squared test or Fisher’s exact test

Paired groups: McNemar’s test

Is the research question focused on comparing proportions or percentages between two or more groups?

Independent groups:

Are the sample sizes large (at least 10 in each group)?

Related groups: McNemar’s test

Is the research question focused on determining the relationship between two continuous variables?

Is the relationship linear or non-linear?

Is the research question focused on determining the relationship between a continuous and a categorical variable?

Is the categorical variable nominal or ordinal?

Is the research question focused on testing the difference between two dependent proportions or percentages?

Footnote

Click here to understand the difference be the the Kruskal-Wallis test, the Friedman test, and the Jonckheere-Terpstra test. These are are extremely similar tests so it would be good to clear up these right now.