Andy Wills
data
[1] 1 2 2 3 3 3 4 4 50
median(data)
[1] 3
data
[1] 1 2 2 3 3 3 4 4 50
mean(data)
[1] 8
data
[1] 1 2 2 3 3 3 4 4 50
In this case, the mean (8) is bigger than nearly all the numbers. This means it's not very representative of its sample.
The mean will always be unrepresentative when there are a few numbers that are very high (or very low), compared to the rest.
In these cases, we sau the distibution is skewed.