[R] Box Plot under GUI (R Commander/RKward)

2011-05-17 Thread Vikas Garud
Hi, I am a consultant in Quality Management. I am exploring the use of R with any GUI - R commander/Rkward for doing analytical work. Have installed R, R Commander and Rkward. I hope to learn by doing various exercises that I use for teaching analytical techniques to my clients. I would be

Re: [R] Box Plot under GUI (R Commander/RKward)

2011-05-17 Thread Timothy Bates
something like this will get you going, assuming your data are in a dataframe called “qual” # qual - read.table(pipe(pbpaste), header=T, sep='\t') boxplot(formula=Time~Distance+Season, data=qual) Followup question from me: i can’t see why boxplot(formula=Time, data=qual) should return the

Re: [R] Box Plot under GUI (R Commander/RKward)

2011-05-17 Thread Jannis
--- Vikas Garud information4vi...@gmail.com schrieb am Di, 17.5.2011: Von: Vikas Garud information4vi...@gmail.com Betreff: [R] Box Plot under GUI (R Commander/RKward) An: r-help@r-project.org Datum: Dienstag, 17. Mai, 2011 11:31 Uhr Hi, I tried to search the mailing list on box plot

Re: [R] Box Plot under GUI (R Commander/RKward)

2011-05-17 Thread Liviu Andronic
On Tue, May 17, 2011 at 2:15 PM, Jannis bt_jan...@yahoo.de wrote:  Otherwise I would stick to SPSS/Excel/Sigmaplot or browse for some R GUIs with some basics beeing implemented on a click basis like RStudio, Rkward or TinnR. All R GUI implementations are however limited to basic

Re: [R] Box Plot under GUI (R Commander/RKward)

2011-05-17 Thread Dennis Murphy
Hi: I'm assuming this is a snippet of a much larger data set, because one certainly would not use box plots on singleton observations. You have four grouping variables in your example, so the best you could likely do on one graphics page would be to, for example, plot time vs. distance, 'dodged'