itemPar3PLconst
permits to get item parameter estimates from the 3PL model for which the pseudo-guessing parameters are constrained to some fixed values.
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 is similar to that of itemPar2PL
method to fit the 2PL model; an additional column is included and holds the fixed pseudo-guessing
parameter values.
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 argument c
can be either a single numeric value or a numeric vector of the same length of the number of items. In the former case, the pseudo-guessing
parameters are considered to be all identical to the given c
value; otherwise c
is directly used to constraint these parameters.
The constrained 3PL model is fitted using marginal maximum likelihood by means of the functions from the ltm
package (Rizopoulos, 2006).