The ContingencyTableCell type exposes the following members.
| Name | Description |
---|
 | AdjustedStandardizedResidual |
Gets the standardized difference between the expected and the actual count
in the cell of the contingency table.
|
 | ChiSquare |
Gets the contribution of the cell to the Chi-square statistic of the contingency table.
|
 | ColumnLevel |
Gets the level of the column containing the cell.
|
 | Count |
Gets the number of observations in the cell.
|
 | ExpectedCount |
Gets the expected count of the cell based on the row and column totals
of the contigency table.
|
 | RelativeFrequency | |
 | RelativeFrequencyInColumn |
Gets the frequency of the cell relative to the other cells in the same column of the contingency table.
|
 | RelativeFrequencyInRow |
Gets the frequency of the cell relative to the other cells in the same row of the contingency table.
|
 | RelativePercentage | |
 | RelativePercentageInColumn |
Gets the percentage of the cell relative to the other cells
in the same column of the contingency table.
|
 | RelativePercentageInRow |
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.
|
 | RowLevel |
Gets the level of the row containing the cell.
|
 | StandardizedResidual |
Gets the standardized difference between the expected and the actual count
in the cell of the contingency table.
|
Top
Reference