person_fit | R Documentation |
person_fit
calculates the fit of a person to a given psychometric
model.
person_fit(resp, ip, theta, type = "lz")
## S4 method for signature 'Response_set,Itempool'
person_fit(resp, ip, theta, type = "lz")
## S4 method for signature 'ANY,Itempool'
person_fit(resp, ip, theta, type = "lz")
## S4 method for signature 'ANY,Testlet'
person_fit(resp, ip, theta, type = "lz")
resp |
A vector of item responses. |
ip |
An |
theta |
An vector containing ability parameters. |
type |
The type of the person-fit index. |
A vector of person-fit index values.
Emre Gonulates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.