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 ?
Interaction in manual DIDHello, Im running a DID model( over two waves of a longitudinal survey) where the code that I use i…
Number of one variable according to two other variablesHi Dears, My datset includes Firms identification: NPC_FIC, Classification by broad economic catego…
Cmh test in survey settingI want to get a 3x3 contingency table for survey data and do cmh test. i see in previous post that s…
HH to individual levelHello, In the survey I'm using, I have information on time taken to collect water by women in a HH a…
Generate treatment variables for panel data analysisDear community, I am working on a panel data analysis, where I have to generate a treatment variabl…
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