search for: e10i13d0

Displaying 1 result from an estimated 1 matches for "e10i13d0".

2010 Feb 06
3
melt on OSX ignores na.rm=T
Hi list, I run R on Linux and OSX. On both systems I use R version 2.9.2 (2009-08-24) and reshape version: 0.8.2 (2008-11-04). When I do a melt with na.rm=T on a data frame I get different results on these systems: library(reshape) x <- read.table(textConnection("char trial wn p E10I13D0 4 r E10I13D0 4 a E10I13D0 4 c E10I13D0 4 t E10I13D0 4 i E10I13D0 4 c E10I13D0 4 e E10I13D0 4 d E10I13D0 4 , E10I13D0 NA"), head=T) melt(x, measure.vars="char", na.rm=T) On Linux I get: 1 E10I13D0 4 char p 2 E10I13D0 4 char r 3 E10I13D0 4 char...