table2dataframe {smvgraph} | R Documentation |
table2dataframe
Description
Converts a table to a full data frame.
Usage
table2dataframe(tab, ...)
Arguments
tab |
table: contingency table |
... |
further parameters given to |
Value
a data frame with sum(tab)
rows and length(dim(tab))
cols
Examples
table2dataframe(Titanic)
[Package smvgraph version 0.1.2 Index]