The R-DIF scaling functions for item intercepts / thresholds.
d_fun.RdComputes the scaling function to be used from the item thresholds (d) in groups = {1, 2}. The options are:
type = 1: computesd.fun1 = (d2 - d1)/a1type = 2: computesd.fun2 = (d2 - d1)/a2type = 3: computesd.fun3 = (d2 - d1)/sqrt{(a1^2 + a2^2)/2}
Arguments
- mle
the output of
get_model_parms- type
a number in
1:3indicating which version of delta to compute. See description for details.