Dear all
I am trying to represent a dependent variable (treatment) against different
independent variables (v1, v2, v3....v20). I am using the following command:
boxplot(v1~treatment,data=y, main="xxxxxx",xlab="xxxxxx", ylab="xxxxxx")
However, it provides me only one graph for v1~treatment. For the other
comparisons, I have to repeat the same command but changing the parameters. My
intentions is to get different plots in just one sheet using only one command.
Is it possible to join the same order for all the comparisons in only one
command?
Thanks
David
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.