You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do mixed-effects modeling of 128-channel ERP data. I found MELD to be a perfect match for my needs.
I ran the provided docker container and the tests (runtests.sh) successfully.
While going through the tutorial file MELD_example.ipynb I encountered runtime errors on executing run_perms(). Here is the full log; also .txt attached here.
It appears to be an issue with something rpy2 is trying to do.
I have 3 questions:
Is this project being actively maintained? The last commit was more than a year ago.
Is there any documentation for MELD? The provided example file was not quite intuitive to me, past the simulation bits.
Short of any other tutorials, is this code for the 2017 paper a more suitable tutorial? It is a bit better commented, but I'm not sure if the current, more updated repo, matches the older one.
Having gone through the 2017 paper, I find this quite exciting and I hope I can use it for modeling my data. Any help in lowering the barrier to that would be appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to do mixed-effects modeling of 128-channel ERP data. I found MELD to be a perfect match for my needs.
I ran the provided docker container and the tests (
runtests.sh
) successfully.While going through the tutorial file
MELD_example.ipynb
I encountered runtime errors on executingrun_perms()
. Here is the full log; also.txt
attached here.It appears to be an issue with something rpy2 is trying to do.
I have 3 questions:
Having gone through the 2017 paper, I find this quite exciting and I hope I can use it for modeling my data. Any help in lowering the barrier to that would be appreciated.
The text was updated successfully, but these errors were encountered: