mar_table: Table with Marginal Sums

View source: R/tabletools.R

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)

vcd documentation built on Feb. 16, 2023, 5:38 p.m.