Description Usage Arguments Examples
Bias correction currently works only for C estimate of bias
1 | compute_bias(H, FA, type = "C", should_correct = F, max_bias = 4)
|
H |
hit rate (pecentages) |
FA |
false alarm rate (pecentages) |
type |
type of bias estimate, possible values are "C", C_rel","lnB". Default value is C |
should_correct |
boolean, whether we should correct perfect performance |
max_bias |
to which values we should correct perfect performance |
1 2 3 | compute_bias(.4,.8)
compute_bias(.2,.7, type = "lnB")
compute_bias(.4, 1, should_correct = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.