Learn R Programming

NPCDTools (version 1.0)

RR: Entry-wise and vector-wise recovery rates

Description

Function RR is used to compute the recovery rates for an estimate Q-matrix. In general, it can be used to compute the agreement rate between two matrices with identical dimensionalities.

Usage

RR(Q1, Q2)

Value

The function returns

entry.wise

The entry-wise recovery rate

item.wise

The item-wise recovery rate

Arguments

Q1

The first Q-matrix.

Q2

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