-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in v1.0-8 about the structure of the data for the random factor #5
Comments
The error is coming from I would check the data structure of If you're still stuck, I think I'd need a reproducible example to test - perhaps you can share a subset of your data, there are some tips here on how to share a minimal dataset: https://stackoverflow.com/q/5963269/173755. |
Thanks so much for the quick response! Turns out after some more digging it's a missing data handling issue, although trickily the missing data was not in the random effects matrix, but rather the previous contest result column. This should reproduce it with the chameleon data:
I think for our use case I'll be able to sort it out. Thanks again! |
Glad you were able to find the source of the problem. I'll keep this issue open though, to check if this case could be handled more gracefully - at least giving a more helpful error message. |
Hello,
I had some code that seemed to be working with v1.0-6, but when I updated to v1.0-8, the model call returns an error.
which still in v1.0-6 runs (apparently) well, but in v1.0-8 it returns this error
the traceback is pretty cryptic at least to me:
This is probably my mistake, but I'm having trouble tracking down where it's coming from. Any thoughts?
The text was updated successfully, but these errors were encountered: