merge_free_recall(data, **kwargs)
merge_free_recall
Merge standard free recall events.
merge_lists(study, recall[, merge_keys, …])
merge_lists
Merge study and recall events together for each list.
filter_data(data[, subjects, lists, …])
filter_data
Filter data to get a subset of trials.
reset_list(df)
reset_list
Reset list index in a DataFrame.
split_lists(frame, phase, keys[, names, …])
split_lists
Convert free recall data from one phase to split format.
spc(df)
spc
Serial position curve.
pnr(df[, item_query, test_key, test])
pnr
Probability of recall by serial position and output position.
lag_crp(df[, item_query, test_key, test])
lag_crp
Lag-CRP for multiple subjects.
category_crp(df, category_key[, item_query, …])
category_crp
Conditional response probability of within-category transitions.
distance_crp(df, index_key, distances, edges)
distance_crp
Conditional response probability by distance bin.
lag_rank(df[, item_query, test_key, test])
lag_rank
Calculate rank of the absolute lags in free recall lists.
distance_rank(df, index_key, distances[, …])
distance_rank
Calculate rank of transition distances in free recall lists.
plot_raster(df[, hue, palette, marker, …])
plot_raster
Plot recalls in a raster plot.
plot_spc(recall, **facet_kws)
plot_spc
Plot a serial position curve.
plot_lag_crp(recall[, max_lag])
plot_lag_crp
Plot conditional response probability by lag.
plot_distance_crp(crp[, min_samples])
plot_distance_crp
Plot response probability by distance bin.
plot_swarm_error(data[, x, y, swarm_color, …])
plot_swarm_error
Plot points as a swarm plus mean with error bars.