
Elo-style updates of person and item parameters
Source:R/update-parameters.R
update_prowise_learn.Rd
This update function updates both person and item parameters according to the approach from the paper "Psychometrics of an Elo-based large-scale online learning system" (Vermeiren, et al. 2025)
Arguments
- pers
A dataframe of current respondent parameter estimates.
- item
A dataframe of current item parameter estimates.
- resp
A long-form dataframe of only observed item responses.
- K_theta
User supplied learning rate for person ability updates. Defaults to 0.1
- K_b
User supplied learning rate for item difficulty updates. Defaults to 0.1