iccplot.CRSM {pcIRT} | R Documentation |
Item Characteristic Curve
Description
The item characteristic curve is performed for the multidimensional polytomous Rasch model or the continuous Rating Scale Model.
Usage
## S3 method for class 'CRSM'
iccplot(object, items = "all", ...)
## S3 method for class 'DRM'
iccplot(object, items = "all", ...)
## S3 method for class 'MPRM'
iccplot(object, items = "all", ...)
iccplot(object, ...)
Arguments
object |
Object of class |
items |
Character vector |
... |
... |
Details
The item characteristic curve (ICC) plots the response probability depending on person and item parameter.
For plotting the ICC, the object resulting from MPRM MPRM
or CRSM CRSM
or DRM DRM
is the input for the iccplot
function.
The default argument items="all"
displays ICC curves for all items in the object. With a numeric vector items
, a subset of
items can be selected for which ICC plots are displayed.
Author(s)
Christine Hohensinn