Announcement

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

  • Graph of multiaple regression

    Hi
    I am doing analysing data that weighted by pweight. I would like to know if orthodntic needs(anyiotn) varies among socioecnomic status(imde1), I wrote following command in order to see the odds ratio

    svyset anyiotn [pweight=eweight]
    svy: logistic anyiotn i.imde1

    and I would like to represnt this data using graph. is there any spacific command for this graph?

    Thank you.
    Zinab Al-Hammadi

  • #2
    You'll increase your chances of a useful answer by following the FAQ on asking questions - provide Stata code in code delimiters, readable Stata output, and sample data using dataex.

    You need to look at the logistic postestimation documentation. You should use the margins and then marginsplot commands to graph your results.

    Comment

    Working...
    X