powered by
Converts a frequency table into a raw data.frame.
untableSet(data, freqvar = "Freq")
The data.frame including a frequency variable "Freq".
data.frame
The name of the frequency/weights variable which is used to expand V.
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