Variable Types
Unit 1 · Exploring One-Variable Data
What AP Stats asks here
Every statistical analysis starts with one decision: is the variable categorical or quantitative? That decision drives every visualization and summary statistic downstream. The classic AP trap is the numeric label — zip codes, student IDs, and jersey numbers look quantitative but are categorical because averaging them is scientifically meaningless.
Two top-level types
Subtypes
Categorical vs quantitative
Apply the meaningful-arithmetic test. If the mean or sum of the values is scientifically interpretable, the variable is quantitative; otherwise categorical.
Practice more of this type— AI-generated · always-new problems
Generate Problems →Discrete vs continuous
For a quantitative variable, ask whether the values are countable integers (discrete) or values in an interval bounded only by measurement precision (continuous).
Practice more of this type— AI-generated · always-new problems
Generate Problems →Nominal vs ordinal
For a categorical variable, decide whether the categories have a defensible ranking (ordinal) or are simply distinct labels (nominal).
Practice more of this type— AI-generated · always-new problems
Generate Problems →