monotonicity.class) with results from the investigation of monotonicity (Junker and Sijtsma, 2000; Mokken, 1971; Molenaar and Sijtsma, 2000; Sijtsma and Molenaar, 2002).check.monotonicity(X, minvi = 0.03, minsize = default.minsize)nrow(X) respondents to ncol(X) items.
Missing values are not allowedminsize = $N/10$ if $N \ge 500$;
minsize = $N/5 if$ $250 \le N < 500$; and
minsize = max$(N/3,50)$ if $N < 250$plot and summary can be used to summarize the output.
See Van der Ark (2007) for an example.check.errors,
check.iio,
check.restscore,
check.pmatrix,
check.reliability,
coefH,
plot.monotonicity.class,
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