COLLEGE POLITICAL SCIENCE • RESEARCH METHODS

Descriptive Statistics — Interpret descriptive statistics and basic visualizations

Learn to summarize and visualize political data so patterns in public opinion, elections, and policy outcomes become immediately legible.

Historical Context & Motivation

Political decisions have always demanded evidence, but for most of human history the "evidence" consisted of anecdotes, petitions, and the impressions of elites. The systematic collection and summarization of numerical data—what we now call descriptive statistics—arose hand-in-hand with the modern state's need to govern large, complex populations. The very word "statistics" derives from the German Statistik, coined in the eighteenth century to describe the science of state affairs. Understanding this lineage helps us appreciate why descriptive statistics remain the indispensable first step in any political science research project: before we can test hypotheses or build models, we must know what our data actually look like.

1662
Graunt's Bills of Mortality
John Graunt published the first known systematic analysis of demographic data, using London death records to compute mortality rates—an early exercise in summarizing population-level patterns for policy purposes.
1749
Achenwall Coins "Statistik"
Gottfried Achenwall formalized the term to describe the empirical study of states, encompassing population counts, revenues, and military strength—data that governments needed to summarize succinctly.
1858
Nightingale's Rose Diagrams
Florence Nightingale used polar-area diagrams to visualize preventable deaths during the Crimean War, demonstrating that effective data visualization can drive policy reform.
1936
Gallup's Scientific Polling
George Gallup correctly predicted the 1936 U.S. presidential election using probability sampling and descriptive summaries of voter preferences, launching the modern era of survey-based political research.
1977
Tukey's Exploratory Data Analysis
John Tukey published his landmark text advocating stem-and-leaf plots, box plots, and other visual tools, arguing that "looking at data" should precede formal inference—a philosophy now central to quantitative political science.

The central question that descriptive statistics addresses is deceptively simple: What story does this dataset tell before we impose any theory on it? Whether you are examining voter turnout across fifty states, coding the ideological positions of Supreme Court justices, or cataloging the frequency of armed conflicts by region, the ability to compute meaningful summaries and render them visually is the foundation upon which all subsequent analysis rests.

Core Principles & Definitions

Descriptive statistics can be organized around a small number of foundational concepts, each of which answers a distinct question about your data. The three pillars—central tendency, dispersion, and distribution shape—together provide a compact portrait of any variable. To these we add the critical distinction between levels of measurement, which determine which statistics and visualizations are appropriate, and the concept of visualization as a tool that translates numbers into spatial patterns the human eye can interpret rapidly.

1

Central Tendency

Measures that identify the "typical" or "center" value in a distribution. The mean, median, and mode each capture a different sense of centrality and are appropriate for different levels of measurement.
2

Dispersion (Spread)

Measures that quantify how much individual observations deviate from the center. Range, interquartile range (IQR), variance, and standard deviation all answer the question: how heterogeneous is this variable?
3

Distribution Shape

Characteristics such as skewness and kurtosis that describe the symmetry and peakedness of a distribution. A right-skewed income distribution, for example, behaves very differently from a symmetric distribution of ideology scores.
4

Levels of Measurement

The four levels—nominal, ordinal, interval, and ratio—dictate permissible operations. You cannot compute a meaningful mean of party identification (nominal), but you can report its mode and display a bar chart.
5

Data Visualization

Graphical representations—histograms, box plots, bar charts, scatter plots—that leverage visual perception to reveal patterns, outliers, and relationships that raw tables may obscure.
KEY TAKEAWAY
Think of descriptive statistics as the dashboard of a car. The speedometer (mean) tells you the typical speed, the tachometer (standard deviation) warns you about volatility, and the fuel gauge (distribution shape) shows whether resources are concentrated or spread thin. Just as a driver glances at the dashboard before deciding to accelerate or brake, a political scientist examines descriptive statistics before choosing an analytical strategy. Ignoring the dashboard is how you run out of gas—or run a regression on data you do not understand.

Visual Explanation — Anatomy of a Distribution

The diagram below illustrates a hypothetical distribution of voter turnout rates across 100 congressional districts. It overlays the key descriptive statistics—mean, median, standard deviation boundaries, and quartiles—onto a histogram so you can see how each measure maps onto the shape of the data.

A histogram of voter turnout across 100 hypothetical congressional districts. The pink dashed line marks the mean (51.2%), the violet dashed line marks the median (50.0%), and the amber lines mark ±1 standard deviation, capturing roughly 68% of observations.

Notice that the mean (51.2%) sits slightly to the right of the median (50.0%), which hints at a modest right skew—a handful of high-turnout districts pull the arithmetic average upward. This is precisely the kind of nuance that becomes visible when you layer summary statistics onto a visual representation of the data. A table showing only the mean and standard deviation would miss the slight asymmetry; conversely, a histogram without annotated reference lines leaves the reader guessing where the center and spread fall. Effective descriptive analysis deploys both numbers and pictures in tandem.

Mathematical Framework

Although descriptive statistics rarely require advanced mathematics, a precise understanding of the formulas ensures you know exactly what each measure captures—and where it can mislead. The equations below use standard notation: n denotes the number of observations, xᵢ the value of the i-th observation, and ("x-bar") the sample mean.

SAMPLE MEAN
x̄ = (1/n) × Σ xᵢ (i = 1 to n)
The arithmetic average: sum all observed values and divide by the count. Sensitive to extreme values (outliers), which is why political scientists often report the median alongside the mean when studying variables such as income or campaign donations.
SAMPLE VARIANCE
s² = (1/(n − 1)) × Σ (xᵢ − x̄)² (i = 1 to n)
The average squared deviation from the mean, corrected by dividing by n − 1 (Bessel's correction) to produce an unbiased estimate of the population variance. Squaring ensures negative and positive deviations do not cancel each other out.
SAMPLE STANDARD DEVIATION
s = √s² = √[ (1/(n − 1)) × Σ (xᵢ − x̄)² ]
The square root of the variance, returning spread to the original units of measurement. A standard deviation of 9.8 percentage points on voter turnout is directly interpretable; a variance of 96.04 (percentage points squared) is not.
INTERQUARTILE RANGE
IQR = Q₃ − Q₁
The distance between the 75th percentile (Q₃) and the 25th percentile (Q₁). Because it ignores the tails, the IQR is robust to outliers and is the basis for detecting outliers in box plots: any point beyond Q₁ − 1.5 × IQR or Q₃ + 1.5 × IQR is flagged.
📐 Why n − 1?
When we compute the sample variance, we use the sample mean x̄ as a stand-in for the unknown population mean μ. This substitution artificially reduces the sum of squared deviations—each observation is, on average, closer to x̄ than to μ. Dividing by n − 1 instead of n compensates for this loss of one "degree of freedom," producing an unbiased estimator of the population variance σ².

Common Visualizations in Political Research

Different levels of measurement call for different visualization strategies. A bar chart is the workhorse for nominal and ordinal variables—think party affiliation, regime type, or Likert-scale survey responses. A histogram groups continuous or interval-ratio data into bins and reveals the shape of the distribution. A box plot (or box-and-whisker plot) compresses the five-number summary—minimum, Q₁, median, Q₃, maximum—into a compact visual that makes comparison across groups effortless. Finally, a scatter plot maps two continuous variables against each other, inviting the viewer to assess the direction and strength of a bivariate relationship at a glance.

Four visualization types commonly used in political science: a bar chart for categorical data (regime type), a box plot summarizing a distribution's five-number summary, a histogram revealing a bimodal ideology distribution, and a scatter plot showing a positive association between education and turnout.
Visualization selection guide by level of measurement
VisualizationBest ForLevel of MeasurementKey Insight Revealed
Bar ChartComparing frequencies or proportions across categoriesNominal, OrdinalWhich category dominates; relative group sizes
HistogramShowing the shape and spread of a continuous variableInterval, RatioSkewness, modality, presence of gaps or clusters
Box PlotComparing distributions across groups; detecting outliersInterval, RatioMedian, IQR, symmetry, outlier identification
Scatter PlotAssessing the relationship between two continuous variablesInterval, RatioDirection, strength, and form of association; outliers

Worked Example — Analyzing Legislative Productivity

Suppose you have collected data on the number of bills passed per legislative session across eight U.S. state legislatures: 120, 98, 145, 310, 105, 130, 112, 100. Your task is to compute the mean, median, standard deviation, and IQR, and then determine which summary statistics best characterize this distribution.

Computing Descriptive Statistics for Bills Passed
1
Step 1 — Organize the DataSort the observations in ascending order: 98, 100, 105, 112, 120, 130, 145, 310. There are n = 8 observations. Sorting is essential for computing the median and quartiles.
Sorted data: 98, 100, 105, 112, 120, 130, 145, 310
2
Step 2 — Compute the MeanSum all values: 98 + 100 + 105 + 112 + 120 + 130 + 145 + 310 = 1,120. Divide by n = 8: x̄ = 1,120 / 8 = 140.0. Notice that the single large value (310) pulls the mean well above most of the observations.
x̄ = 140.0 bills
3
Step 3 — Compute the MedianWith n = 8 (even), the median is the average of the 4th and 5th values. The 4th value is 112, the 5th is 120. Median = (112 + 120) / 2 = 116.0. The median is substantially lower than the mean, confirming a right skew caused by the outlier at 310.
Median = 116.0 bills
4
Step 4 — Compute Quartiles and IQRQ₁ is the median of the lower half (98, 100, 105, 112) = (100 + 105) / 2 = 102.5. Q₃ is the median of the upper half (120, 130, 145, 310) = (130 + 145) / 2 = 137.5. Therefore, IQR = Q₃ − Q₁ = 137.5 − 102.5 = 35.0.
IQR = 35.0 bills
5
Step 5 — Compute the Standard DeviationFirst compute each squared deviation from the mean (140): (98 − 140)² = 1,764; (100 − 140)² = 1,600; (105 − 140)² = 1,225; (112 − 140)² = 784; (120 − 140)² = 400; (130 − 140)² = 100; (145 − 140)² = 25; (310 − 140)² = 28,900. Sum = 34,798. Divide by n − 1 = 7: s² = 4,971.14. Take the square root: s ≈ 70.5.
s ≈ 70.5 bills
6
Step 6 — Interpret the ResultsThe mean (140.0) is 24 bills higher than the median (116.0), indicating pronounced right skew driven by the outlier (310). The standard deviation (70.5) is very large relative to the mean, further evidence of extreme variability. In this scenario, the median and IQR provide a more representative summary of "typical" legislative productivity than the mean and standard deviation. A researcher reporting only the mean would overstate how many bills a typical legislature passes.
Conclusion: Median (116.0) and IQR (35.0) are preferred for this skewed distribution.

Strengths, Limitations, and Common Pitfalls

Descriptive statistics are powerful precisely because they are simple, but that simplicity also creates risks. A single summary statistic can obscure crucial variation; a poorly chosen visualization can mislead readers—intentionally or not. The table below contrasts the strengths of descriptive methods with their most common limitations, providing a framework for responsible use in political science research.

Strengths and limitations of descriptive statistics in political research
StrengthsLimitations
Provide a concise summary of large datasets, making complex political phenomena accessible to diverse audiences.Cannot establish causation; describing a correlation between education and voter turnout does not prove one causes the other.
Serve as essential diagnostics before running inferential tests—revealing outliers, skewness, or measurement errors.Vulnerable to manipulation: truncating axes, cherry-picking bin widths, or omitting outliers can distort the story.
Require minimal computational resources and are universally understood across methodological traditions.Sensitive to choice of statistic: the mean misrepresents skewed distributions, while the mode may be unstable with small samples.
Visualizations leverage human perceptual strengths, allowing rapid pattern recognition that tables alone cannot provide.Anscombe's Quartet demonstrates that datasets with identical means, variances, and correlations can have radically different distributions—always visualize.
KEY TAKEAWAY
Descriptive statistics are like a physician's vital signs: blood pressure, heart rate, and temperature tell you a great deal quickly, but they cannot diagnose a disease on their own. A high temperature (analogous to a high mean) could indicate dozens of underlying conditions. The vital signs are indispensable—no physician would skip them—but they are the starting point of diagnosis, not the conclusion. Similarly, descriptive statistics tell you what your data look like, but establishing why they look that way requires the inferential tools you will encounter later in your methods training.

Connection to Inferential Statistics

Descriptive statistics characterize the sample in hand; inferential statistics use those sample characteristics to draw conclusions about the broader population from which the sample was drawn. Every inferential procedure—confidence intervals, hypothesis tests, regression models—depends on descriptive summaries as inputs. Understanding the distribution of your variables, checking for normality, identifying outliers, and selecting appropriate measures of center and spread are all prerequisites for valid inference. In essence, the descriptive stage is where you audit the quality of your evidence before presenting it in court.

Descriptive vs. inferential statistics
FeatureDescriptive StatisticsInferential Statistics
GoalSummarize and describe data in the sampleGeneralize from sample to population
UncertaintyNo probability statements; exact for the data at handQuantifies uncertainty via p-values, confidence intervals
Key ToolsMean, median, SD, IQR, histograms, box plotst-tests, chi-square, ANOVA, regression
AssumptionsMinimal; mostly correct measurement levelRandom sampling, distributional assumptions (e.g., normality)
Political Science Example"The mean approval rating in our sample is 42%.""The president's true approval lies between 39% and 45% (95% CI)."

As you progress in your research methods sequence, you will see that the descriptive tools mastered in this lesson become the diagnostic checks you run before every regression analysis. Checking histograms for normality, computing skewness to decide between means and medians, and plotting residuals are all applications of descriptive techniques in an inferential context. Mastering them now will pay dividends throughout your career.

Practice Problems

PROBLEM 1CONCEPTUAL
A political scientist reports that the mean household income in a sample of voters is $85,000 and the median is $52,000. What does the large gap between the mean and median tell you about the shape of the income distribution? Which measure would you recommend as a summary of the "typical" voter's income, and why?
PROBLEM 2BASIC CALCULATION
A survey of 6 countries recorded the following democracy index scores (0–10 scale): 8.5, 7.2, 6.8, 3.1, 9.0, 5.4. Compute the mean and sample standard deviation.
PROBLEM 3INTERMEDIATE
You are given the following sorted data on the percentage of women in parliament for 10 countries: 8, 12, 15, 19, 22, 25, 28, 33, 38, 48. Compute Q₁, Q₃, and the IQR. Then identify whether any observations qualify as outliers using the 1.5 × IQR rule.
PROBLEM 4APPLIED
You are preparing a research brief on voter turnout for a state elections commission. Your dataset contains turnout percentages for 200 precincts. The histogram shows a left-skewed distribution with a long tail toward low-turnout precincts. The mean is 58.3% and the median is 62.1%. The commission asks you: "What is the typical turnout, and how should we target get-out-the-vote efforts?" Draft a two-paragraph response that uses the appropriate descriptive statistics and recommends a visualization.
PROBLEM 5CRITICAL THINKING
Anscombe's Quartet consists of four datasets that share nearly identical means (7.50), variances (4.12), and Pearson correlations (0.82), yet look dramatically different when plotted. Explain what lesson this teaches about the relationship between descriptive statistics and data visualization. Then, propose a protocol—a series of specific steps—that a political scientist should follow when first encountering a new dataset to avoid the pitfalls Anscombe's Quartet illustrates.

Summary

Descriptive statistics provide the essential vocabulary for characterizing political data. Central tendency measures—the mean, median, and mode—identify the typical value, while dispersion measures—the standard deviation, variance, and IQR—quantify how spread out the data are. The choice between mean-based and median-based summaries depends on the distribution shape: symmetric distributions favor the mean, while skewed distributions favor the median.

Visualizations—histograms, box plots, bar charts, and scatter plots—transform numerical summaries into spatial patterns that reveal skewness, outliers, and bivariate relationships that raw tables may obscure. Always match your visualization to the level of measurement (nominal, ordinal, interval, ratio), and remember that descriptive statistics and visualizations are complements, not substitutes—combine them to build a complete picture before moving to inferential analysis.

Varsity Tutors • College Political Science • Descriptive Statistics — Interpret descriptive statistics and basic visualizations