I When can Ordinal Variables be treated as Interval Variables?

AI Thread Summary
Ordinal variables, such as those measured on a Likert scale, can be ranked but do not guarantee equal intervals between categories. In social science research, these variables are sometimes treated as interval variables if they have many levels, though this practice lacks strong justification. Critics argue that such treatment should be based on subject-matter logic rather than mere convention, as unequal spacing may lead to misleading interpretations. The discussion highlights the potential issues with binning continuous data and emphasizes the importance of careful justification when applying statistical methods to ordinal data. Ultimately, while the practice continues, it raises significant concerns regarding statistical validity and data integrity.
fog37
Messages
1,566
Reaction score
108
TL;DR Summary
Understanding when ok to treat ordinal variables treated as interval variables
Hello,

Ordinal variables (see Likert scale) can be labelled using numbers and ranked by those numbers. However, the difference between category 2 and category 3 may not be exactly be the same as the difference between category 4 and 5. That said, I noticed that in social science ordinal variables are sometimes approximately treated as if they were numerical predictors if the ordinal variable has many levels...Is that a correct approach? What justifies that? I did some reading and found a variety of opinions on the topic...

Thanks
 
Physics news on Phys.org
fog37 said:
TL;DR Summary: Understanding when ok to treat ordinal variables treated as interval variables

What justifies that?
People did it previously in published papers. Doing it currently doesn’t sink a paper.

It isn’t a great justification. As you say, there are a variety of opinions on the topic. Including ones that are supportive of the practice.

So it will continue to be done for the time being. Most reviewers are statistically unsophisticated, and ordinal methods are less familiar and often less powerful.
 
Dale said:
People did it previously in published papers. Doing it currently doesn’t sink a paper.

It isn’t a great justification. As you say, there are a variety of opinions on the topic. Including ones that are supportive of the practice.

So it will continue to be done for the time being. Most reviewers are statistically unsophisticated, and ordinal methods are less familiar and often less powerful.
It seems to me that the issue is more serious if we treat a response/outcome variable that is ordinal as numerical and maybe less a serious issue if the ordinal variable is an independent variable and we treat it as an interval variable...
 
fog37 said:
TL;DR Summary: Understanding when ok to treat ordinal variables treated as interval variables

Hello,

Ordinal variables (see Likert scale) can be labelled using numbers and ranked by those numbers. However, the difference between category 2 and category 3 may not be exactly be the same as the difference between category 4 and 5. That said, I noticed that in social science ordinal variables are sometimes approximately treated as if they were numerical predictors if the ordinal variable has many levels...Is that a correct approach? What justifies that? I did some reading and found a variety of opinions on the topic...

Thanks
"Is that a correct approach?"
No. The fact that something is [or has been] widely done does not make it valid.
 
  • Like
Likes FactChecker
IMO, there should be some subject-matter logic behind the relative numerical values in order to justify that approach. In the cases you refer to, you should base your evaluation on how well they justified the scaling. There may be very good reasons for unequal spacing, but there might not be. I would hope that any assignment of unequal spacing in a peer-reviewed publication was done for some subject-matter, logical reason.
 
Just a point: binning continuous data can be a very bad thing to do and you're losing information: care hast to be take even in the best of situations. Imagine a data set that is actually bimodal (or multimodal): a histogram with too few bins probably won't detect it. Using income data rounded to tens of thousands can hide evidence of inflation that would be detected from the raw values.

Frank Harrell has a very good illustration of problems at the following link.

https://discourse.datamethods.org/t/categorizing-continuous-variables/3402
 
statdad said:
binning continuous data can be a very bad thing to do and you're losing information: care hast to be take even in the best of situations. Imagine a data set that is actually bimodal (or multimodal): a histogram with too few bins probably won't detect it.
Binning can also produce a bimodal discrete distribution where the underlying continuous distribution is not bimodal.

However, very often with psychological data you are working with latent variables so you have no choice but to do an unknown binning on the unobservable latent scale.
 
Dale said:
Binning can also produce a bimodal discrete distribution where the underlying continuous distribution is not bimodal.

However, very often with psychological data you are working with latent variables so you have no choice but to do an unknown binning on the unobservable latent scale.
There are methods too, for Latent variables, that assume observed data originate from a continuous,
iirc (wolg) normal variables. let me see if I can find refs.
 
WWGD said:
There are methods too, for Latent variables, that assume observed data originate from a continuous,
iirc (wolg) normal variables. let me see if I can find refs.
Yes. I like the cumulative family with the logit or probit link in the brms package in R. With the probit link the latent variable is assumed to have a standard normal distribution.
 
Back
Top