mar_table {vcd} | R Documentation |
Table with Marginal Sums
Description
Adds row and column sums to a two-way table.
Usage
mar_table(x)
Arguments
x |
a two-way table. |
Value
A table with row and column totals added.
Author(s)
David Meyer David.Meyer@R-project.org
Examples
data("SexualFun")
mar_table(SexualFun)
[Package vcd version 1.4-12 Index]