plotINFO {eRm} | R Documentation |
'eRm'
objects
Calculates and plots the individual or summed item information by Samejima (1969)
plotINFO(ermobject, type = "both", theta = seq(-6, 6, length.out = 1001L),
legpos = "right", ...)
ermobject |
An object of class |
type |
A string denoting the type of information to be plotted. Currently supports |
theta |
Supporting or sampling points on the latent trait. |
legpos |
Defines the positioning of the legend, as in |
... |
Further arguments.
|
Thomas Rusch
Samejima, F. (1969) Estimation of latent ability using a response pattern of graded scores. Psychometric Monographs, 17.
The function to calculate the item or test information, item_info
and test_info
.
res <- PCM(pcmdat)
plotINFO(res)