Hello everyone!
I am trying to use a dot graph (or something else) to show the range between the 10th and 90th percentiles, separately for two years and two variables. The idea is to show inequality (or the difference between the 10th and 90th percentiles). I would like to do something like the code below, which does not work. Any suggestions would be much appreciated.
graph dot (p10) adaF_1994 (p90) adaF_1994 , exclude0 noextendline linetype(line) ///
(p10) adaF_2022 (p90) adaF_2022 , exclude0 noextendline linetype(line) ///
(p10) adiF_1994 (p90) adiF_1994 , exclude0 noextendline linetype(line) ///
(p10) adiF_2022 (p90) adiF_2022 , exclude0 noextendline linetype(line)
Thanks,
Arun
I am trying to use a dot graph (or something else) to show the range between the 10th and 90th percentiles, separately for two years and two variables. The idea is to show inequality (or the difference between the 10th and 90th percentiles). I would like to do something like the code below, which does not work. Any suggestions would be much appreciated.
graph dot (p10) adaF_1994 (p90) adaF_1994 , exclude0 noextendline linetype(line) ///
(p10) adaF_2022 (p90) adaF_2022 , exclude0 noextendline linetype(line) ///
(p10) adiF_1994 (p90) adiF_1994 , exclude0 noextendline linetype(line) ///
(p10) adiF_2022 (p90) adiF_2022 , exclude0 noextendline linetype(line)
Thanks,
Arun
Comment