Hello everyone,
im getting graphs of all the cities, I onlty want those municipalities that are equal to veluwe==1, however i want them to be split in several graphs individually.
I hope someone could help me out with this.
I appreciate everyones help!
Kind regards,
Adam Klaas
Code:
graph twoway (scatter RealHP Year if veluwe==1, lcolor(red)) (lfit RealHP Year if veluwe==1) ,by(GM_code)
I hope someone could help me out with this.
I appreciate everyones help!
Kind regards,
Adam Klaas
Comment