CELLS subcommand (CHISQUARE INDEPENDENCE command)
By default, CHISQUARE INDEPENDENCE
displays only the number of cases in each
cell of the table. Use CELLS
to display row, column, or total percentages, or
expected counts. These are calculated separately for each table or subtable.
-
CELLS
specified without keywords displays cell counts along with row, column, and total percentages for each cell. - If
CELLS
is specified with keywords,CHISQUARE INDEPENDENCE
displays only the requested cell information. - Scientific notation is used for cell contents when necessary.
Parameter | Description |
---|---|
COUNT |
The observed cell counts. This is the default if CELLS is
omitted. |
ROW |
Row percentages. The number of cases in each cell in a row is expressed as a percentage of all cases in that row. |
COLUMN |
Column percentages. The number of cases in each cell in a column is expressed as a percentage of all cases in that column. |
TOTAL |
Two-way table total percentages. The number of cases in each cell of a subtable is expressed as a percentage of all cases in that subtable. |
EXPECTED |
Expected counts. Expected counts are the number of cases expected in each cell if the two variables in the subtable are statistically independent. |
.