I am trying to graph some indicators over years by using the command "twoway line". The code is as follows:
I don't understand why Stata said there is "quotes unbalanced" here.
Many thanks for your help.
Code:
twoway line (NFA_DC NFA_FC Year), if Country == "Indonesia", legend(size(small))
Many thanks for your help.
Comment