Learn R Programming

irt (version 0.2.9)

person_fit: Calculate person-fit indices

Description

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

Usage

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

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

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

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

Value

A vector of person-fit index values.

Arguments

resp

A vector of item responses.

ip

An Item-class, Itempool-class or a Testlet-class object.

theta

An vector containing ability parameters.

type

The type of the person-fit index.

Author

Emre Gonulates