NOIR
In the context of data analysis and research, NOIR stands for the four types of data measurement scales: Nominal, Ordinal, Interval, and Ratio. These are used to categorize different types of data based on the properties they have and the kinds of statistical operations that can be applied to them. Below is a breakdown of each type with examples:
1. Nominal Scale
- Definition: The nominal scale is used for labeling variables without any quantitative value. It represents categories or names and has no inherent order.
- Properties:
- No numerical value or order.
- Can only be used for labeling or grouping.
- Example:
- Gender: Male, Female, Non-binary.
- Eye color: Blue, Green, Brown.
- Countries: USA, South Korea, Japan.
2. Ordinal Scale
- Definition: The ordinal scale represents ordered data where the intervals between the values are not necessarily equal. It shows the relative rank of items.
- Properties:
- Order matters, but the differences between values are not consistent.
- No true zero point.
- Example:
- Customer satisfaction ratings: Very unsatisfied, Unsatisfied, Neutral, Satisfied, Very satisfied.
- Education levels: High school, Bachelor's degree, Master's degree, PhD.
- Class ranks: 1st, 2nd, 3rd place.
3. Interval Scale
- Definition: The interval scale has ordered values with meaningful and equal intervals between them. However, there is no true zero point.
- Properties:
- Equal intervals between data points.
- No absolute zero (zero doesn’t mean the absence of the variable).
- Example:
- Temperature in Celsius or Fahrenheit: The difference between 10°C and 20°C is the same as the difference between 20°C and 30°C, but 0°C doesn’t represent the absence of temperature.
- Dates: Years like 2000, 2020, and 1990, where the differences between years are equal, but there’s no absolute “zero year.”
4. Ratio Scale
- Definition: The ratio scale is the most informative scale. It has all the properties of an interval scale, but it also includes an absolute zero, meaning zero indicates the complete absence of the variable.
- Properties:
- Equal intervals between data points.
- A true zero point exists, so ratios (multiplication/division) make sense.
- Example:
- Height: A person who is 180 cm is twice as tall as someone who is 90 cm.
- Weight: 0 kg means no weight, and someone who weighs 80 kg is twice as heavy as someone who weighs 40 kg.
- Income: A person earning $0 has no income, and someone earning $100,000 earns twice as much as someone earning $50,000.
Each of these scales allows different levels of analysis and statistical operations, with nominal being the least complex and ratio being the most mathematically sophisticated.