untableSet {extracat}R Documentation

data.frame conversion

Description

Converts a frequency table into a raw data.frame.

Usage

untableSet(dset, freqvar = NULL)

Arguments

dset The data.frame including a frequency variable "Freq".
freqvar Optional name of a frequency variable in V. If dset contains a variable called "Freq" (see ftable) it will be defined as frequency variable if freqvar is unspecified.

Value

A data.frame.

Author(s)

Alexander Pilhoefer
Department for Computer Oriented Statistics and Data Analysis
University of Augsburg
Germany

References

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

Examples

hs2 = untableSet(housing)
summary(hs2)

[Package extracat version 1.0-0 Index]