[R] Negative Quartile

2011-09-28 Thread Damian Abalo
Hello, I have a doubt, but it is more statistic than just about R: How the people deal usually with negative percentile and quartile? In my concrete case, I want to know the distribution of an error, so the nearest it is to 0 the better (I think it would be optimun to have the nearest values to 0

[R] Writting excel files

2011-09-12 Thread Damian Abalo
Hello. I need to generate, using R code, an excel file with multiple sheets, I wonder if any of you know how to do so. Thanks for the help __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Werid things when write.table

2011-09-07 Thread Damian Abalo
Hello, I am having some issues with the order write.table. The fact is that I need to use , as the decimal character and not . as default, and when I use: write.table(Sales,file=Sales.xls,quote=FALSE, sep = \t, dec = ,, row.names = FALSE, col.names = TRUE) It does it perfectly, but then, in a

Re: [R] Werid things when write.table

2011-09-07 Thread Damian Abalo
.  It is hard to tell without reproducible data, or at least an 'str' of both of the objects you reference. On Wed, Sep 7, 2011 at 4:10 AM, Damian Abalo wardamo.z...@gmail.com wrote: Hello, I am having some issues with the order write.table. The fact is that I need to use , as the decimal character