p.table: 'prop.table' with cell proportion, addmargins and propNA

Description Usage Arguments Author(s)

View source: R/table.r

Description

prop.table with cell proportion, addmargins and propNA

Usage

1
2
  p.table(x, y = NULL, useNA = c("no", "ifany", "always"),
  margin = 0:2, addmargins = FALSE, propNA = TRUE)

Arguments

...

...

useNA

useNA

margin

margin

addmargins

addmargins

propNA

propNA

Author(s)

David Hajage


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

Related to p.table in remix...