| select_sequential | R Documentation |
This function administers the next unadministered item to each respondent in increasing item-id order, producing a fixed linear test form.
select_sequential(pers, item, R, admin, adj_mat = NULL)
pers |
A data frame of current respondent ability estimates. |
item |
A data frame of current item parameter estimates. |
R |
A respondent-by-item matrix of potential responses. |
admin |
An integer administration matrix; |
adj_mat |
An item-item adjacency matrix. See |
An updated administration matrix with each respondent's next item marked as administered.
sim <- meow(select_sequential, update_theta_mle, data_simple_1pl,
data_args = list(N_persons = 10, N_items = 10), fix = "item")
nrow(sim$results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.