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
Related Posts with Can I draw logistic odds ratio coefplot with two x axis range according to variable ?
Bin by day on x-axis from clockI have a continuous clock variable, with a cumulative count over time. I want to plot the counts ov…
difference-in-difference analysis with a random effects modelDear all, So far I learned that DiD is used with a Fixed effects model. But I just read a paper of …
Planting multiple regressionHey, I hope you all safe and well. I'm a new to STATA and doing multiple regression modeling using x…
Planting multiple regressionHey, I hope you all safe and well. I'm a new to STATA and doing multiple regression modeling using x…
Planting multiple regressionHey, I hope you all safe and well. I'm a new to STATA and doing multiple regression modeling using x…
Subscribe to:
Post Comments (Atom)
0 Response to Can I draw logistic odds ratio coefplot with two x axis range according to variable ?
Post a Comment