Hello,
I am running the rdplot command and I would like to combine different graphs in one graph. Namely, these are my commands
rdplot sec_sch rv1 if west_rural==1, p(2)
rdplot sec_sch rv1 if west_urban==1, p(2)
and I would like to combine the results of west urban and west rural regions in one graph. How can I do that?
Thanks in advance
I am running the rdplot command and I would like to combine different graphs in one graph. Namely, these are my commands
rdplot sec_sch rv1 if west_rural==1, p(2)
rdplot sec_sch rv1 if west_urban==1, p(2)
and I would like to combine the results of west urban and west rural regions in one graph. How can I do that?
Thanks in advance
Comment