A bar chart hides the individual points.
Overlay points or choose a display that shows the observations and distribution.
Module 6 · Concept
Build a table and plot that preserve units, individual observations, and the shape of variation before summarizing.
Objective
Start with one row per observational unit or planned measurement, not one row per conclusion. Include sample or replicate ID, group, date or run, raw value, unit, instrument or method version, and a status field for suspect, missing, or repeated values. A separate data dictionary explains each column. Keep calculations in derived columns so the original reading remains visible. This design makes it possible to find a transcription error without reverse-engineering a bar chart.
NIST’s statistical handbook treats plots as tools for understanding data structure. A plot should answer a specific question: Are groups separated? Is there drift over run order? Are values skewed? For a small dataset, show points. A mean with an error bar can hide the distribution, especially when the number of observations is small. Label axes with quantities and units; never rely on color alone to distinguish groups.
A descriptive summary can include count, minimum and maximum, mean, median, and standard deviation, when each is appropriate. The mean is sensitive to extreme values; the median is a positional summary. Standard deviation describes spread among observations; it does not state the uncertainty of the mean by itself. Describe what the data show, then state what they cannot establish. A visible difference is a prompt for reasoning, not automatic proof of a treatment effect.
Worked example
Method A readings are 9.8, 10.0, and 10.1 mL; Method B readings are 10.4, 10.5, and 10.6 mL. The dataset is representative practice data.
Materials
Safety & stop conditions
Method
Write what one row represents and keep independent units distinct from repeated readings of the same unit.
Enter the original value, unit, ID, run, and status before calculating summaries.
Calculate conversions or normalized values in separate, labeled columns with formulas visible.
Choose points, dot plots, scatterplots, or another suitable display that keeps the relevant structure visible and includes units.
Report count, center, spread, and pattern, then state the limitation of the design and data.
Checkpoints
Common mistakes
Overlay points or choose a display that shows the observations and distribution.
Write the measured quantity and unit in the axis label or table heading.
Keep the experimental unit separate from technical readings and summarize at the planned level.
Include n and a justified spread summary, plus the raw-data path.
Practice
Use the worked example below as the supplied representative dataset: Method A readings are 9.8, 10.0, and 10.1 mL; Method B readings are 10.4, 10.5, and 10.6 mL. Build a raw table, make a point plot, and write three descriptive sentences.
Self-checks
Answer: It preserves the original observation and allows derived calculations and plots to be audited.
Answer: The spread of observations around their sample mean under the chosen calculation; it is not automatically the uncertainty of the mean.
Answer: When individual values and their distribution matter, especially with small datasets.
Answer: No. The design, controls, confounding, and uncertainty determine what causal conclusion is supportable.
Sources & further reading