MetStaT.GetFreqTable: Tabulates the frequency of all unique values.

Description Usage Arguments Author(s)

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.

Usage

1
MetStaT.GetFreqTable(classes.to.check, class.types = NULL)

Arguments

classes.to.check

an array that contains the values with the unique class-values to be tabulated.

class.types

an optional array which contains pre-defined class values over which to tabulate.

Author(s)

Tim Dorscheidt


MetStaT documentation built on May 2, 2019, 1:45 p.m.