model="2PL"
), all asymptotes $c_j$ are 0.
In the 1PL model (model="1PL"
), all asymptotes $c_j$ are 0
and the discriminations $a_j$ are equal for all items (and sometimes to 1).
A common use of this function would be to obtain a plot of the IRF.irf(ip, x = NULL)
x
x
) as rows and items as columnsplot.irf
data(Scored)
p.2pl <- est(Scored, model="2PL", engine="ltm")
plot(irf(p.2pl[1,]))
Run the code above in your browser using DataLab