check.iio(X, minvi = m * 0.03, minsize = default.minsize, alpha = .05)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$coefH, check.monotonicity, check.pmatrix,
check.reliability, check.restscoredata(acl)
Order <- acl[,41:50]
check.iio(Order)
Autonomy <- acl[,91:100]
check.iio(Autonomy)Run the code above in your browser using DataLab