Learn R Programming

xpose4 (version 4.7.1)

categorical.table: 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 )

Arguments

Value

Internal helper functions for the generic Xpose summary functions.

Details

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