Coefficient Plot in r for mixed model

364 views Asked by At

I have fitted a three level model looking at political trust using multiple waves of survey data. Individuals nested in country-waves nested in countries. Now that I have my results, I want to present them in a coefficient plot. I have fitted a coefficient plot using the sjPlot function below. I am only interested in presenting the higher level variables (growth,inflation,unemployment,corruption) as the individual level variables are controls, but the plot puts all the predictors in. I also want to edit the names of certain variables so its clearer. How can I do this? I don't mind suggestions using ggplot or the base r coefplot function.

plot_model(fullmodel, transform = NULL, show.values = TRUE)

Coefficient Plot 3 level

0

There are 0 answers