table.to.data: Table -> data.frame

Description Usage Arguments Value See Also Examples

View source: R/util.R

Description

Creates a data.frame from a table

Usage

1

Arguments

x

A matrix or table representing the cross tabulation of two variables

Value

A two column data.frame where each row is an observation and each column is a variable.

See Also

xtabs

Examples

1
2
3
tab<-matrix(c(4,5,6,9,7,3),ncol=3)
tab
table.to.data(tab)

Deducer documentation built on May 2, 2019, 8:35 a.m.