
Item selection by random draw from the remaining item bank.
Source:R/select-items.R
select_random.RdEach respondent's next item is drawn at random from the items they have not yet been administered.
Arguments
- 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;
0indicates an item has not been administered to a respondent. Seemeow()for details.- adj_mat
An item-item adjacency matrix. See
construct_adj_mat().- select_seed
A random seed used only for item selection. The seed is cleared after use so that successive simulations vary unless a seed is given.