
Last chance! 50% off unlimited learning
Sale ends in
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.## S3 method for class 'monotonicity.class':
plot(x, items = all, ask = TRUE, ...)
check.monotonicity
.TRUE
(default), then par("ask"=TRUE)
; i.e., a hard return between subsequent plots is required.
If FALSE
, then par("ask"=FALSE)
.check.monotonicity
, summary.monotonicity.class
data(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