Creates a random Q matrix containing three identity matrices after row permutation
random_Q(J, K)
J
An int that represents the number of items
int
K
An int that represents the number of attributes/skills
A dichotomous matrix for Q.
matrix
random_Q(15,4)