Stem-and-Leaf Displays University Study Guide

Overview of Stem-and-Leaf Displays

  • Definition: A stem-and-leaf display (also known as a "Stemplot") is a method for summarizing the distribution of a quantitative variable. Unlike histograms, which only show the distribution shape, stem-and-leaf displays allow the viewer to see the individual data values.
  • Historical Context: This data visualization technique was devised by John W. Tukey, who was one of the most prominent statisticians of the 20th20^{th} century. While some modern computer programs and textbooks refer to these as "stemplots," Tukey's original terminology, "Stem-and-Leaf display," remains preferred by many scholars.
  • Comparison to Histograms:     * Histograms: Provide an easy-to-understand summary of a distribution but fail to show the actual data values themselves.     * Stem-and-Leaf Displays: Function similarly to a histogram in showing the overall shape and span of the data but retain the specificity of individual values. They are also considered the easier of the two to create manually by hand.

Rules and Requirements for Construction

  • Manual Construction: Stem-and-leaf displays are designed to be easily made by hand, especially for batches containing fewer than a few hundred data values.
  • Spatial Consistency: In a proper display, each digit must be given an equal amount of space to ensure the visual length of the "row" accurately represents the number of data points.
  • No Punctuation: There should be no commas placed between the digits in the leaf section of the display.
  • Leaf Digit Limitations: A leaf must always consist of only single digits (00 through 99).
  • Numerical Ordering: The leaves must be arranged in increasing numerical value as they move away from the stem.
  • Orientation and Sorting: While higher values can be placed at the bottom, it typically makes more sense for higher values to be positioned at the top of the display.

Anatomy of a Stem-and-Leaf Display

  • The Stem: Represents the "major units" of the data. For pulse rates or similar two-digit numbers, the stem is typically the tens place (10s10s).
  • The Leaf: Represents the "next major unit" or the ones place (1s1s). If a pulse rate is 6868, the leaf is the digit 88.
  • The Context Key: It is mandatory to include a key to explain the data's scale. For example, a key might state that (383|8) means 3838. In the specific example provided in the text, 686|8 means a pulse of 6868beats/min.
  • Bins: Stems act as bins. In granular displays, stems may be split to represent smaller ranges. For example:     * A stem of 88 containing values from 858985-89.     * A second stem of 88 containing values from 808480-84.

Case Study: Pulse Rates of 2424 Women

  • Data Source: Pulse rates taken from 2424 women by a researcher at a health clinic.
  • Data Interpretation from Histogram: Initial visual analysis of the histogram (PulseRate(beatsperminute)Pulse\,Rate\,(beats\,per\,minute)) shows the span and a typical pulse rate, but individual rates are obscured.
  • Individual Values from Stem-and-Leaf Display: By analyzing the pulse rates for the 2424 women in the provided display:     * Top Row (858985-89 range): 888|8signifies one pulse of 88bpm88\,bpm.     * Second Row (808480-84 range): 80000448|000044shows four instances of 80bpm80\,bpm and two instances of 84bpm84\,bpm.     * Third Row (757975-79 range): 766667|6666shows four instances of 76bpm76\,bpm.     * Fourth Row (707470-74 range): 722227|2222shows four instances of 72bpm72\,bpm.     * Fifth Row (656965-69 range): 688886|8888shows four instances of 68bpm68\,bpm.     * Sixth Row (606460-64 range): 604446|0444shows one instance of 60bpm60\,bpm and three instances of 64bpm64\,bpm.
  • Structural Note: Because the display is laid out vertically with the stem, if one turns the display on its side (or turns their head to the right), the shape mirrors that of a histogram. However, the higher values appear on the left in this orientation, effectively making it a "backwards" version of the histogram's shape.

Practical Implications and Advantages

  • Batch Size Reference: These displays are particularly useful for data batches with fewer than a few hundred data points.
  • Efficiency: They are described as a quick way to both display and record numbers simultaneously.
  • Granular Insight: Because the leaves preserve the individual values, researchers can often identify additional patterns or characteristics in the data that are not visible through the simple shape of a distribution.