
Item selection function that delivers the the remaining item with the highest information.
Source:R/select-items.R
select_max_info.Rd
Information calculation is based upon current parameter estimates and a 2PL item response function.
Arguments
- pers
A dataframe of current respondent ability estimates.
- item
A dataframe of current item parameter estimates.
- resp
A long-form dataframe of all potential pre-simulated item responses.
- resp_cur
A long-form dataframe of administered item responses.
- adj_mat
An item-item adjacency matrix, where each entry is the count of individuals who have respondent to both item i and item j. See documentation for
construct_adj_mat