Learn R Programming

exametrika (version 1.6.0)

JSR: Joint Selection Rate

Description

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.

Examples

Run this code
# example code
# Calculate JCRR using sample dataset J5S1000
JSR(J5S1000)

Run the code above in your browser using DataLab