nominalCheck {ExPosition} | R Documentation |
Checks if data are disjunctive.
Description
Checks if data is in disjunctive (sometimes called complete binary) format.
To be used with MCA (e.g., epMCA
).
Usage
nominalCheck(DATA)
Arguments
DATA |
A data matrix to check. This should be 0/1 disjunctive coded.
|
Value
If DATA
are nominal, DATA
is returned. If not,
stop
is called and execution halts.
Author(s)
Derek Beaton
[Package ExPosition version 2.11.0 Index]