bestQperm: Column permutation of the estimated Q-matrix

View source: R/bestQperm.R

bestQpermR 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.


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