as_binary {dcm2} | R Documentation |
Make Binary Profiles
Description
Given a number of attributes, as_binary
will create all possible binary
mastery profiles.
Usage
as_binary(x)
Arguments
x |
The number of attributes |
Value
A 2 ^ x
by x
matrix
Examples
as_binary(3)
as_binary(4)
[Package dcm2 version 1.0.2 Index]