untableSet {extracat} | R Documentation |
Converts a frequency table into a raw data.frame.
untableSet(dset, freqvar = NULL)
dset |
The data.frame including a frequency variable "Freq".
|
freqvar |
Optional name of a frequency variable in V .
If dset contains a variable called "Freq" (see ftable)
it will be defined as frequency variable if freqvar is unspecified.
|
A data.frame
.
Alexander Pilhoefer
Department for Computer Oriented Statistics and Data Analysis
University of Augsburg
Germany
Alexander Pilhoefer New approaches in visualization of categorical data:
R-package extracat
Journal of Statistical Software, submitted Jan 2010
hs2 = untableSet(housing) summary(hs2)