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
Unfortunately, automatic datset generation for non-linear brms models is not currently supported (the error should be clearer on that). For most use cases, I'd strongly suggest writing your own generator anyway - if your model specification does something different than what you'd like the automatic generator will replicate the issue and you will not notice any problems, despite the model being incorrect...
I'll keep it open - we definitely should at least improve the error message. It is also possible that supporting non-linear models won't be that hard - we never really tried doing that.
Hi devs, I have a brms model fitted with the
set_nl(TRUE)
formula setting. Then I got the following error fromgenerate_datasets
:Could they be related? Thanks.
The text was updated successfully, but these errors were encountered: