compress.freq.tb {lcd} | R Documentation |
Compresses a frequency table to a subset of the variables.
compress.freq.tb(tb, subset = colnames(tb@table)[-ncol(tb@table)])
tb |
the frequency table to be compressed, an object of class
freq.tb . |
subset |
a vector of strings indicating the subset of variables to be compressed on. The default is the whole variable set. |
The actual computation routine is implemented in C++
.
The compressed table, an object of class freq.tb
.
Zongming Ma and Xiangrui Meng