Hello everyone,
I am new to EEG preprocessing and till now I managed to get my evoked potentials.
However, they seem a little noisy and therefore I wanted to check if the components I observe are really existing or not.
For this, I want to look for each subject, if its evoked potential and its 95% CI (calculated over epochs) is above or below 0 for a certain amount of time or not.
I know how to plot the 95% CI with epochs.plot_image() or plot_compare_evokeds() which have a CI argument.
My question is : is there any function to extract the CI calculated by plot_compare_evokeds() ? Or should I compute these CI by myself ? Is there any procedure example to compute this CI by hand using bootstrap ?
Thank you very much for your help.