Creates true item parameters for a 2-parameters IRT model for posterior generation of item responses, IRT implementation and equating. Compatible with the common-item, non-equivalent group design (see Kolen et. al. 2004).
genTrueItems(C, J, U, num.forms, min.a = 0.5, max.a = 2, mu.b = 0,
sd.b = 1, anchor.type = "internal", output = "list",
linkage.plan = NULL, ...)
number of common items between two forms
number of items per form
number of unique items per form (only valid for external anchor)
number of forms
Lower bound for the (uniform) distribution of item discrimination parameter
Upper bound for the (uniform) distribution of item discrimination parameter
Mean of (normally-distributed) item difficulty parameter
Standard deviation of (normally-distributed) item difficulty parameter
type of anchor item set ("internal" or "external")
type of output; "list" gives a list of used items per form, "matrix" gives a joint matrix (data.frame).
matrix containing linkage plan
extra parameters to be passed to genItemBankInt() or genItemBankExt()
List of true item parameters per form