Task#

The task module provides functions for working with task data.

Free-recall data#

Load and score free-recall data. Functions include options for working with categorized free recall data, labeling category blocks and getting information related to the position, length, and context of those blocks.

read_study_recall(csv_file, **kwargs)

Read study and recall data.

merge_free_recall(data[, include_list_keys])

Merge study and recall data.

read_free_recall(csv_file[, block, ...])

Read and score free recall data.

Analyses#

Most analyses of free recall data use the Psifr package. Additional analyses are included here.

crp_recency(data[, op_thresh, edges, ...])

Calculate a persistant recency effect lag-CRP analysis.