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)
|
Loading required package: MASS
Sat Infl Type Cont
Low :567 Low :627 Tower :400 Low :713
Medium:446 Medium:659 Apartment:765 High:968
High :668 High :395 Atrium :239
Terrace :277
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.