Calculate the Joint Selection Rate (JSR) for polytomous data.
JSR measures the proportion of respondents who selected specific category
combinations between pairs of items. For each pair of items (j,k),
it returns a contingency table showing the joint probability of selecting
each category combination.
Usage
JSR(U, na = NULL, Z = NULL, w = NULL)
Value
A list of Joint Selection Rate matrices for each item pair.
Arguments
U
Either an object of class "exametrika" or raw data. When raw data is given,
it is converted to the exametrika class with the dataFormat function.
na
Values to be treated as missing values.
Z
Missing indicator matrix of type matrix or data.frame. Values of 1 indicate
observed responses, while 0 indicates missing data.
w
Item weight vector specifying the relative importance of each item.