## S3 method for class 'Categories':
is.dichotomized(x)## S3 method for class 'Categories,numeric':
dichotomize(x, i)
## S3 method for class 'Categories,logical':
dichotomize(x, i)
## S3 method for class 'Categories,character':
dichotomize(x, i)
## S3 method for class 'Categories':
undichotomize(x)
## S3 method for class 'CategoricalVariable,ANY':
dichotomize(x, i)
## S3 method for class 'CategoricalArrayVariable,ANY':
dichotomize(x, i)
## S3 method for class 'CategoricalVariable':
undichotomize(x)
## S3 method for class 'CategoricalArrayVariable':
undichotomize(x)
dichotomize
methods, the numeric or logical indices
of the categories to mark as "selected", or if character, the Category
"names". Note that unlike some other categorical variable methods,
numeric indices are positional, not with refdichotomize
lets you specify which categories are "selected", while
undichotomize
strips that selection information. Dichotomize converts
a Categorical Array to a Multiple Response, and undichotomize converts back.describe-category