as.freq.tb {lcd}R Documentation

Frequency table transformation

Description

Transforms a discrete data matrix into a raw frequency table.

Usage

as.freq.tb(mat)

Arguments

mat a data matrix, with each row corresponding to an observation.

Details

Each element in the mat is expected to an integer or a factor.

Value

An object of class freq.tb

Author(s)

Zongming Ma and Xiangrui Meng

See Also

compress.freq.tb.


[Package lcd version 0.7-2 Index]