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
FWIW, I ran into this issue with a complex dataset today. Hard to create a minimal reproducible example, but the SO question and answer have a lot of likes and comments, so I think the bug should be treated as "replicated on several machines."
Ran into this problem recently, and spent an hour trying to understand what was wrong. Fortunately, the SO post helped me resolve it. A bug fix would be helpful.
In case you had not seen this StackOverflow error report from 2020:
https://stackoverflow.com/questions/64056125/how-to-fix-erreur-subscript-amr1-orig-is-a-matrix-the-data-x-imp-possib
I just ran into the same problem. The solution is simple. Just add this to convert
x
to data frame if it is atibble
:The text was updated successfully, but these errors were encountered: