Description Usage Arguments Value Author(s) References Examples
Converts a frequency table into a raw data.frame.
1 | untableSet(data, freqvar = "Freq")
|
data |
The |
freqvar |
The name of the frequency/weights variable which is used to expand |
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 March 2010
1 2 3 4 | require(MASS)
hs2 = untableSet(housing)
summary(hs2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.