Returns a tidy DataFrame with the conditional log-likelihoods of the method run at the given index.
Parameters:
index (int, optional) – The index of the result to retrieve. Defaults to -1.
average (bool, optional) – Boolean flag controlling whether to average
the conditional log-likelihoods over replicates using logmeanexp.
Defaults to False.