This function computes the proportion of corrected q-entries that were originally misspecified in the provisional Q-matrix. This function is used only when the true Q-matrix is known.
correction.rate(ref.Q = ref.Q, mis.Q = mis.Q, true.Q = true.Q)The function returns a value between 0 and 1 indicating the proportion of corrected q-entries in ref.Q
that were originally missepcified in mis.Q.
the \(J \times K\) binary Q-matrix obtained from applying the refinement procedure.
A \(J \times K\) binary provisional Q-matrix.
The \(J \times K\) binary true Q-matrix.