This command basically computes the perpendicular distances from each Delta point to the major axis (Angoff, 1982; Angoff and Ford, 1973). It forms the basic command
of difTID and is specifically designed for this call.
The data are passed through the prop argument, a matrix with one row per item and two columns. The first column holds the proportions of success (correct
responses) for each item in the reference group, and the second column provides the same information but for the focal group. Missing values are not allowed.
Moreover, these proportions are internally constrained into the interval [0.001; 0.999] to ensure valid computation of Delta scores.
The computation is made in three steps: (a) the proportions of success are transformed into Delta scores; (b) the major axis of the ellipse made by the Delta points
is determined and its intercept and slope parameters are obtained; (c) the perpendicular distances (between each Delta point and the major axis) are computed. See
Angoff (1982) and Angoff and Ford (1973) for further details.
Option anchor sets the items which are considered as anchor items for computing the perpndicular distances. Only anchor items are used to compute the
intercept and slope parameters of the major axis. anchor must hold integer values specifying the column numbers of the corresponding anchor items.
It is primarily designed to perform item purification.