plot objects of class restscore.class.
Graphic display of the checks of restscore.
One graph for each item pair plotting the estimated item step response functions (ISRFs); confidence envelopes are optional.
Intersections of the lines indicate violations of nonintersection,## S3 method for class 'restscore.class':
plot(x, item.pairs = all.pairs, plot.ci = TRUE, color.ci = c("orange","yellow"),
alpha.ci = .05, ask = TRUE, ...)check.restscore.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.
The default number of plots can increase rapidly for large numbers of items.check.restscore, summary.restscore.classdata(acl)
Communality <- acl[,1:10]
restscore.list <- check.restscore(Communality)
plot(restscore.list)
summary(restscore.list)Run the code above in your browser using DataLab