Paul Bogdan
Paul Bogdan
I am experiencing an issue: ``` Traceback (most recent call last): File "E:/Users/USER/PycharmProjects/PROJECT/sentiment_anal.py", line 297, in do_lmer(df_all) File "E:/Users/USER/PycharmProjects/PROJECT/sentiment_anal.py", line 196, in do_lmer summary = mod.fit(REML=True) File "C:\Users\USER\Anaconda3\lib\site-packages\pymer4\models\Lmer.py", line 539,...
I attempted to use AutoReject while only focusing on a subset of my EEG channels. I specified `picks` as a list of strings, as below. I previously specified that I'm...
### PsychoPy Version 2024.1.3 ### What OS are your PsychoPy running on? Windows 11 ### Bug Description The [documentation](https://www.psychopy.org/builder/components/form.html) for `Form` says that it accepts `type = 'free-text'`. However, it...
`pymer4.models.lmer` has started to produce a `FutureWarning`: > `FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead. > ran_vars = ran_vars.applymap(` Explanation: Pandas 2.1.0 marked `DataFrame.applymap` as deprecated and suggests `DataFrame.map`...