irt.itemweight: IRT Item Weight File Creator

Description Usage Arguments Details Value See Also Examples

Description

Formats Item Weights for IRT Calibration

Usage

1
irt.itemweight(data, write, form, round, outfitflag, displacementflag)

Arguments

data

The IRT item output

write

boolean (default = FALSE)- write to .txt file for Winsteps use

form

The form code (only necessary if write = TRUE)

round

Is this the first (1) or second(2) calibration?

outfitflag

a vector of the outfit flagging parameters

displacementflag

a vector of the displacement parameters

Details

Creates an Item Weight file for CRM Calibration. If round = 1, take Winsteps Input- data (see irt.createdata), weights based on Item Status. If round = 2, takes Winsteps Output- IRT Item table, and weights based on Item Status, Outfit MSQ, and Displacement.

Value

An item Weights table

See Also

Other IRT Calibration: irt.cleanupresults, irt.controlcard, irt.createdata, irt.itemanchor, irt.itemstructure, irt.personweight

Examples

1
irt.itemweight(CalibrationData, TRuE, "AB2017A_01", 1, outfitflag, displacementflag)

m070ch/ips.tools documentation built on May 18, 2019, 8:09 p.m.