Learn R Programming

psychotools (version 0.4-0)

plot.raschmodel: Visualizing IRT Models

Description

Base graphics plotting function for various IRT models.

Usage

"plot"(x, type = c("profile", "curves", "regions", "information", "piplot"), ...) "plot"(x, type = c("regions", "profile", "curves", "information", "piplot"), ...) "plot"(x, type = c("regions", "profile", "curves", "information", "piplot"), ...)

Arguments

x
a fitted model object of class "raschmodel", "rsmodel" or "pcmodel".
type
character, specifying the type of plot to create.
...
further arguments passed over to the specific plotting function.

See Also

curveplot, regionplot, profileplot, infoplot, piplot