Hello,
I am experimenting with bubble plots in a panel dataset.
How can I merge all the years into one scatterplot as an average?
Is it possible to color some countries based on a binary variable in the data?
Current command:

I am experimenting with bubble plots in a panel dataset.
How can I merge all the years into one scatterplot as an average?
Is it possible to color some countries based on a binary variable in the data?
Current command:
Code:
twoway (scatter Innovation KnowledgeCapitalFem if year==2019 & KnowledgeCapitalFem>1, sort msize(20-pt) mlabel(country) mlabposition(0) mfcolor(blue%30) mlcolor(black) mlwidth(medium) mlalign(inside))
Comment