Usage
piplot(object, ref = NULL, items = NULL, xlim = NULL, names = NULL, labels = TRUE, main = "Person-Item Plot", xlab = "Latent trait", abbreviate = FALSE, cex.axis = 0.8, cex.text = 0.5, cex.points = 1.5, ...)
Arguments
object
a fitted model object of class
"raschmodel"
, "rsmodel"
or "pcmodel"
.
items
character or numeric, specifying the items which
should be visualized in the person-item plot.
xlim
numeric, specifying the x axis limits.
names
character, specifying labels for the items.
labels
logical, whether to draw the number of the threshold as
text below the threshold.
main
character, specifying the overall title of the plot.
xlab
character, specifying the x axis labels.
abbreviate
logical or numeric, specifying whether object names
are to be abbreviated. If numeric this controls the length of the abbreviation.
cex.axis
numeric, the magnification to be used for the axis
notation relative to the current setting of cex
.
cex.text
numeric, the magnification to be used for the symbols
relative to the current setting of cex
.
cex.points
numeric, the magnification to be used for the points
relative to the current setting of cex
.