Quantitative continuous data is any measurement that can take on any value within a range, including decimals and fractions. Height, temperature, blood pressure, and weight are all continuous because they aren’t limited to whole numbers or fixed values. The defining feature is that between any two measurements, there’s always another possible value. A person’s height isn’t just 5 feet or 6 feet; it could be 5.7314 feet or any point in between.
What Makes Data “Continuous”
Quantitative data comes in two forms: discrete and continuous. The difference comes down to whether you count or measure. Discrete data involves counting distinct, separate values, like the number of children in a family or the number of cars in a parking lot. You can have 3 children but never 3.47 children. Continuous data involves measuring, and measurements can always be more precise. Your weight might read 150 pounds on a bathroom scale, but a lab scale could show 150.38 pounds, and a more sensitive instrument could show 150.3821 pounds.
This infinite divisibility is what makes continuous data continuous. There’s no gap between possible values. Time is continuous because between 2 seconds and 3 seconds, there are infinite possible measurements: 2.1, 2.15, 2.1507, and so on. In practice, your measuring tool limits how precise you can get, but the underlying quantity itself has no such limit.
Common Examples
Continuous variables show up everywhere, especially in health and science. Blood pressure, respiratory function, age, body mass index, and the size of a tumor or lesion are all continuous measurements used routinely in medicine. So are body temperature, cholesterol levels, and reaction time.
Outside of healthcare, continuous data includes things like rainfall in inches, the speed of a car, the duration of a phone call, or the distance between two cities. If you can imagine the measurement landing on a decimal point rather than a whole number, it’s almost certainly continuous.
One useful test: ask yourself whether the value is something you’d measure with an instrument (a scale, a thermometer, a ruler, a stopwatch) or something you’d count by pointing and tallying. Instruments produce continuous data. Tallying produces discrete data.
Why the Distinction Matters
The reason statistics courses drill this distinction is that continuous and discrete data require different analytical tools. For continuous variables, you typically summarize the data using the mean (average) and standard deviation, which tells you how spread out the values are. Standard deviation technically requires continuous data to be meaningful, because it depends on the distance between values, not just their rank.
The statistical tests you use also depend on data type. If you want to compare two groups on a continuous measure (say, comparing average blood pressure between men and women), you’d use a t-test. If you’re comparing three or more groups (blood pressure across three age brackets), you’d use an analysis called ANOVA. These tests assume the data can take on a range of values and aren’t limited to categories.
Choosing the wrong test for your data type can produce misleading results, which is why identifying whether a variable is continuous is one of the first steps in any analysis.
How Continuous Data Gets Displayed
Histograms are the go-to visual for continuous data. They group measurements into bins (ranges) and use bars to show how many observations fall into each bin. The bars sit right next to each other with no gaps, which visually reinforces that the data is continuous with no breaks between values. A histogram gives you a quick read on the overall shape of the data, where the center falls, and how spread out the values are.
Frequency polygons work similarly but connect points with lines instead of using bars, which can make it easier to compare two continuous distributions on the same graph. Scatter plots are another common choice, especially when you’re looking at the relationship between two continuous variables (like height and weight).
The Problem With Turning Continuous Data Into Categories
A common mistake in research and everyday analysis is taking a continuous variable and chopping it into categories. For example, instead of analyzing blood pressure as a number, a researcher might split patients into “high” and “low” groups. This feels simpler, but it throws away a surprising amount of information.
Splitting a continuous variable into just two categories is roughly equivalent to losing a third of your data. Every person within a group gets treated as identical, even though someone with borderline high blood pressure is very different from someone with dangerously high blood pressure. Research in ecology and biomedical statistics has documented a long list of consequences: reduced statistical power, larger sample sizes needed to detect real effects, increased risk of both false positives and missed findings, and the inability to detect gradual or nonlinear patterns in the data.
Simulations comparing continuous analysis to categorized analysis consistently show that keeping the data continuous produces better model performance, tighter confidence intervals, and more accurate conclusions. Perhaps most importantly, conclusions drawn from inappropriately categorized continuous variables can be not just imprecise but genuinely wrong. If you have continuous data, the best practice is to analyze it as continuous.
Continuous in Theory, Rounded in Practice
One thing that trips people up is that continuous data almost always looks discrete when you record it. A thermometer might read 98.6°F, not 98.6417°F. A scale rounds to the nearest tenth of a pound. This doesn’t make the data discrete. The underlying quantity (temperature, weight) is still continuous. The rounding is a limitation of the instrument, not of the variable itself.
Age is an interesting borderline case. People typically report age as a whole number (“I’m 34”), which looks discrete. But age is really a continuous measurement of time since birth. If you needed to, you could measure it in years, months, days, hours, or fractions of a second. In most statistical contexts, age is treated as continuous.
The practical rule: if more precision would be meaningful and possible with a better instrument, the variable is continuous even if your recorded values happen to be rounded.

