Learn R Programming

extracat (version 1.6-3)

untableSet: data.frame conversion

Description

Converts a frequency table into a raw data.frame.

Usage

untableSet(data, freqvar = NULL)

Arguments

data
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

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
hs2 = untableSet(housing)
summary(hs2)

Run the code above in your browser using DataLab