Description Usage Arguments Examples
Uses traditional formula
1 | compute_dprime(H, FA, should_correct = F, max_d = 4)
|
H |
hit rate (pecentages) |
FA |
false alarm rate (pecentages) |
should_correct |
boolean, whether we should correct perfect performance |
max_d |
to which values we should correct perfect performance |
1 2 | compute_dprime(.4,.8)
compute_dprime(.4, 1, should_correct = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.