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 ?
Adding controls, insignificant treatment var turns significantDear friends, I am running a Fixed Effects regression to test the effect of a policy on firms' pate…
Propensity score matchingHi all, I am currently trying to run PSM on STATA14 to compare effect of treatment 1 vs treatment 2…
Error message on assigning different methods of obtaining start values for latent class analysisHi all, I am running a 3-class latent class model on 17 categorical indicators and keep getting err…
CAPM OLS event study calculating CAR for multiple companies at the timeHello Stata friends, I am conducting a CAPM event study with 34 events and eight different companie…
Understanding Stata's default yscale() choiceHi everyone, I am trying to find out how Stata chooses the exact default range of the y-axis. The a…
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