Description Usage Arguments Value Author(s) See Also Examples
Converts the class into a bijection.
1 | attribute_inv_gen_bijection(K, M, CL)
|
K |
Number of Attributes |
M |
Number of Options. |
CL |
Class Number from 0 to (2^K)-1. |
Return a matrix containing the class table
James Joseph Balamuta and Steven Andrew Culpepper
attribute_inv_bijection()
, attribute_gen_bijection()
1 2 3 4 5 6 7 8 9 10 11 | ## Construct an attribute bijection for M responses ----
inv_biject_ternary = attribute_inv_gen_bijection(5, 3, 2)
inv_biject_ternary
## Binary data
inv_biject_binary = attribute_inv_gen_bijection(5, 2, 4)
inv_biject_binary
## Default binary data
inv_biject_default = attribute_inv_bijection(5, 4)
inv_biject_default
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.