[R] robust correlation in R

2004-06-09 Thread Xavier . Abulker
Dear R user group, I'm looking for a robust mesure of correlation in R. I found a very interesting article by Dr Rich Herrington on http://www.unt.edu/benchmarks/archives/2001/december01/rss.htm and I'd like to implement exaclty this method but my problem is that everything is here developped

[R] robust correlation in R

2004-06-09 Thread Xavier . Abulker
Dear R user group, I'm looking for a robust mesure of correlation in R. I found a very interesting article by Dr Rich Herrington on http://www.unt.edu/benchmarks/archives/2001/december01/rss.htm and I'd like to implement exaclty this method but my problem is that everything is here

Re: [R] writing complex outputs to table

2007-09-10 Thread Xavier Abulker
Steve, This example works: x-TukeyHSD(fm1, tension, ordered = TRUE) as.table(x$tension) Steve Powers wrote: So I've come across a few cases where complex outputs from functions will not write to tables. The most recent case involves the TukeyHSD function in the stats package. If I save

Re: [R] write.csv / string extraction and field limits

2007-09-10 Thread Xavier Abulker
This example works fine: test-matrix(c(1,2,'VOICIUNPETITTES',3),ncol=2,nrow=2) write.csv(test,file='C:/xavier/test.csv') Could you provide the same small example when it doesn't work? kwaj wrote: Hello, I have a peculiar problem which I am hoping I can get help