freq.tb-class {lcd}R Documentation

Class "freq.tb"

Description

Objects representing frequency counts of all configurations of discrete variables existing in a data set.

Objects from the Class

Objects can be created by calls of the form new("freq.tb", ...).

Slots

table:
an m by p+1 matrix, where in each row, the first p integers give a configuration and the p+1-th element records the frequency count.
levels:
a p-vector which gives the total levels for each variable.

Warning

The user is responsible for giving the correct levels!

Author(s)

Zongming Ma and Xiangrui Meng

Examples

showClass("freq.tb")

[Package lcd version 0.7-2 Index]