Last chance! 50% off unlimited learning
Sale ends in
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.check.iio
,
check.monotonicity
,
check.pmatrix
,
check.reliability
coefH
,
plot.restscore.class
,
summary.restscore.class
data(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