Learn R Programming

extracat (version 1.7-0)

untableSet: data.frame conversion

Description

Converts a frequency table into a raw data.frame.

Usage

untableSet(data, freqvar = "Freq")

Arguments

data
The data.frame including a frequency variable "Freq".
freqvar
The name of the frequency/weights variable which is used to expand V.

Value

  • A data.frame.

References

Alexander Pilhoefer New approaches in visualization of categorical data: R-package extracat Journal of Statistical Software, submitted March 2010

Examples

Run this code
require(MASS)

hs2 = untableSet(housing)
summary(hs2)

Run the code above in your browser using DataLab