These are internal table functions relating to the Xpose summary functions.
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
)
Internal helper functions for the generic Xpose summary functions.
These are internal Xpose functions for outputting summary tables. They are not intended for direct use.