I want to use boxplot.stats on variable by a country split.
Something like boxplot.stats(data$Variable[Country==French])$out does not work. Is there a way to
boxplot.stats(data$Variable[Country==French])$out