
| Name | Type | Description | Possible Values | Default Value |
| columnClassName | String | Name to be used as column header. | Any string. | "Column" |
| columnLabelVariableName | String | The name of the column containing row labels. | Any string. | "Label" |
| columnOrdering | String | The type of column ordering desired. Increasing and Decreasing refer to class frequencies. | "Alphabetical", "As Entered", "Decreasing", "Decreasing Alphabetical", "Increasing", "Increasing Alphabetical". | "As Entered" |
| decimalPlaces | int | Number of decimal places for displaying frequencies. | 0+, or -1 for default. | -1 |
| frequencyVariableName | String | The name of the column containing cell frequencies, in row-by-row order | Any string. | "Frequency" |
| includeFrequency | boolean | Whether to include class frequencies. | true,false | true |
| includeHeading | boolean | Whether to include a heading at the top of the table. | true,false | false |
| includePercentage | boolean | Whether to include class percentages. | true,false | true |
| includePercentageMessage | boolean | Whether to include a message at the bottom of the table concerning cell percentages. | true,false | true |
| numberOfColumns | int | Number of columns. | 1+ | 0 |
| numberOfRows | int | Number of rows. | 1+ | 0 |
| percentageType | String | Type of percentage. | "Tablewise", "Rowwise", "Columnwise" | "Tablewise" |
| rowClassName | String | Name to be used as row header. | Any string. | "Row" |
| rowOrdering | String | The type of row ordering desired. Increasing and Decreasing refer to class frequencies. | "Alphabetical", "As Entered", "Decreasing", "Decreasing Alphabetical", "Increasing", "Increasing Alphabetical". | "As Entered" |
| rowLabelVariableName | String | The name of the column containing row labels. | Any string. | "Label" |
| Name | Description | Arguments | Return Value |
| int getTotalCount() | Returns sum of the frequencies. | None. | Sum. |