You can use the function standata(mod)
at it will print the data list that was passed to Stan. This way you can figure out what data is being used in the actual Stan model behind brms.
2 Likes
You can use the function standata(mod)
at it will print the data list that was passed to Stan. This way you can figure out what data is being used in the actual Stan model behind brms.