Scales of Measurement
Core summary
Scales of measurement refine how we classify data: nominal (named categories), ordinal (ranked categories), interval (equal intervals, no true zero), and ratio (equal intervals with a true zero). This classification determines what mathematical operations are valid for your data.
Detailed explanation
Detailed explanation
The four scales of measurement — nominal, ordinal, interval, and ratio (sometimes remembered as NOIR) — were proposed by psychologist Stanley Stevens in 1946 and remain foundational in research methodology. Nominal scale is the simplest — items are named or categorized but not ordered. Examples: blood type, diagnosis, treatment group. You can count frequencies and calculate mode, but not mean or median. Ordinal scale adds rank or order. Examples: pain severity (mild, moderate, severe), satisfaction ratings, tumor stage. You can determine median and rank-order, but you cannot assume equal spacing between categories. Interval scale has equal intervals between values but no meaningful zero point. The classic example is temperature in Celsius or Fahrenheit — the difference between 20°C and 30°C is the same as between 30°C and 40°C, but 0°C does not mean 'no temperature.' You can calculate means and standard deviations, but ratios are not meaningful (40°C is not 'twice as hot' as 20°C). Ratio scale has equal intervals AND a true zero point. Examples: height (0 cm = no height), weight (0 kg = no weight), blood pressure (0 mmHg = no pressure), and most laboratory values. You can calculate means, standard deviations, AND meaningful ratios (80 kg is twice 40 kg). In clinical research, most continuous variables are ratio-scale (weight, BP, lab values), and most categorical variables are nominal or ordinal. True interval-scale data is relatively rare. The practical distinction that matters most is between nominal/ordinal (non-parametric tests) and interval/ratio (parametric tests).
Clinical example
Patient age = ratio (0 = birth, ratios meaningful: 60 is twice 30). Pain NRS score = ordinal (ordered but intervals may not be equal). Temperature in Celsius = interval (equal intervals, but 0°C is not 'no temperature'). Diagnosis category = nominal (no order).
Research example
When researchers use Likert scales (e.g., 1=strongly disagree to 5=strongly agree), there is debate about whether to treat them as ordinal or interval. This matters because it determines whether you can use means and parametric tests or must use medians and non-parametric tests.
Knowledge check
Q1. Temperature in Celsius is an example of which scale?
Q2. Which scale of measurement allows you to say '80 is twice as much as 40'?
Q3. You can calculate a meaningful average for nominal data.