calc_sdt | R Documentation |
Calculate sensitivity index and bias based on signal detection theory. The correction for extreme proportions of zero and one is the "log-linear" rule recommended by Hautus (1995).
calc_sdt(
data,
type_signal,
...,
by = NULL,
name_acc = "acc",
name_type = "type"
)
data |
Raw data of class |
type_signal |
The type of signal stimuli. It should be one of the values
in the |
... |
For future extensions. Should be empty. |
by |
The column name(s) in |
name_acc |
The column name of the |
name_type |
The column name of the |
A tibble contains sensitivity index and bias (and other temporary measures).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.