Learn R Programming

Ohmage (version 2.11-4.1)

multifactor: Multifactor is a datastructure for survey items in the form of 'check all that apply'. Every response has multiple values.

Description

Multifactor is a datastructure for survey items in the form of 'check all that apply'. Every response has multiple values.

Usage

multifactor(values, levels = unique(unlist(values)), labels = levels,
  ordered = TRUE)

Arguments

values

a list of vectors with response values

levels

a vector with possible values

labels

a vector with labels

ordered

ordered or unordered factor

Value

a multifactor object