I am attempting to change the colours of the estimates in my plot based on the levels of Condition, but the "color = " element in plot() doesn't recognise the grouping. I have tried other solutions from the other issues posted here but nothing works:
I am attempting to change the colours of the estimates in my plot based on the levels of Condition, but the "color = " element in plot() doesn't recognise the grouping. I have tried other solutions from the other issues posted here but nothing works:
Example code:
This produces this:
All I want is for the levels ("2" and "3") of Condition to be in different colours. Is there a way to do this?
Things I've tried:
Which gives this error: