Learn R Programming

NPCDTools (version 1.0)

bestQperm: 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)

Value

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

Arguments

estQ

The estimated Q-matrix.

trueQ

The true Q-matrix.