testInfoAtTheta {conquestr} | R Documentation |
Calculates test information at a value of theta given a list of many sets of item parameters.
testInfoAtTheta(myItems, theta)
myItems |
A list of matrices of item parameters of the structure used in 'simplef' |
theta |
a number. |
anItem<- matrix(c(0,0,0,1,1,0), nrow = 2, byrow = TRUE)
testInfoAtTheta(list(anItem), 0)