Category Variables and Multiple Response Sets (CTABLES command)

Category variables define one cell per value. See the CATEGORIES subcommand for ways of controlling how categories are displayed. Multiple response sets also define one cell per value.

Example

CTABLES /TABLE HAPPY.
Figure 1. Table with counts in rows
Table with counts in rows
  • The counts for HAPPY are in the rows.

Example

CTABLES /TABLE BY HAPPY.
Figure 2. Table with counts in columns
Table with counts in columns
  • The counts for HAPPY are in the columns.

Example

CTABLES /TABLE BY BY HAPPY
Figure 3. Table with counts in layers
Table with counts in layers
  • The counts for HAPPY are in layers.