Converts a frequency table into a raw data.frame.
untableSet(data, freqvar = "Freq")
The data.frame
including a frequency variable "Freq".
The name of the frequency/weights variable which is used to expand V
.
A data.frame
.
Alexander Pilhoefer New approaches in visualization of categorical data: R-package extracat Journal of Statistical Software, submitted March 2010
# NOT RUN {
require(MASS)
hs2 = untableSet(housing)
summary(hs2)
# }
Run the code above in your browser using DataLab