Multifactor is a datastructure for survey items in the form of 'check all that apply'. Every response has multiple values.
multifactor(values, levels = unique(unlist(values)), labels = levels,
ordered = TRUE)
a list of vectors with response values
a vector with possible values
a vector with labels
ordered or unordered factor
a multifactor object