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 added total column and total row.

Author(s)

David Meyer
david.meyer@ci.tuwien.ac.at

Examples

data(SexualFun)
mar.table(SexualFun)

[Package vcd version 0.1-3.5 Index]