bestQperm {NPCDTools}R Documentation

Column permutation of the estimated Q-matrix

Description

Function bestQperm is used to rearrange the columns of the estimated Q so that the order of the columns best matches that of the true Q-matrix.

Usage

bestQperm(estQ, trueQ)

Arguments

estQ

The estimated Q-matrix.

trueQ

The true Q-matrix.

Value

The function returns a Q-matrix in which the order of the columns best matches that of the true Q-matrix.


[Package NPCDTools version 1.0 Index]