Home » Researcher.Life » Levels of Measurement: Nominal, Ordinal, Interval, and Ratio (with Examples)
levels of measurement

Levels of Measurement: Nominal, Ordinal, Interval, and Ratio (with Examples)

Understanding levels of measurement is one of the most foundational skills in research and data analysis. The level at which a variable is measured determines which statistical operations are valid, which tests are appropriate, and how findings should be interpreted. This article provides a comprehensive guide to all four levels of measurement: nominal, ordinal, interval, and ratio. It includes real-world examples across multiple disciplines, a guide to choosing the right descriptive statistics and hypothesis tests, software implementation notes, and a discussion of common pitfalls.

Key Takeaways

  • The level of measurement determines your entire analysis path: it dictates which descriptive statistics, visualizations, and inferential tests are appropriate for your data.
  • Upgrading is impossible, downgrading loses information: always collect data at the highest feasible level of measurement, because you can reduce precision later but you cannot recover it.
  • Common errors include treating ordinal data as interval: applying a mean or t-test to Likert-scale responses, or IQ scores, requires assumptions that may not hold and should be justified explicitly.
  • Stevens’ typology (1946) remains the standard framework: though it has critics in psychometrics, understanding its four levels is essential for any researcher, analyst, or data scientist.

 

Glossary of Key Terms

Term Definition
Level of Measurement The classification system that describes the nature of data values and the mathematical operations that can legitimately be performed on them.
Nominal Scale A scale that groups data into named categories with no inherent order (e.g., blood type, country of birth).
Ordinal Scale A scale that ranks categories in a meaningful order, but with unequal or unknown distances between ranks (e.g., satisfaction ratings).
Interval Scale A scale with equal, measurable distances between values but no true zero point (e.g., temperature in Celsius).
Ratio Scale A scale with equal distances between values and a true zero point, enabling ratio comparisons (e.g., weight, height, income).
True Zero A zero value that indicates the complete absence of the measured attribute, not merely an arbitrary reference point.
Descriptive Statistics Summary measures (mean, median, mode, standard deviation) used to describe the central tendency and spread of data.
Central Tendency A single value that represents the center of a data distribution: mean, median, or mode.
Stevens’ Typology The four-level classification of measurement scales proposed by psychologist Stanley Smith Stevens in 1946.

 

Background: Stevens’ Typology and Why It Matters

In 1946, the American psychologist Stanley Smith Stevens published a landmark paper in Science introducing a hierarchy of four measurement scales: nominal, ordinal, interval, and ratio. His framework, often called Stevens’ typology, gave researchers a shared vocabulary for discussing the precision and mathematical properties of data.

Stevens’ typology is not without controversy. Some statisticians and psychometricians argue that the boundaries between levels are not always clear, particularly for psychological constructs such as intelligence or attitudes. A key debate concerns whether Likert-scale data (typically treated as ordinal) can justifiably be analyzed with interval-level methods such as means and standard deviations. Research by Norman (2010) and others suggests that under certain conditions, treating ordinal data as interval introduces only minor distortions. However, the conservative and defensible position remains: use the methods appropriate to the level of measurement actually achieved.

Despite its critics, Stevens’ framework is the near-universal standard in research methodology courses, peer review, and statistical reporting. Understanding it is not optional for anyone who collects or analyzes data.

The Four Levels of Measurement

Nominal Scale

The nominal scale is the simplest level of measurement. It groups observations into named categories that are mutually exclusive and exhaustive. There is no implied ranking, no sense in which one category is greater or lesser than another, and no arithmetic relationship between categories.

Key properties:

  • Categories are labels only; no order exists.
  • The only permitted measure of central tendency is the mode.
  • The only arithmetic operation is counting (frequency).
  • Percentages can be calculated across categories.

Examples across disciplines:

  • Clinical research: blood type (A, B, AB, O); tumor classification (adenocarcinoma, squamous cell, small cell); assigned treatment group in a clinical trial.
  • Social science: country of birth; religious affiliation; political party membership; self-identified gender.
  • Business: industry sector; brand name; payment method (cash, card, digital wallet).

Ordinal Scale

The ordinal scale adds a meaningful order to the categories of the nominal scale. However, the distances between adjacent ranks are not guaranteed to be equal or even measurable. Knowing that one observation ranks higher than another tells you nothing about how much higher.

Key properties:

  • Categories can be ranked from lowest to highest (or vice versa).
  • Intervals between ranks are not assumed to be equal.
  • Permitted statistics include the median, mode, percentiles, and the interquartile range.
  • The mean is technically not valid, though it is widely used in practice (see Common Errors section).

Examples across disciplines:

  • Clinical research: pain severity (mild, moderate, severe); cancer staging (Stage I through Stage IV); functional capacity ratings.
  • Social science: socioeconomic status (low, medium, high); educational attainment level; Likert-scale survey responses (strongly disagree to strongly agree).
  • Business: customer satisfaction tier (bronze, silver, gold); credit rating (AAA down to D); Net Promoter Score category (detractors, passives, promoters).

Interval Scale

The interval scale has all the properties of the ordinal scale, with the additional feature that the distances between consecutive points are equal and meaningful. A difference of 10 units means the same thing at any point on the scale. However, the interval scale lacks a true zero point: zero does not mean the absence of the measured attribute.

Key properties:

  • Equal, measurable distances between all points.
  • No true zero; zero is an arbitrary reference point.
  • Addition and subtraction are meaningful; multiplication and division of the values themselves are not.
  • Permitted statistics include the mean, median, mode, standard deviation, variance, and Pearson correlation.

The absence of a true zero explained: Consider temperature in Celsius. Zero degrees does not mean the absence of temperature; it is simply the freezing point of water. This means that saying 20 degrees Celsius is twice as hot as 10 degrees Celsius is meaningless. You can say it is 10 degrees warmer, but not twice as warm.

Examples across disciplines:

  • Clinical and psychological research: IQ scores; standardized test scores (SAT, GRE); dates on the Gregorian calendar; temperature in Celsius or Fahrenheit.
  • Social science: calendar year of a survey response; attitude scale scores derived from psychometric instruments.
  • Business and economics: index scores with an arbitrary baseline (e.g., Consumer Price Index rebased to a specific year = 100).

Ratio Scale

The ratio scale is the highest level of measurement. It has all the properties of the interval scale and additionally has a true zero point, meaning that zero represents the complete absence of the quantity being measured. Because of this, ratio comparisons (twice as much, half as many) are valid and meaningful.

Key properties:

  • Equal, measurable distances between all points.
  • A true zero that represents the absence of the measured attribute.
  • All arithmetic operations (addition, subtraction, multiplication, division) are valid.
  • All descriptive statistics are permitted, including ratios, proportions, geometric means, and the coefficient of variation.

Examples across disciplines:

  • Clinical research: blood pressure in mmHg; drug dosage in milligrams; patient age in years; body mass in kilograms.
  • Social science: number of years of formal schooling; household size; number of children; annual household income.
  • Business and economics: revenue; units sold; profit margin; time-to-market in days; employee headcount.

 

Comparison of All Four Levels

Property Nominal Ordinal Interval / Ratio
Named categories Yes Yes Yes
Meaningful order No Yes Yes
Equal intervals No No Yes
True zero No No Ratio only
Permitted operations Count, mode Median, mode, rank Mean, SD, correlation (interval); all arithmetic (ratio)
Data type Qualitative Qualitative or Quantitative Quantitative

 

Choosing the Right Descriptive Statistics

The level of measurement directly determines which summary statistics can be meaningfully computed. Using an inappropriate statistic, such as a mean for ordinal data, can produce misleading results.

Level Permitted Statistics Example
Nominal Mode, frequency counts, percentages Most common blood type in a sample
Ordinal Mode, median, percentiles, interquartile range Median satisfaction rating on a five-point scale
Interval Mode, median, mean, standard deviation, variance, correlation Mean IQ score in a population
Ratio All of the above, plus ratios, proportions, geometric mean, coefficient of variation Mean income ratio between two countries

 

Choosing the Right Statistical Test

This is the most practically important application of understanding levels of measurement. Each inferential test rests on assumptions about the data’s scale; violating those assumptions can invalidate conclusions.

Level Common Statistical Tests Example Use Case
Nominal Chi-square test, Fisher’s exact test, logistic regression Testing whether gender affects voting preference
Ordinal Mann-Whitney U, Kruskal-Wallis, Spearman correlation, Wilcoxon signed-rank Comparing satisfaction scores between two service providers
Interval Independent samples t-test, paired t-test, ANOVA, Pearson correlation, linear regression Comparing average IQ scores across school types
Ratio All interval tests, plus geometric mean comparisons, ratio analysis, log-linear models Analyzing income inequality across regions

 

Quick Decision Guide: What Level Is Your Variable?

Use these questions in order:

  • Step 1: Can the values only be placed into named categories with no order? If yes: nominal.
  • Step 2: Can the categories be meaningfully ranked, but are the distances between ranks unknown or unequal? If yes: ordinal.
  • Step 3: Are the distances between values equal and measurable, but does zero not mean the absence of the attribute? If yes: interval.
  • Step 4: Are the distances equal and measurable, and does zero mean the attribute is completely absent? If yes: ratio.

 

Real-World Examples Across Research Disciplines

Level Clinical Research Social Science Economics / Business
Nominal Blood type, tumor classification, drug treatment group Country of birth, religious affiliation, political party Industry sector, brand name, payment method
Ordinal Pain severity (mild/moderate/severe), tumor staging (I-IV) Socioeconomic status (low/medium/high), Likert-scale survey items Customer satisfaction tier, credit rating (AAA to D)
Interval Temperature (Celsius), calendar date, IQ score Year of survey response, attitude scale scores Year of incorporation, index score (e.g., Consumer Price Index baseline)
Ratio Blood pressure, dosage in milligrams, patient age, body weight Number of years of schooling, household size, annual income Revenue, sales volume, profit margin, years in business

 

Common Errors and Misconceptions

Treating Likert-Scale Data as Interval

This is the single most widespread measurement error in social science and business research. A five-point Likert item (strongly disagree to strongly agree) is technically ordinal: there is no guarantee that the psychological distance from “disagree” to “neutral” equals the distance from “neutral” to “agree.”

In practice, many researchers compute means and apply t-tests to Likert items. Norman (2010) and subsequent simulation studies suggest that this often produces acceptable results when scales have five or more points and distributions are roughly symmetric. However, the safer and more theoretically defensible approach is to use ordinal methods (medians, Spearman correlation, Mann-Whitney U) unless parametric assumptions can be justified.

Applying the Mean to Ordinal Data in Research

Calculating an average rank or an average satisfaction category is statistically unjustified unless the equal-interval assumption holds. For example, reporting the mean of cancer stage scores (I through IV) implies that the clinical difference between Stage I and Stage II is the same as the difference between Stage III and Stage IV, which is biologically false.

Confusing Interval and Ratio Scales for Temperature

Temperature in Celsius and Fahrenheit is interval, not ratio. Saying that 30 degrees Celsius is “twice as hot” as 15 degrees Celsius is incorrect because zero Celsius is not the absence of heat. Temperature in Kelvin, however, is a ratio scale: 0 Kelvin is absolute zero, the complete absence of thermal energy. This distinction matters in physical sciences and thermodynamics.

Assuming Discrete Data Cannot Be Ratio

Some researchers confuse continuous versus discrete with interval versus ratio. A variable can be discrete (countable, whole numbers only) and still be ratio. The number of publications an author has produced is discrete and ratio: zero means no publications, and having 20 papers is genuinely twice as many as having 10.

Misclassifying IQ Scores

IQ scores are interval, not ratio. An IQ of zero does not mean the complete absence of intelligence; it is a statistically impossible score outside any real distribution. Furthermore, a person with an IQ of 140 is not twice as intelligent as a person with an IQ of 70 in any meaningful psychological sense. Accordingly, ratios of IQ scores are not interpretable, and analyses that imply such ratios are methodologically flawed.

 

Converting Between Levels: Information Loss

Researchers sometimes need to convert a variable measured at one level to a lower level. For example, exact incomes collected on a ratio scale may be grouped into brackets (ordinal) for reporting or privacy reasons. This is always permissible, but it always comes at a cost.

Conversion Direction What Is Lost
Ratio to ordinal (e.g., exact income to income brackets) Precise numerical differences; arithmetic operations become invalid
Interval to ordinal (e.g., IQ to low/medium/high) Equal-interval property; mean can no longer be computed meaningfully
Ordinal to nominal (e.g., rank to category label) Order information; no ranking possible
Any downgrade Statistical power and analytical depth; you can never recover lost precision after data collection

 

The practical implication: design your data collection at the highest feasible level of measurement for your research question. Converting down is always possible after the fact; converting up is not.

Declaring Variable Types in Statistical Software

Most statistical software requires or benefits from explicit declaration of variable types. Declaring the correct type ensures that the software applies appropriate default analyses and prevents inadvertent misuse.

Level R SPSS Python (pandas)
Nominal factor(x) or character Nominal (string or numeric with value labels) Categorical dtype with no ordering
Ordinal factor(x, ordered = TRUE) Ordinal (string with defined order) pd.Categorical(x, ordered=True)
Interval numeric or integer Scale (continuous) float64 or int64
Ratio numeric or integer Scale (continuous) float64 or int64

 

Note on R: Wrapping a variable in factor() without ordered = TRUE tells R to treat it as nominal. Adding ordered = TRUE signals ordinal status and enables ordered-factor-specific methods such as the polr() function for proportional odds logistic regression.

Note on SPSS: The Measure column in Variable View accepts Nominal, Ordinal, or Scale (which covers both interval and ratio). Setting this correctly changes the default chart types and the options available in analysis menus.

Note on Python: The pandas Categorical dtype with ordered=True enables sort operations and comparisons respecting the defined category order. For ratio data, standard float64 or int64 columns are appropriate, and no special declaration is needed.

 

Why Levels of Measurement Matter for Research Quality

The level of measurement is not a trivial administrative classification. It has concrete consequences for research validity:

  • Validity of statistical tests: applying a parametric test (t-test, ANOVA) to nominal or ordinal data violates the test’s assumptions and can produce Type I or Type II errors.
  • Interpretability of results: ratio comparisons are only meaningful on ratio scales; reporting that one group scored “twice as high” on an interval measure is technically incorrect.
  • Research planning: the intended level of measurement determines sampling requirements, instrument design, and data storage format; these decisions must be made before data collection begins.
  • Reproducibility: clearly reporting the level of measurement of each variable makes it easier for other researchers to replicate the analysis or combine data across studies in a meta-analysis.
  • Peer review: reviewers and editors routinely flag mismatches between variable type and statistical method as grounds for major revision or rejection.

 

 

Frequently Asked Questions

What are the four levels of measurement, in order from least to most precise?

The four levels, from least to most precise, are: nominal (categories only, no order), ordinal (categories with rank but unequal intervals), interval (equal intervals, no true zero), and ratio (equal intervals with a true zero). Each level includes all the properties of the levels below it.

Is age a ratio or interval variable?

Age is a ratio variable. A person who is 0 years old (a newborn) has a genuine absence of elapsed life time, and it is meaningful to say that a 40-year-old is twice the age of a 20-year-old. This is possible because age has a true zero. Note that the calendar year in which someone was born is an interval variable, not ratio, because year zero is an arbitrary historical reference point, not the absence of time.

Is gender nominal or ordinal?

Gender is a nominal variable in most research contexts. The categories (male, female, non-binary, and others) do not have an inherent, universally agreed-upon order or ranking. Assigning numbers to gender categories (e.g., 0 and 1) does not make the variable ordinal or numeric; the numbers are simply labels. Any analysis that implies ranking or arithmetic between gender categories is methodologically incorrect.

Can Likert-scale data be treated as interval?

Strictly speaking, no. Likert-scale data (e.g., a five-point scale from strongly disagree to strongly agree) is ordinal because the psychological distance between response options is not guaranteed to be equal. The appropriate statistics are the median and non-parametric tests. However, many published studies treat Likert data as interval and compute means and standard deviations, and simulation research suggests the practical distortion is often small when scales have five or more points. The approach must be justified in the methods section; it should not be assumed to be acceptable by default.

What is the difference between interval and ratio scales?

Both interval and ratio scales have equal, measurable distances between points. The critical difference is the zero point. An interval scale has an arbitrary zero (temperature in Celsius: 0 degrees is not the absence of heat), while a ratio scale has a true zero (weight in kilograms: 0 kg is the complete absence of mass). Because of this, multiplication and division of actual values are only meaningful on ratio scales. You cannot say 20 degrees Celsius is twice as hot as 10 degrees, but you can say 20 kilograms is twice the weight of 10 kilograms.

Which level of measurement should I choose when designing my study?

Always aim for the highest feasible level of measurement for each variable, given your research context and participants’ willingness to share precise information. Collecting exact income (ratio) is more powerful than collecting income brackets (ordinal). If privacy or respondent burden forces a lower level, that decision and its analytical consequences should be clearly reported. You can always convert a ratio variable to ordinal after collection; you cannot recover ratio precision from ordinal data.

Which statistical tests are appropriate for each level?

The choice of test depends on the level of measurement of both the independent and dependent variables. For nominal data, use chi-square or logistic regression. For ordinal data, use Mann-Whitney U, Kruskal-Wallis, or Spearman correlation. For interval and ratio data, use t-tests, ANOVA, Pearson correlation, or linear regression when distributional assumptions are met. Refer to the statistical test table in this article for a structured guide.

Is income nominal, ordinal, interval, or ratio?

Income is a ratio variable when collected as an exact figure in a currency unit (e.g., annual salary in US dollars). Zero income is a genuine, possible value that indicates the complete absence of earnings, and it is meaningful to say that one salary is twice another. However, income is often collected in research using predefined brackets (e.g., less than $25,000; $25,000 to $49,999; etc.), which converts the variable to an ordinal scale. The level of measurement therefore depends on how the variable was collected, not on what the concept represents.

 

References

  1. Stevens, S. S. (1946). On the theory of scales of measurement. Science, 103(2684), 677-680.
  2. Norman, G. (2010). Likert scales, levels of measurement and the laws of statistics. Advances in Health Sciences Education, 15(5), 625-632.
  3. Williams, M. N. (2021). Levels of measurement and statistical analyses. Meta-Psychology, 5.
  4. MacKay, D. M. (1969). Information, Mechanism and Meaning. MIT Press.

 

This article was originally published on April 26, 2024, and updated on June 22, 2026.

Editage All Access is a subscription-based platform that unifies the best AI tools and services designed to speed up, simplify, and streamline every step of a researcher’s journey. The Editage All Access Pack is a one-of-a-kind subscription that unlocks full access to an AI writing assistant, literature recommender, journal finder, scientific illustration tool, and exclusive discounts on professional publication services from Editage. 

Based on 22+ years of experience in academia, Editage All Access empowers researchers to put their best research forward and move closer to success. Explore our top AI Tools pack, AI Tools + Publication Services pack, or Build Your Own Plan. Find everything a researcher needs to succeed, all in one place – Get All Access now starting at just $14 a month! 

Related Posts