RR: Entry-wise and vector-wise recovery rates

View source: R/RR.R

RRR Documentation

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)

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 recovery rate

item.wise

The item-wise recovery rate


NPCDTools documentation built on Sept. 23, 2024, 5:10 p.m.

Related to RR in NPCDTools...