Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

extracat (version 1.7-6)

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
# NOT RUN {
require(MASS)

hs2 = untableSet(housing)
summary(hs2)
# }

Run the code above in your browser using DataLab