Learn R Programming

ffbase (version 0.6-2)

table.ff: table.ff uses the cross-classifying factors to build a contingency table of the counts at each combination of factor levels. If ... does not contain factors, unique.ff will add a levels attribute to the non-factors.

Description

Details

Usage

table.ff(..., exclude = if (useNA == "no") c(NA, NaN),
    useNA = c("no", "ifany", "always"),
    dnn = list.names(...), deparse.level = 1)

Arguments

...
ff factors or ff integers
exclude
see table
useNA
see table
dnn
see table
deparse.level
see table

Value

  • table object

See Also

table