Generate attribute pattern table header
Description
Generate attribute pattern table header
Usage
attribute_pattern_table_header(k, m = 2, order = k)
Arguments
k
|
Number of Attributes. |
m
|
Number of Categories. Default 2 or dichotomous response. |
order
|
Order of the table. Default k or the full order.
|
Value
Return a matrix containing the class table
Examples
# K = 4
attribute_pattern_table_header(4)
[1] "0000" "0001" "0010" "0011" "0100" "0101" "0110" "0111" "1000" "1001"
[11] "1010" "1011" "1100" "1101" "1110" "1111"