categorical.table {xpose4} | R 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
[Package xpose4 version 4.7.3 Index]