MetStaT.GetFreqTable:
Tabulates the frequency of all unique values.
Description
Very similar to R's table function in the base package.
However, it returns the results in the order of occurrence, and not ordered by name orvalue. In addition, instead of tabulating over all unique value-occurrences in the data, an array can be supplied with pre-defined class-values over which to tabulate.