updateUsageMatrix
is an internal function for
updating an item usage matrix. An item usage matrix is a
(nj, nv) matrix with TRUE
or FALSE
values.
The rows represent examinees, and the columns represent decision variables.
updateUsageMatrix(usage_matrix, j, x, simulation_constants)
updateUsageMatrix
returns an updated item usage matrix.
a (nj, nv) matrix containing item usage.
the examinee index.
an output_Shadow
object containing the examinee's simulation data.
a named list containing simulation constants.