contingency.tables: Contingency Tables

Description Usage Arguments Details Value Author(s)

Description

Over-rides contingency.tables in package Deducer to format for HTML

Usage

1
contingency.tables(row.vars, col.vars, stratum.var, data = NULL, missing.include = FALSE)

Arguments

row.vars

A variable or data frame evaluated in data

col.vars

A variable or data frame evaluated in data

stratum.var

A variable evaluated in data

data

A data.frame

missing.include

A logical indicating whether a missing category should be included in the table

Details

Extends contingency.tables in package Deducer by capturing the row, column, and strata names.

Value

A list with class “contingency.tables.” Each element of the list is a single contingency table of class “contin.table” corresponding to each combination of elements of row.vars and col.vars stratified by stratum.var.

Author(s)

Bill Altermatt


DeducerRichOutput documentation built on May 2, 2019, 4:53 p.m.