Section 1
Introduction and Construction of Two-Way Tables
Property
A two-way frequency table displays the counts (frequencies) of data for two different categorical variables to summarize the relationship between them.
To construct a two-way table from raw data:
- Identify the two categorical variables.
- Create rows for categories of one variable and columns for categories of the other.
- Tally each data point in the appropriate cell based on its category combination.
- Record the frequency count for each cell intersection.
Examples
- Analyzing Survey Data: A survey asked students about their gender and their favorite sport. The results are organized into rows (Male, Female) and columns (Football, Basketball, Baseball).
| Football | Basketball | Baseball | |
|---|---|---|---|
| Male | 40 | 30 | 20 |
| Female | 20 | 25 | 15 |
- Sorting Raw Data: Raw data shows: 9th-Soccer: 8 students, 9th-Basketball: 5 students, 10th-Soccer: 6 students, 10th-Basketball: 9 students. You create a table with Grade Level as rows and Sport as columns, filling in these exact frequencies into the intersecting cells.