Learn R Programming

mirt (version 0.4.0)

itemplot: Displays item surface and information plots

Description

itemplot displays various item based IRT plots.

Usage

itemplot(object, item, type = "trace", degrees = 45, ...)

Arguments

object
a computed model object of class ExploratoryClass or ConfirmatoryClass
item
a single numeric value indicating which item to plot
type
plot type to use, information ('info'), information contours ('infocontour'), or item trace lines ('trace')
degrees
the degrees argument to be used if there are exactly two factors. See iteminfo for more detail
...
additional arguments to be passed to lattice

Examples

Run this code
data(LSAT7)
fulldata <- expand.table(LSAT7)
mod1 <- mirt(fulldata,1)

itemplot(mod1, 2)

Run the code above in your browser using DataLab