RR: Entry-wise and vector-wise agreement rate between two...

View source: R/RR.R

RRR Documentation

Entry-wise and vector-wise agreement rate between two Q-matrices

Description

RR is used to compute the agreement rate between two Q-matrices with identical dimensions.

Usage

RR(Q1, Q2)

Arguments

Q1

The first Q-matrix.

Q2

The second Q-matrix that has the same dimensionality as Q1.

Value

The function returns

entry.wise

The entry-wise agreement rate

item.wise

The item-wise agreement rate

See Also

See the examples for the QR and TSQE functions.


NPCDTools documentation built on Sept. 1, 2026, 1:08 a.m.

Related to RR in NPCDTools...