Hi, for a simple boxplot in R, in the formula is it possible to include two or more Y vectors directly. Or is that only possibility by aggregating the data first? -- Håvard Wahl Kongsgård Peace Research Institute Oslo (PRIO) http://havard.security-review.net/ [[alternative HTML version deleted]]
On 13.04.2011 15:58, H?vard Wahl Kongsg?rd wrote:> Hi, for a simple boxplot in R, in the formula is it possible to include two > or more Y vectors directly. Or is that only possibility by aggregating the > data first?Do you think about something like boxplot(cbind(y1, y2)) ? Uwe Ligges