Description Usage Arguments Value Examples
Given the oracle Q matrix, compare the estimated Q matrix to determine how accurate the estimation routine is.
1 | recovery_element(estimated, oracle, decision = 0.5)
|
estimated |
Set containing the estimated strategies values on generated data. Dimensions: J x K x S. |
oracle |
Set containing the actual strategies used to generate the data. Dimensions: J x K x S. |
decision |
Threshold for applying a classification to estimated
entry. Default: |
A list
containing:
element_wise_recovery
:
Average number of entries matching between the Q matrix and estimated
matrix.
permutated_q
:
Ordered Q matrix by permutation under decision rule of 0.5.
decision_rule
:
Threshold cut-off applied to the estimated Q matrix to ensure dichotomous
entries.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.