vcd (version 1.4-5)

mar_table: 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.

Examples

Run this code
# NOT RUN {
data("SexualFun")
mar_table(SexualFun)
# }

Run the code above in your browser using DataLab