plot objects of class iio.class.
Graphic display of the checks of iio.
One graph for each item plotting the estimated item response functions.## S3 method for class 'iio.class':
plot(x, item.pairs = all.pairs, plot.ci = TRUE, color.ci = c("orange","yellow"), alpha.ci = .05, ask = TRUE, ...)check.iio.item.pairs = 1 prints the results for items 1 and 2,
item.pairs = 2 prints the results for items 1 and 3,
TRUE (default), then confidence envelops are plotted around ISRFs.TRUE (default), then par("ask"=TRUE); i.e., a hard return between subsequent plots is required.
If FALSE, then par("ask"=FALSE).ask==FALSE, the default graphic device in R may only display the last graph.check.iio, summary.iio.classdata(acl)
Communality <- acl[,1:10]
iio.list <- check.iio(Communality)
summary(iio.list)
plot(iio.list)Run the code above in your browser using DataLab