-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I ran into some issues with this introduction to EEG analysis using Python. Please note that I am a beginner in programming. The most relevant issue I faced was the use of this commands in the sixth module.
**%%R -i trials_ave
t.test(N170 ~ condition, data = trials_ave, paired = TRUE)**
I repeatedly obtain the same attribute error warning: 'DataFrame' object has no attribute 'iteritems'. I already tried using both Gemini and ChatGPT to solve the problem, but I haven't been able yo solve or pinpoint the specific issue.
Another error that I could not solve happened in the fourth module, where I tried epoching the N400 database but I repeatedly obtain the same error: No matching events found for prime_related (event id 1) . The weird thing is that the event ID 1 was indeed present in my events array and data. I also tried using AI assistance, but the different solutions suggested did not work. At one point even Gemini wrote "I am sorry, I cannot help you with this issue".