Description Usage Arguments Value References
Calculate a sensitivity and bias measure for categorisation data according to the Choice Theory. This applies to data where an item pertaining to a category is presented, and the participant answers a category by choosing amongst a set of choices.
1 | ChoiceTheory(dat, grouping, presented = "Presented", responded = "Responded")
|
dat |
A |
grouping |
The factors used to group the d' calculation by (you probably at least want your participant id there). This should be specified as a vector of strings. |
presented |
A string containing the name of the |
responded |
A string containing the name of the |
A data.frame
with the grouping factors, the presented factor, and fields log.alpha.i
(which is the sensitivity measure)
and bias...
for each pair of category (because the bias measure is relative).
The calculation are made according to Macmillan and Creelman (2005), p.247.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.