Announcement

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

  • Graphs

    Hello.

    The attached graph shows the percentage of people who are simultaneously deprived of different indicators. I want to plot a similar graph. How can I do it?

    An example dataset:

    Code:
    * Example generated by -dataex-. To install: ssc install dataex
    clear
    input float(g0_edu g0_satten g0_cm g0_nutri g0_elec g0_sani g0_wtr g0_hsg g0_cfuel g0_asst)
    0 0 0 0 0 0 1 1 1 0
    1 0 0 0 0 0 0 1 1 0
    1 1 0 0 0 1 0 1 1 1
    1 0 0 1 0 1 0 1 1 0
    1 0 0 0 0 1 0 0 1 0
    0 0 0 0 0 1 0 1 1 1
    1 0 0 1 0 1 0 0 0 0
    0 0 0 0 0 0 1 1 1 0
    1 0 0 0 0 0 0 1 1 0
    1 1 0 1 0 0 0 1 1 0
    1 0 0 0 0 0 0 1 1 0
    1 0 0 1 0 1 0 1 1 0
    1 0 0 1 0 0 0 0 0 0
    1 0 0 0 0 0 0 1 1 0
    1 0 0 0 1 1 0 1 1 1
    1 0 0 0 0 0 0 1 0 0
    1 0 0 0 0 0 0 0 0 0
    1 0 0 0 0 0 0 0 1 0
    1 0 0 0 1 1 0 1 1 1
    1 0 0 0 0 0 0 1 1 0
    1 0 0 0 0 0 0 0 1 0
    1 0 0 0 0 0 0 0 1 0
    1 0 0 0 0 1 0 1 1 0
    1 0 0 0 0 0 0 1 1 1
    1 0 0 1 0 0 0 1 0 0
    1 1 0 1 0 1 0 1 1 0
    0 0 0 0 0 1 0 1 0 0
    0 0 0 0 0 1 1 1 1 0
    1 0 0 0 0 0 0 0 1 0
    0 0 0 0 0 0 0 0 0 0
    end
    Thanks
    Attached Files
Working...
X