plot objects of class monotonicity.class.
Graphic display of the checks of monotonicity.
One graph for each item plotting the estimated item step response functions and/or item response function, plus confidence envelopes (Van der Ark, 2012).## S3 method for class 'monotonicity.class':
plot(x, items = all.items, curves = "both", plot.ci = TRUE, color.ci = "orange", alpha.ci = .05, ask = TRUE, ...)check.monotonicity."ISRF": Item step response functions (ISRFs) are depicted; "IRF": item response functions (IRFs) are depicted;
"both": Both ISRFs and IRFs are depicted. Default is "both"TRUE (default), then confidence envelops are plotted around IRFs and ISRFs.TRUE (default), then par("ask"=TRUE); i.e., a hard return between subsequent plots is required.
If FALSE, then par("ask"=FALSE).curves=="both", both plots are plotted simultaneously using layout(matrix(c(1,2)1,2)).
For ask=="FALSE", the default graphic device in R may only display the last graph.check.monotonicity, summary.monotonicity.classdata(acl)
Communality <- acl[,1:10]
monotonicity.list <- check.monotonicity(Communality)
plot(monotonicity.list)
summary(monotonicity.list)Run the code above in your browser using DataLab