I would like to use R to analize the evoked data, but I can’t find a way to export the data (e.g. to an array of channel X time). Is there a way to do such a thing?
Thanks in advance
Fval
Generate a pandas DataFrame and save it as a CSV.
Best wishes,
Richard
Thanks a lot , Richard. I’ll see if I manage to apply your solution
Fval