fisherTestInfo {catSurv} | R Documentation |
Fisher's Test Information
Description
Calculates the total information gained for a respondent for all answered items, conditioned on \theta
.
Usage
fisherTestInfo(catObj, theta)
Arguments
catObj |
An object of class |
theta |
A numeric indicating the position on the latent trait. |
Value
The function fisherTestInfo
returns a numeric indicating the total information gained for a respondent,
given a specific answer set and the current estimate of \theta
.
Note
This function is to allow users to access the internal functions of the package. During item selection, all calculations are done in compiled C++
code.
Author(s)
Haley Acevedo, Ryden Butler, Josh W. Cutler, Matt Malis, Jacob M. Montgomery, Tom Wilkinson, Erin Rossiter, Min Hee Seo, Alex Weil
See Also
Examples
## Loading ltm Cat object
data(ltm_cat)
## Store example answers
setAnswers(ltm_cat) <- c(1,0,1,0,1, rep(NA, 35))
## Fisher's test information for answer profile
fisherTestInfo(ltm_cat, theta = 2)
[Package catSurv version 1.5.0 Index]