Contingency Table Cell Properties
Properties
| Adjusted | Gets the standardized difference between the expected and the actual count in the cell of the contingency table. |
| Chi | Gets the contribution of the cell to the Chi-square statistic of the contingency table. |
| Column | Gets the level of the column containing the cell. |
| Count | Gets the number of observations in the cell. |
| Expected | Gets the expected count of the cell based on the row and column totals of the contigency table. |
| Relative | Gets the relative frequency of the cell in the ContingencyTableCell. |
| Relative | Gets the frequency of the cell relative to the other cells in the same column of the contingency table. |
| Relative | Gets the frequency of the cell relative to the other cells in the same row of the contingency table. |
| Relative | Gets the relative percentage of the cell in the ContingencyTableCell. |
| Relative | Gets the percentage of the cell relative to the other cells in the same column of the contingency table. |
| Relative | Gets the percentage of the cell relative to the other cells in the same row of the contingency table. |
| Residual | Gets the difference between the expected and the actual count in the cell of the contingency table. |
| Row | Gets the level of the row containing the cell. |
| Standardized | Gets the standardized difference between the expected and the actual count in the cell of the contingency table. |