Monthly Archives: June 2018

More on regression to the mean

Previously, we saw how regression to the mean can lead to false results. In a talk titled Regression towards the mean, or Why was Terminator III such a disappointment?, statistician Martin Bland explains this phenomenon and how it appears in different examples. The Victorian statistician Francis Galton measured the heights of parents and children and found that taller parents tended

Read more

Verify if data are normally distributed in R: part 2

In our previous post, we learned how to inspect whether or data were normally distributed or not using plots. It is always important to visualise our data. However, inspecting such plots is open for interpretation and, possibly, abuse. We will now learn how to analyse our data and generate numerical values that describe how our data are distributed. Quantifying the

Read more

Verify if data are normally distributed in R: part 1

Many statistical tests assume that the sampling distribution is normally distributed. This does not mean that the data we collected for our experiment is normally distributed, but rather that the distribution of mean values from many samples of the same size will be normally distributed. Unfortunately, we do no have access to the sampling distribution. However, based on the central

Read more