The ctable tree specifies which statistics to calculate and output in the Contingency Table.
Example:
| Treenode | Label | Type | Default | Description |
|---|---|---|---|---|
| count | Counts | int | 1 | Specify whether to output this statistics in the Contingency Table. |
| ecount | Expected Counts | int | 1 | Specify whether to output this statistics in the Contingency Table. |
| rcount | Percentages of Row Counts | int | 1 | Specify whether to output this statistics in the Contingency Table. |
| ccount | Percentages of Column Counts | int | 1 | Specify whether to output this statistics in the Contingency Table. |
| tcount | Percentages of Total Counts | int | 1 | Specify whether to output this statistics in the Contingency Table. |
| res | Residuals, | int | 1 | Specify whether to output this statistics in the Contingency Table. |
| stdres | Standardized Residuals | int | 1 | Specify whether to output this statistics in the Contingency Table. |
| adjres | Adjusted Residuals | int | 1 | Specify whether to output this statistics in the Contingency Table. |
The massocial tree specifies which statistics to calculate to assess the strength of the relationship between the variables in the contingency table.
Example:
| Treenode | Label | Type | Default | Description |
|---|---|---|---|---|
| ccoeff | Contingency Coefficient | int | 0 | Specify whether to this statistics to be calculated. |
| phi | Phi | int | 0 | Specify whether to this statistics to be calculated. |
| cramer | Cramer's V | int | 0 | Specify whether to this statistics to be calculated. |
| lambda | Lambda | int | 0 | Specify whether to this statistics to be calculated. |
| ucoeff | Uncertainty Coefficient | int | 0 | Specify whether to this statistics to be calculated. |
| gamma | Gamma | int | 0 | Specify whether to this statistics to be calculated. |
| kendall | Kendall's tau-b tau-c | int | 0 | Specify whether to this statistics to be calculated. |
| somer | Somer's D | int | 0 | Specify whether to this statistics to be calculated. |