[R] error using boxplot.stats (but boxplot wo rks¿?)

2007-05-06 Thread Hugo M.Fernandez Bellon
Hi The answer to this may be obvious, but it's got me floored. I'm unable to get boxplot.stats to work for me! My session looks something like this: ia=read.table('/tmp/prueba.csv', header=TRUE, sep=,) attach(ia) boxplot.stats(X8weeks~Orden) Error in sort

Re: [R] error using boxplot.stats (but boxplot wo rks¿?)

2007-05-06 Thread Duncan Murdoch
On 06/05/2007 4:34 AM, Hugo M.Fernandez Bellon wrote: Hi The answer to this may be obvious, but it's got me floored. I'm unable to get boxplot.stats to work for me! My session looks something like this: ia=read.table('/tmp/prueba.csv', header=TRUE, sep=,) attach(ia)