powered by
This function is used to generate all possible attribute patterns given the number of attributes.
alpha(K)
A \(2^K \times K\) binary matrix is returned, 1 representing mastery of the attributes and 0 representing non-mastery of the attributes.
The number of attributes.
eta
# Generate all possible attribute patterns given the number of attributes, K. K <- 3 A3 <- alpha(K) K <- 4 A4 <- alpha(K)
Run the code above in your browser using DataLab