itemPar3PL
permits to get item parameter estimates from the 3PL model. The output is ordered such that it can be directly used
with the general itemParEst
command, as well as the methods of Lord (difLord
) and Raju (difRaju
)
and Generalized Lord's (difGenLord
) to detect differential item functioning.
The output consists of nine columns which are displayed in the following order. The first three columns hold the estimates of item discrimination a,
difficulty b and pseudo-guessing c parameters. In the next three columns one can find the related standard errors se(a), se(b)
and se(c). Eventually, the last three columns contain the covariances between item parameters, respectively cov(a,b), cov(a,c) and
cov(b,c).
The data
is a matrix whose rows correspond to the subjects and columns to the items.
Missing values are allowed but must be coded as NA
values. They are discarded for item parameter estimation.
The 3PL model is fitted using marginal maximum likelihood by means of the functions from the ltm
package (Rizopoulos, 2006).