Learn R Programming

mirt (version 0.3.0)

itemplot: Displays item surface and information plots

Description

itemplot displays various item based IRT plots.

Arguments

object
a computed model of class bfactorClass or mirtClass
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')
...
additional arguments to be passed to lattice

See Also

plot, mirt, bfactor, polymirt

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