compute_bias: Computes d' from hits and false alarms

Description Usage Arguments Examples

View source: R/SDT.R

Description

Bias correction currently works only for C estimate of bias

Usage

1
compute_bias(H, FA, type = "C", should_correct = F, max_bias = 4)

Arguments

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

Examples

1
2
3
compute_bias(.4,.8)
compute_bias(.2,.7, type = "lnB")
compute_bias(.4, 1, should_correct = TRUE)

fidadoma/statutils documentation built on April 13, 2021, 4:19 a.m.