Contingency Table Properties
Properties
| Chi | Returns the chi-square value for the contingency table. |
| Coefficient | Returns the coefficient of contingency of the contingency table. |
| Column | Gets the number of columns in the contingency table. |
| Column | Gets the categorical scale that contains the categories corresponding to the columns in the contingency table. |
| Cramer | Returns the Cramer V statistic for the contingency table. |
| Item[Int32, Int32] | Gets the cell at the specified position in the contingency table. |
| Item[Object, Object] | Gets the cell for the specified values of the categories in the contingency table. |
| Phi | Returns the Phi coefficient for the contingency table. |
| Row | Gets the number of rows in the contingency table. |
| Row | Gets the categorical scale that contains the categories corresponding to the rows in the contingency table. |
| Total | Gets the total of all counts in the contingency table. |