Dear all,

I have the following multilevel model:

Code:
mixed ep_trust ib1.egalatt##c.gini_SWIID income age gender eduyrs lrscale gdp_capita unemployment inflation non_member || eu_countries: || countryyear:
What I would like to plot now is a line graph that represents the coefficients of the 5 values of the categorical variable egalatt (1-5, including the reference category 1), including confidence intervals (and preferrably the CI shaded along the whole line comparable to recast(line) recastci(rarea) ciopt(color(%30)) and markers for every coefficient. The graph should depict the values of egalatt at the x-axis, and its coefficients on the y-axis. Additionally, I would like to have 3 of these line graphs of coefficients in the same graph: 1 with gini_SWIID at its minimum, 1 with gini_SWIID at its mean, and 1 with gini_SWIID at its maximum. Would anyone know how to get around this?