dprime | R Documentation |
Computes the d' sensitivity measure of the signal detection theory
dprime(hit,fa,design="yes.no")
hit |
hit rates |
fa |
false alarm rates |
Return a vector containing d' values for each hit and fa rate pairs.
The optional argument "design" can take 4 values: "yes.no" (default), "forced.choice", "same.different.ind.obs", "same.different.diff", refering to the different SDT models descirbe in MacMillan and Creelman (1991).
Reference: MacMillan and Creelman (1991) Signal Detection Theory: a user guide. Cambridge University Press
beta,aprime,bppd
.
dprime(.8,.2) dprime(.7,.1) dprime(.7,.1,design="forced.choice") dprime(.7,.1,design="same.diff.ind.obs") dprime(.7,.1,design="same.diff.diff")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.