Learn R Programming

irt (version 0.1.1)

person_fit: Calculate person-fit indices

Description

person_fit calculates the fit of a person to a given psychometric model.

Usage

person_fit(ip, resp, theta, type = "lz")

# S4 method for Item person_fit(ip, resp, theta, type = "lz")

# S4 method for Itempool person_fit(ip, resp, theta, type = "lz")

# S4 method for Testlet person_fit(ip, resp, theta, type = "lz")

Arguments

resp

A vector of item responses.

theta

An vector containing ability parameters.

type

The type of the person-fit index.

Value

A vector of person-fit index values.