powered by
Splits item response vectors of DIF items into separate group-specific vectors.
separate(resp, flag, gr)
Returns a data frame with item response vectors for non-DIF items followed by separated item response vectors for DIF items
a data frame (or matrix) of item responses
a vector of DIF flags
a vector of group identifiers
Seung W. Choi <choi.phd@gmail.com>
To obtain group specific item calibrations, response vectors of DIF items are split into multiple vectors by group and treated as separate items.
if (FALSE) separate(resp,flag,gr)
Run the code above in your browser using DataLab