Q_list_g | R Documentation |
Generate a list of length N. Each element of the list is a JxK Q_matrix of all items administered across all time points to the examinee, in the order of administration.
Q_list_g(Q_matrix, Design_array)
Q_matrix |
A J-by-K matrix, indicating the item-skill relationship. |
Design_array |
An N-by-J-by-L array indicating whether examinee n has taken item j at l time point. |
A list length of N. Each element of the list is a JxK Q_matrix for each examinee.
Q_examinee = Q_list_g(Q_matrix, Design_array)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.