Hi there,
I have plotted my brms results like this:
myPlot=stanplot(myFit,pars=c("p1","p2","p3"),prob=0.95,prob_outer=0.95)+
scale_y_discrete(labels=c("label1","label2","label3"))
Is it possible to change the colour of just the first bar? I’ve tried
+ scale_color_bayesplot(values=c("red","black","black"))
but that does nothing
I’d be very grateful for any advice
Jacquie