Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • coefplot with several trivariate analysis

    The code below is what I wrote to create graphs from several trivariate analysis results.
    However, the graph was not what I expected and I couldn't figure out a way of getting what I want.

    I have attached the files about the result and what I want.
    Could someone help me, please?

    THank you


    ------------------------------------------------------------------------------------------------------------
    local y ckd60
    local z age sex

    foreach var in bmi24 wc90 {
    logistic `y' `z' `var'
    estimates store `var'1
    }

    coefplot (bmi241),bylabel(bmi)|| (wc901), bylabel(wc)||, eform drop(_cons) xline(1)

    ------------------------------------------------------------------------------------------------------------
    the result.tif what I want.tif
    Attached Files
    Last edited by Cheng YuanLung; 09 Jul 2018, 21:05.
Working...
X