Administers the item farthest in the item network from the items a respondent has already answered, with edges weighted by the inverse of their entry in the item-item adjacency matrix. Ties are broken using the maximum information criterion.
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().- n_candidates
The number of farthest items to assemble into a candidate pool before selecting the next item by maximum information. Allows users to trade off network density against estimation efficiency.
