tabular: Compute a contingency table

Description Usage Arguments Author(s)

View source: R/tabular.r

Description

Compute a contingency table

Usage

1
2
3
4
  tabular(x, y, margin = 0:2, useNA = c("no", "ifany",
  "always"), propNA = TRUE, addmargins = FALSE, test =
  FALSE, test.tabular = test.tabular.auto, show.test =
  display.test, plim = 4, show.method = TRUE)

Arguments

x

factor

y

factor

margin

margin

useNA

useNA

propNA

propNA

addmargins

addmargins

Author(s)

David Hajage


remix documentation built on May 29, 2017, 5:50 p.m.

Related to tabular in remix...