Two questions on using dwplots

Hi All,

I used following code, dwplot(list(M1, M2, M3, M4, M5)), to plot how the coefficient estimates and their confidence intervals vary among models built using five datasets. The output works great except for that the legend labels the models , model 1, model 2, model 3... instead of giving each model the name I used.
I tried the following code to apply the names I wanted to use: dwplot(list(M1,M2,M3,M4,M5)) + scale_fill_discrete(labels=c('M1,'M2,'M3','M4','M5'))
but the labels were not applied.
Does anyone know how I can get the models to be labeled using names I specify?

I would also like to make separate plots displaying the five coefficient estimates of each model one covariate at a time. Does anyone know how I can code for the estimates for each covariate to be displayed as separate plots?

Thank you in advance for any advice.

See the FAQ: How to do a minimal reproducible example reprex for beginners. Few answers are attracted by questions requiring reverse engineering.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.