Last data update: 2014.03.03

R: Table with Marginal Sums
mar_tableR 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)

Results