psifr.fr.plot_lag_crp#

psifr.fr.plot_lag_crp(recall, max_lag=5, lag_key='lag', split=True, **facet_kws)#

Plot conditional response probability by lag.

Additional arguments are passed to seaborn.FacetGrid.

Parameters:
  • recall (pandas.DataFrame) – Results from calling lag_crp.

  • max_lag (int, optional) – Maximum absolute lag to plot.

  • lag_key (str, optional) – Name of the column indicating lag.

  • split (bool, optional) – If true, will plot as two separate lines with a gap at lag 0.