U3(matrix)
ZU3(matrix)
matrix
) that only consist of 0s or 1s need to be removed before the function can be used.U3poly
# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData);
# Compute the U3 scores:
U3(InadequacyData);
# Compute the ZU3 scores:
ZU3(InadequacyData);
Run the code above in your browser using DataLab