Hello,
I have three variables that I would like to graph. They are school attendance(hv121), access to electricity(hv206), gender(hv104).
P/S - all the variables are dummy variables
I used the following commands:
This is my output:
Kindly, how do I label the y-axis to be no electricity instead of no and electricity instead of yes?
P/S. I did most of the manipulations from the graph itself
I have three variables that I would like to graph. They are school attendance(hv121), access to electricity(hv206), gender(hv104).
P/S - all the variables are dummy variables
I used the following commands:
Code:
ssc inst catplot
Code:
catplot hv104, hv206, percent(hv121) asyvars
Code:
Kindly, how do I label the y-axis to be no electricity instead of no and electricity instead of yes?
P/S. I did most of the manipulations from the graph itself
Comment