binary.levels.combine | R Documentation |
Combine levels specified in seperate binary level variables into one variable.
binary.levels.combine(..., levelvalues = NULL)
... |
a series of binary (0,1) vectors, specified as multiple arguments or as a list |
levelvalues |
a vector indicating the level values to use. The first value of this vector is the value used for the first binary vector argument, the second for the second binary vector argument etc. If unspecified, the defaults to (1,2,...n) where n is the number of binary vectors specified by ... |
a single vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.