50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

iarm (version 0.4.3)

item_target: Computation of Item Targets for Polytomous Models

Description

The item target is the value of the person parameter where item information is maximized.

Usage

item_target(obj)

Value

vector with item targets.

Arguments

obj

An object of class "eRm" (but not "dRm"), a fitted partial credit model using the function PCM in package eRm or of class "pcmodel" (from package psychotools).

Author

Marianne Mueller

Examples

Run this code
if (FALSE) {
 pc.mod <- PCM(desc2[, 5:14])
 item_target(pc.mod)
}

Run the code above in your browser using DataLab