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 \geq 500$;
minsize = $N/5 if$ $250 \leq 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.coefH, check.monotonicity, check.pmatrix,
plot.restscore.class, summary.restscore.classdata(acl)
restscore.list <- check.restscore(acl[,1:10])
plot(restscore.list)
summary(restscore.list)Run the code above in your browser using DataLab