eelbrain._experiment.ROITestResult

class eelbrain._experiment.ROITestResult(subjects, samples, n_trials_ds, merged_dist, res)

Test results for temporal tests in one or more ROIs

Attributes:
subjects : tuple of str

Subjects included in the test.

samples : int

samples parameter used for permutation tests.

res : {str: NDTest} dict

Test result for each ROI.

n_trials_ds : Dataset

Dataset describing how many trials were used in each condition per subject.

Methods