Qualitative Data
Statistics & ProbabilityQualitative data consists of categories or labels that describe characteristics rather than numerical measurements.
Definition
Qualitative data is information described with words or categories, not numbers. It answers questions like "What kind?" or "Which group?"
Example
Students' favorite school subjects (math, science, art, reading) or the color of cars in a parking lot are qualitative data.
Key Insight
Qualitative data tells you the type or category, while quantitative data tells you the amount. Both are useful for different questions.
Definition
Qualitative (categorical) data classifies observations into groups or categories with no inherent numerical value. It can be nominal (no order, like eye color) or ordinal (ordered categories, like class ranking: freshman, sophomore, junior, senior).
Example
Blood type (A, B, AB, O) is nominal qualitative data. Survey responses on a scale of "strongly disagree" to "strongly agree" are ordinal qualitative data.
Key Insight
Ordinal data has order but not equal spacing between levels. Treating ordinal data as if it were quantitative (e.g., averaging "strongly agree = 5") is statistically controversial.
Definition
Qualitative (categorical) variables take values from a finite set of categories. Nominal variables are analyzed with chi-square tests and contingency tables. Ordinal variables can use non-parametric tests (Mann-Whitney, Kruskal-Wallis) or ordered logistic regression when modeling outcomes.
Example
A chi-square goodness-of-fit test compares observed category frequencies to expected frequencies under a null hypothesis. For a die rolled $60$ times, expected frequency per face is $10$; the test statistic is $\chi^2 = \sum \frac{(O-E)^2}{E}$.
Key Insight
Encoding categorical variables as dummy (indicator) variables in regression allows integration of qualitative predictors into quantitative models, forming the basis of ANOVA and logistic regression.