View source: R/exposure_control_functions.R
updateUsageMatrix | R Documentation |
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)
usage_matrix |
a (nj, nv) matrix containing item usage. |
j |
the examinee index. |
x |
an |
simulation_constants |
a named list containing simulation constants. |
updateUsageMatrix
returns an updated item usage matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.