Re: [R] Different versions, different results ?

2005-06-01 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Dear all, I wrote the following batch script on a iMac, and ran it on a linux mosix cluster. tu - read.table(cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshape.table) tu_reshaped - t(reshape(tu[1:50,], direction=wide, timevar=tu, idvar=c(rna,lib))) write.table(tu_reshaped,

Re: [R] Different versions, different results ?

2005-06-01 Thread Thomas Lumley
On Wed, 1 Jun 2005 [EMAIL PROTECTED] wrote: Dear all, I wrote the following batch script on a iMac, and ran it on a linux mosix cluster. tu - read.table(cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshape.table) tu_reshaped - t(reshape(tu[1:50,], direction=wide, timevar=tu, idvar=c(rna,lib)))

[R] Different versions, different results ?

2005-05-31 Thread charles-r-nospam
Dear all, I wrote the following batch script on a iMac, and ran it on a linux mosix cluster. tu - read.table(cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshape.table) tu_reshaped - t(reshape(tu[1:50,], direction=wide, timevar=tu, idvar=c(rna,lib))) write.table(tu_reshaped,