Complete the following steps if your response data for all groups or factor levels are in one column.
| C1 | C2 | C3 | 
|---|---|---|
| Corrections | Experience | Road type | 
| 4 | High | Paved | 
| 18 | Low | Gravel | 
| 8 | High | Dirt | 
| 10 | Low | Paved | 
Complete the following steps if the response data for each group are in different columns. If you have one categorical factor, each column is a level of that factor. If you have more than one categorical factor, each column is a group that is a combination of factor levels from all factors.
| C1 | C2 | C3 | C4 | C5 | C6 | 
|---|---|---|---|---|---|
| High Paved | Low Paved | High Gravel | Low Gravel | High Dirt | Low Dirt | 
| 4 | 10 | 12 | 18 | 8 | 13 | 
| 2 | 4 | 5 | 9 | 13 | 11 | 
| 11 | 20 | 6 | 9 | 5 | 9 | 
| 10 | 31 | 7 | 7 | 4 | 7 |