Data (Abstract) Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
A survey asks: (1) What is your ZIP code? (2) How many hours do you sleep per night? (3) Rate your satisfaction 1โ€“5. Classify each and identify potential misclassification pitfalls.

Solution

  1. 1
    ZIP code: looks numeric but is categorical โ€” arithmetic is meaningless (ZIP 90210 + ZIP 10001 makes no sense); it labels a region
  2. 2
    Hours of sleep: quantitative continuous โ€” arithmetic is meaningful (mean sleep = 7.2 hours)
  3. 3
    Satisfaction 1โ€“5: ordinal categorical (or sometimes treated as quantitative) โ€” numbers represent order but equal spacing is debatable
  4. 4
    Pitfall: treating ZIP codes or ratings as numeric leads to meaningless averages and incorrect analysis

Answer

ZIP = categorical; Sleep hours = quantitative; Satisfaction = ordinal (treat carefully).
Numeric appearance does not guarantee quantitative nature. ZIP codes and ID numbers are categorical despite being numbers. Ordinal data requires careful consideration โ€” treating ratings as interval data can yield misleading results.

About Data (Abstract)

Data is a collection of recorded observations or measurements used to describe, analyze, or make inferences about a phenomenon or population.

Learn more about Data (Abstract) โ†’

More Data (Abstract) Examples