- est.mods
list of output objects from functions
rasch
, ltm
, or tpm
of the ltm
package or from function mirt
of the mirt
package.
- coef
list of matrices (one for each group) containing
the item parameter estimates. Guessing, difficulty and discrimination
parameters should strictly be given in this order and they are
contained in different columns of the matrix.
The names of the rows of each matrix should be the names of the items.
- var
list of matrices (one for each group) containing the
covariance matrix of item parameter estimates. They should be
given in the same order of coefficients.
- names
character vector containing the names of the groups.
This should have the same length of coef
and var
.
If NULL
, the names of the groups will be "T1", "T2", ...
- reference
reference group. Can be specified by name or number.
The default is the first group.
- method
the equating method to be used in function
direc
to convert the item parameters
to the scale of the reference group. This should be one of
"mean-mean
", "mean-gmean
", "mean-sigma
",
"Haebara
" or "Stocking-Lord
".
- quadrature
logical; if TRUE the Gauss-Hermite quadrature is used
in function direc
to approximate the integral in the function that is minimized in the
Haebara and Stocking-Lord methods.
If FALSE the integral is replaced with a sum over 40
equally spaced values ranging from -4 to 4 with an increment
of 0.05 and weights equal to one for all values.
- nq
number of quadrature points used for the Gauss-Hermite quadrature
if quadrature
is TRUE.
- DIFtype
character indicating which parameters to test for DIF.
If NULL
all parameters are tested for DIF.
Use "beta1
" for \(\beta_1\), "beta2
" for \(\beta_2\),
"beta3
" for \(\beta_3\), "beta12
" for \(\beta_1\)
and \(\beta_2\), "beta123
" for \(\beta_1\), \(\beta_2\)
and \(\beta_3\). See details.
- purification
logical. if TRUE the procedure described in
Candell and Drasgow (1988) is applied.
- signif.level
significance level to use in the purification process.
- trace
logical. If TRUE tracing information is produced.
- maxiter
The maximum number of iterations in the purification process.
- anchor
Optional character vector containing the names of the items
to use for equating. These should be items free of DIF.