plot objects of class iio.class.
Graphic display of the checks of iio.
One graph for each item plotting the estimated item step response functions.## S3 method for class 'iio.class':
plot(x, item.pairs = all.pairs, 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 par("ask"=TRUE); i.e., a hard return between subsequent plots is required.
If FALSE, then par("ask"=FALSE).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