Hi. I'm stata beginer.

I want to draw odds ratio graph using coefplot.

But difference of CI between variables is too large, so variables with relatively small odds ratios are difficult to distinguish in the graph.

Is there any way to make the x axis reference different for certain variables when plotting with coefplot after logistic analysis?

Or is there a way to reduce the length of line of specific variable (which has relatively large confidence interval) using wave line ?

In this code, I want to draw different axis with (dz_cvd , dz_dm, dz_hep) and (sbp dbp gfr )

logistic upro i.gr_bmi sbp dbp gfr dz_cvd dz_dm dz_hep
coefplot multi3 , keep(sbp dbp gfr dz_cvd dz_dm dz_hep) xline(1) eform baselevel