Replies: 1 comment 2 replies
-
Hi there, If yes, you are in luck, this is implemented Cheerio, Bene |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am wondering if it is possible to estimate single-trial ERPs after correction, specifically to disentangle stimuli-related and response-related brain activity.
Here is my model specification (I am calling Julia from Python):
Where
data
is the continuous EEG signal with a shape of(1, 935936)
, sampled at 1024 Hz. UsingUnfold.coeftable(m)
, I can extract rERPs for each type of event.My question is: is there any way to use the estimated coefficients/rERPs to disentangle stimuli-related single-trial ERPs and response-related single-trial ERPs? When calling
predicted_data = Unfold.predict(m, overlap=False)
, I get single-trials, but all have exactly the same values. I suppose this makes sense because I only estimate the intercepts for the effects.Do you have any recommendations on how to obtain these corrected single-trial ERPs?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions