Exporting to a dataframe the summaries from a brmsMarginalEffects object

Thanks a lot, @paul.buerkner.

For example, given the binomial model from here, to define that the marginal effects must be estimated for n=100 (that is, the Y values must be in percentages), would specifying conditions as:

conditions ← data.frame(n = 100)

suffice?

Thank you very much for this help.