vcd (version 1.4-12)

mar_table: Table with Marginal Sums

Description

Adds row and column sums to a two-way table.

Usage

mar_table(x)

Value

A table with row and column totals added.

Arguments

x

a two-way table.

Author

David Meyer David.Meyer@R-project.org

Examples

Run this code
data("SexualFun")
mar_table(SexualFun)

Run the code above in your browser using DataLab