The nutpieR package from @andytimm works great. I am using it with brms models manually via make_stancode() and standata(). Two disadvantages are:
- the posterior has the vanilla brms stan code names as opposed to the informative ones available in
brm() results
- I don't take advantage of brms caching of compiled models
Therefore, I would like to request adding nutpieR as a backend to brms. Thanks for considering!
The nutpieR package from @andytimm works great. I am using it with
brmsmodels manually viamake_stancode()andstandata(). Two disadvantages are:brm()resultsTherefore, I would like to request adding nutpieR as a backend to brms. Thanks for considering!