Returns the item response function of the 3PL (1PL, 2PL) model, the i.e. the probabilities defined by [REMOVE_ME]P(Uij=1∣θi,aj,bj,cj)=cj+(1−cj)1+exp(aj(θi−bj))exp(aj(θi−bj))[REMOVEME2]
where Uij is a binary response given by person i to item j, θi is the value of the latent variable ("ability") for person i, aj is the discrimination parameter for item j, bj is the difficulty parameter for item j, cj is the asymptote for item j. Some authors call the IRF "the item characteristic curve".
irf(ip, items =NULL, x =NULL)
Arguments
ip: Item parameters: the output of est, or a 3-column matrix corresponding to its first element, est.
items: The item(s) for which irf is computed. If NULL (the default), irf for all items will be returned
x: The values of the latent variable (θ in the equation above), at which the IRF will be evaluated. If not given, 99 values spaced evenly between -4 and +4 will be used, handy for plotting.
Returns
A list of: - x: A copy of the argument x - f: A matrix containing the IRF values: persons (values of (x) as rows and items as columns
Description
Returns the item response function of the 3PL (1PL, 2PL) model, the i.e. the probabilities defined by
where Uij is a binary response given by person i to item j, θi is the value of the latent variable ("ability") for person i, aj is the discrimination parameter for item j, bj is the difficulty parameter for item j, cj is the asymptote for item j. Some authors call the IRF "the item characteristic curve".
Details
In the 2PL model (model="2PL"), all asymptotes cj are 0. In the 1PL model (model="1PL"), all asymptotes cj are 0 and the discriminations aj are equal for all items (and sometimes to 1).
A common use of this function would be to obtain a plot of the IRF.