person_fit
calculates the fit of a person to a given psychometric
model.
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")
A vector of person-fit index values.
A vector of item responses.
An Item-class
, Itempool-class
or a
Testlet-class
object.
An vector containing ability parameters.
The type of the person-fit index.
Emre Gonulates