The differences between data types (discrete, continuous, interval, ratio, ordinal, nominal)

966 views

My understanding is that data can either be qualitative (ordinal/nominal) or quantitative (discrete/ continuous).

But I’ve read also that quantitative data can be interval/ratio – but where does this fall into the hierarchy? Can a discrete variable be interval/ratio? Are there any examples? My brain hurts.

In: Mathematics

2 Answers

Anonymous 0 Comments

I actually have an exam regarding this tomorrow and I am not as ready as I should be lol! So here we go (Please note that I have learned these in my native language so mention any errors or mistakes):

– There is no “Hierarchy” per se. Meaning that there is no inherent value comparison between these data types. The major difference is the mathematical and statistical operations that you are allowed to perform on the data.

For example, when you have Ordinal data, you are allowed to use Spearman’s correlation coefficient, but when you have Interval Scale data, you are allowed to use Pearson’s formula.

– When you have ordinal or nominal data, you are not allowed to perform mathematical operations mostly, since the distance between numbers is meaningless. But in Interval and Ratio scales, you can. Also, in Interval Scales, there is no defined 0. For example:

Imagine person A scores 70 out of 100 in an English test, person B scores 40, and person C scores 0.

This is considered an Interval scale, you can add and subtract (Person A scored 30 points more than Person B). But there is no defined 0. The reason is that you can not say that person C has 0 knowledge of the English language!

But imagine a ratio scale. Height is one. When you say object A is 5 meters and object B is 10 meters, Object B is twice long. And when you say Object C has the height of 0, it means it is literally zero (it does not exist).

Check out more here:

[https://en.wikipedia.org/wiki/Level_of_measurement](https://en.wikipedia.org/wiki/Level_of_measurement)

You are viewing 1 out of 2 answers, click here to view all answers.