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, ...)
"raschmodel"
, "rsmodel"
or "pcmodel"
.cex
.cex
.cex
.curveplot
, regionplot
,
profileplot
, infoplot
## Verbal aggression data
data("VerbalAggression", package = "psychotools")
## Fit a partial credit model to VerbalAggression data
pcmod <- pcmodel(VerbalAggression$resp)
## Create a person-item plot visualization of the fitted PCM
plot(pcmod, type = "piplot")
## Just visualize the first six items
plot(pcmod, type = "piplot", ref = 1:6)
Run the code above in your browser using DataLab