Calculating the range is straightforward. You simply subtract the smallest value in the dataset from the largest value. For example, if you have a set of data points representing the number of flu cases over a certain period: 3, 7, 8, 15, and 20, the range would be calculated as: Range = Maximum Value - Minimum Value = 20 - 3 = 17