Replies: 1 comment
|
Hi, unfortunately the random effects model is not currently supported and it's unlikely it will be implemented in the near future. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, the package seems pretty user-friendly, and I think this kind of modelling makes sense for my use case where I have animals learning how to perform a task over time. However, this is the performance of the same set of animals over multiple days, for which I would usually use a mixed-effects model with (1|animal_id) or (day|animal_id) as the random effects term. Is something like this possible in drda?
All reactions