Frequency Analysis
Also known as: frequency distribution, frequency table, tally analysis, count analysis
Frequency analysis is a fundamental descriptive technique that tallies how often each distinct value or category appears in a dataset. It produces absolute counts, relative percentages, and cumulative frequencies, giving an immediate picture of how observations are distributed across categories. It is the natural first step when exploring categorical or discrete variables before applying inferential tests.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use frequency analysis whenever you need to summarize a nominal or ordinal variable — survey responses, Likert scales, demographic groups, yes/no items, or any discrete count data. It is the appropriate first step before chi-square tests, cross-tabulation, or logistic regression. Do not use it as a standalone inferential test: frequency analysis is descriptive and cannot by itself determine whether observed counts differ from expected values or from another group; for that, add a chi-square or binomial test. Avoid applying it to continuous variables without prior categorization.
Strengths & limitations
- Requires no distributional assumptions — valid for any categorical or discrete variable.
- Immediately interpretable by non-statistical audiences through counts and percentages.
- Serves as the gateway step before any categorical inferential analysis.
- Reveals the mode and data concentration at a glance.
- Cumulative frequencies are useful for ordinal scales and threshold-based decisions.
- Computationally trivial and available in every statistical software package.
- Purely descriptive — cannot test hypotheses or establish statistical significance on its own.
- Percentages can be misleading when the total sample size is very small.
- Provides no information about relationships between two or more variables (use cross-tabulation for that).
- Not applicable to continuous variables without prior binning, which introduces arbitrary boundaries.
Frequently asked
Is frequency analysis the same as a chi-square test?
No. Frequency analysis is purely descriptive — it counts and tabulates. A chi-square goodness-of-fit test takes those counts and statistically tests whether they match an expected distribution. Frequency analysis is the input; the chi-square test is the inferential follow-up.
Can I use frequency analysis for continuous variables?
Only after binning the variable into intervals (e.g., age groups). This creates grouped frequency distributions. However, binning discards within-interval variation and choices about interval width affect the picture, so you should also report the original continuous descriptive statistics alongside.
What is the difference between relative frequency and cumulative frequency?
Relative frequency is the proportion (or percentage) of observations in a single category. Cumulative frequency sums relative frequencies up to and including a given category, showing what share of data falls at or below that point — most meaningful for ordinal scales.
How should I handle very small category counts?
Categories with very few observations (often a rule of thumb is fewer than 5) can be reported separately but flagged, or merged with adjacent categories if theoretically defensible. Very small counts make percentages volatile and can violate the expected-frequency assumption of chi-square tests.
Does frequency analysis require a minimum sample size?
There is no formal minimum for descriptive tallying, but percentages become hard to interpret meaningfully below n = 20–30. For inferential follow-up tests that use frequency counts (e.g., chi-square), minimum expected-cell-count requirements apply.
Sources
- Field, A. (2013). Discovering Statistics Using IBM SPSS Statistics (4th ed.). SAGE. ISBN: 978-1446249185
- Agresti, A. (2007). An Introduction to Categorical Data Analysis (2nd ed.). Wiley. ISBN: 978-0471226185
How to cite this page
ScholarGate. (2026, June 3). Frequency Analysis. ScholarGate. https://scholargate.app/en/statistics/frequency-analysis
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Binomial TestStatistics↔ compare
- Cross-tabulation analysisStatistics↔ compare
- Descriptive StatisticsStatistics↔ compare