StatBean Name: FrequencyTable

Purpose: Constructs a table based on counts obtained from a frequency tabulation.

DataSource: any (automatic data transfer if Tabulation).


Read/Write Properties
NameTypeDescriptionPossible ValuesDefault Value
classNameStringName to be used as column header over labels.Any string."Frequency"
decimalPlacesintNumber of decimal places for displaying frequencies.0+, or -1 for default.-1
frequencyVariableNameStringThe name of the column containing class frequencies.Any string."Frequency"
includeCumulativeFrequencybooleanWhether to include a column of cumulative frequencies.true,falsetrue
includeCumulativePercentagebooleanWhether to include a column of cumulative percentages.true,falsetrue
includeFrequencybooleanWhether to include a column of class frequencies.true,falsetrue
includePercentagebooleanWhether to include a column of class percentages.true,falsetrue
includeStandardErrorbooleanWhether to include a column of standard errors for the frequencies.true,falsefalse
includeTotalbooleanWhether to include a row with table trotals.true,falsetrue
labelVariableNameStringThe name of the column containing class labels.Any string."Label"
orderingStringThe type of column ordering desired. Increasing and Decreasing refer to class frequencies."Alphabetical",
"As Entered",
"Decreasing",
"Decreasing Alphabetical",
"Increasing",
"Increasing Alphabetical".
"As Entered"
weightVariableNameStringThe name of the column containing optional class weights.Any string.""

Other Public Methods
NameDescriptionArgumentsReturn Value
int getTotalCount()Returns sum of the frequencies.None.Sum.
int getNumberOfClasses()Returns the number of classes.None.Number of classes.
double getTotalScore()Returns sum of the scores.None.Sum.

Code Sample - see Tabulation.