restscore.class) with results from the investigation of nonintersection using method restscore (Mokken, 1971; Molenaar and Sijtsma, 2000; Sijtsma and Molenaar, 2002).check.restscore(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.monotonicity,
check.pmatrix,
check.reliability
coefH,
plot.restscore.class,
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