plot.raschmodel | R Documentation |
Base graphics plotting function for various IRT models.
## S3 method for class 'raschmodel'
plot(x,
type = c("profile", "curves", "regions", "information", "piplot"), ...)
## S3 method for class 'rsmodel'
plot(x,
type = c("regions", "profile", "curves", "information", "piplot"), ...)
## S3 method for class 'pcmodel'
plot(x,
type = c("regions", "profile", "curves", "information", "piplot"), ...)
## S3 method for class 'nplmodel'
plot(x,
type = c("regions", "profile", "curves", "information", "piplot"), ...)
## S3 method for class 'gpcmodel'
plot(x,
type = c("regions", "profile", "curves", "information", "piplot"), ...)
x |
a fitted model object of class |
type |
character, specifying the type of plot to create. |
... |
further arguments passed over to the specific plotting function. |
curveplot
, regionplot
,
profileplot
, infoplot
, piplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.