powered by
eRm
Calculates the information of a test or a scale as the sum of Samejima's (1969) information for all items.
test_info(ermobject, theta=seq(-5,5,0.01))
An object of class 'eRm'.
'eRm'
Supporting or sampling points on the latent trait.
Returns the vector of test information for all values of theta.
The function test_info calculates the test or scale information of the whole set of items in the 'eRm' object.
test_info
Samejima, F. (1969) Estimation of latent ability using a response pattern of graded scores. Psychometric Monographs, 17.
The function to calculate the item information, item_info and the plot function plotINFO.
item_info
plotINFO
# NOT RUN { res <- PCM(pcmdat) tinfo <- test_info(res) plotINFO(res, type="test") # }
Run the code above in your browser using DataLab