Measures#
The measures
module connects the lower-level statistics defined in the stats
module with high-level analyses defined in the fr
module. Each of the measures defined here takes table-format free-recall data, extracts information necessary for a given statistic, exports it to list format, calculates the statistic, and packages it within a results table for output.
Transition measure base class#
|
Measure of free recall dataset with multiple subjects. |
|
Get relevant fields and split by list. |
Analyze a free recall dataset with multiple subjects. |
|
|
Analyze a single subject. |
Transition measures#
|
Measure recall probability by input and output position. |
|
Measure conditional response probability by lag. |
|
Measure lag rank of transitions. |
|
Measure conditional response probability by category transition. |
|
Measure conditional response probability by distance. |
|
Measure transition rank by distance. |