Count Data vs Proportion

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Count data

Variables and data types

Count data are whole-number tallies of how many observational units fall in a category or how many times an event happened.

Counts are non-negative whole numbers and they depend on how big the group is, which is why comparing raw counts across groups of different sizes misleads. For example, 45 walkers in a 300-student school is a larger share than 60 walkers in a 600-student school, since 45/300=0.1545 / 300 = 0.15 beats 60/600=0.1060 / 600 = 0.10. Converting each count to a proportion or a rate is the fix. Counts are also what chi-square procedures require, because the test compares observed counts to expected counts; entering percentages instead produces a meaningless statistic.

Full entry for count data

Proportion

Variables and data types

A proportion is a part-to-whole fraction between 0 and 1, found by dividing the count in a category by the total number of observations.

A proportion rescales a count so that groups of different sizes become comparable, and because it is a part of a whole it can never fall below 0 or rise above 1. In symbols p^=x/n\hat{p} = x / n, where p^\hat{p} (p-hat) is the sample proportion, xx is the count in the category, and nn is the sample size; the population version is written pp. For example, if 45 of 300 students walk to school then p^=45/300=0.15\hat{p} = 45 / 300 = 0.15, or 15 percent. Proportions carry no units, which is what separates them from rates such as 7 cases per 1,000 people per year.

Full entry for proportion

Where each one fits in the course