Brm model headers in R

hello everyone, would really appreciate any help :)

I am trying to run a bayesian multilevel model on R using the bmlm and brms packages. I was able to get some form of output but my output headers where different from what I am familiar with based on past tutorials.

the code I ran was: model1 ← brm(avg_meaningful_int ~ baseline_loneliness_total + (1|PID), data = datacentred, control=list(adapt_delta=0.99), iter = 6000)

I had several warning messages that popped up but my output headers were “Multilevel Hyperparameters”, “Regression Coeefficients” and “Further Distributional Parameters”


"
instead of the headers that I want “Group-Level Effects”, “Population-Level Effects” and “Family Specific Parameters”

Would anyone know how I can obtain the latter headers instead? Thank you and I appreciate any help!

I believe this is a change from brms version 2.21.0 (see here for documentation), and I don’t know that you can go back without installing an earlier version of brms.