CELLS Subcommand (MULT RESPONSE command)

By default, MULT RESPONSE displays cell counts but not percentages in crosstabulations. CELLS requests percentages for crosstabulations.

  • If you specify one or more keywords on CELLS, MULT RESPONSE displays cell counts plus the percentages you request. The count cannot be eliminated from the table cells.

COUNT. Cell counts. This is the default if you omit the CELLS subcommand.

ROW. Row percentages.

COLUMN. Column percentages.

TOTAL. Two-way table total percentages.

ALL. Cell counts, row percentages, column percentages, and two-way table total percentages. This is the default if you specify the CELLS subcommand without keywords.

Example

MULT RESPONSE  GROUPS=MAGS 'MAGAZINES READ' (TIME TO STONE (2))
  /VARIABLES=SEX (1,2) (EDUC (1,3)
  /TABLES=MAGS BY EDUC SEX
  /CELLS=ROW COLUMN. 
  • The CELLS subcommand requests row and column percentages in addition to counts.