as.freq.tb {lcd} | R Documentation |
Transforms a discrete data matrix into a raw frequency table.
as.freq.tb(mat)
mat |
a data matrix, with each row corresponding to an observation. |
Each element in the mat
is expected to an integer or a factor.
An object of class freq.tb
Zongming Ma and Xiangrui Meng