Skip to content
Prev 319990 / 398502 Next

boxplot

On 03/21/2013 07:40 PM, carol white wrote:
Hi Carol,
It's them old factors sneakin' up on you. Try this:

boxplot(data$var1[data$loc == "nice"]~
  as.character(data$loc_type[data$loc == "nice"]))

Jim