brms R package for Bayesian generalized multivariate non-linear multilevel models using Stan
GNU General Public License v2.0
1.28k
stars
184
forks
source link
conditional_effects plot for monotonic predictors - lineplot vs catergorial plot #1671
Closed
Famondir closed 4 months ago
Hi, I fitted a model with a model with monotonic predictor:
When variable Semester is numeric (integers) the conditional_effects plot shows a linegraph what was not expected:
Is there a easy way to get a categorial plot with errorbars like this?:
I had to refit the model and change the variable type to ordered to get this.
I tried to use the
categorical
,ordinal
andre_formula
options from conditional_effect but had no luck.