categorical.table: Generic table functions for Xpose 4

View source: R/categorical.table.R

categorical.tableR Documentation

Generic table functions for Xpose 4

Description

These are internal table functions relating to the Xpose summary functions.

Usage

categorical.table(
  object,
  vars,
  onlyfirst = TRUE,
  subset = xsubset(object),
  inclZeroWRES = FALSE,
  miss = object@Prefs@Miss
)

continuous.table(
  object,
  vars,
  onlyfirst = TRUE,
  subset = xsubset(object),
  inclZeroWRES = FALSE,
  miss = object@Prefs@Miss
)

Details

These are internal Xpose functions for outputting summary tables. They are not intended for direct use.

Value

Internal helper functions for the generic Xpose summary functions.

Author(s)

Niclas Jonsson, Justin Wilkins and Andrew Hooker


xpose4 documentation built on May 31, 2022, 5:07 p.m.