Plotting individual points of a lognormal BRM
I apologize if I am titled this question oddly, I’ve never had a situation like this.
How to remove the distributional part of a brms model with update()
I’m working with the brms
package and fitting models using distributional formulas like this:
2-way interaction in a multilevel regression with four predictor
I apologize for a weird question and without providing replicable example.
2-way interaction in a multilevel regression with four predictor
I apologize for a weird question and without providing replicable example.
Retrieve warnings from a model fitted with brms
I am attempting to extract the warnings that were generated during the fitting of a Bayesian model using the brms::brm()
function, after the model has already been fitted.