Undergrad When can Ordinal Variables be treated as Interval Variables?

Click For Summary
SUMMARY

Ordinal variables, such as those measured on a Likert scale, can be ranked but do not guarantee equal intervals between categories. In social sciences, these variables are sometimes treated as numerical predictors when they have many levels, though this approach lacks solid justification. Critics argue that valid treatment requires subject-matter logic behind the numerical values assigned. The discussion highlights the risks of binning continuous data and emphasizes the importance of careful evaluation in statistical practices.

PREREQUISITES
  • Understanding of ordinal and interval variables
  • Familiarity with Likert scale methodology
  • Knowledge of statistical methods for latent variables
  • Experience with R programming and the brms package
NEXT STEPS
  • Research the implications of treating ordinal variables as interval variables
  • Explore statistical methods for latent variable modeling
  • Learn about the cumulative family of models with logit or probit links in R
  • Investigate the effects of binning continuous data on statistical analysis
USEFUL FOR

Statisticians, social scientists, researchers analyzing survey data, and anyone involved in data modeling and interpretation.

fog37
Messages
1,566
Reaction score
108
TL;DR
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.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 45 ·
2
Replies
45
Views
6K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K