hello I am trying to plot a bar chart for a variable : categorical variable: revreason which is coded in the following way
For me to plot a bar chart to some the reasons i used
Stata returns the error:
graph bar (percent), over(revreason) ytitle ("Percentage (%)")
unmatched quote
r(198);
Where exactly is my unmatched quote?
For me to plot a bar chart to some the reasons i used
Code:
graph bar (percent), over(revreason) ytitle ("Percentage (%)")
graph bar (percent), over(revreason) ytitle ("Percentage (%)")
unmatched quote
r(198);
Where exactly is my unmatched quote?

Comment