logical values to add NA to the levels in the table
exclude
levels to exclude from table
miss.char
Character to replace NA
na.action
methods to deal with NA
subset
subset to use in data
sparse
see help(xtabs) for details
drop.unused.levels
logical values indicating whether we drop
empty levels
x
numerical vector
Value
xtab returns an object of type table (see
details). Total returns a sum with na.rm=TRUE by
default and replaces NA with 0.
encoding
utf-8
Details
The xtab functions corrects the inability to deal with missing
values in the original xtabs that comes with R base. Total is
a utility function to use in conjunction with addmargins instead of sum.