I want to only show Somalia, Afghanistan, Chad, and some outlier CountryNames.
Above is the code I used.
Below is the graph.

I want the graph to show only some CountryNames that are outliers. How can I edit the code?
twoway (scatter fertrate employtopop if Time==2009, mlabel(CountryName) mlabsize(relative1p5)), title(Scatterplot of Employment to Population Ratio and Fertility Rate) caption(Data: World Bank Databank)
Below is the graph.
I want the graph to show only some CountryNames that are outliers. How can I edit the code?

Comment