Re: [R] Prob with merge

2010-11-22 Thread Joel
Thx alot mate. -- View this message in context: http://r.789695.n4.nabble.com/Prob-with-merge-tp3053652p3053675.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-

Re: [R] Prob with merge

2010-11-22 Thread ONKELINX, Thierry
bericht- > Van: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] Namens Joel > Verzonden: maandag 22 november 2010 15:07 > Aan: r-help@r-project.org > Onderwerp: [R] Prob with merge > > > Hi > > Im trying to merge 2 data frames using merge but

[R] Prob with merge

2010-11-22 Thread Joel
Hi Im trying to merge 2 data frames using merge but I dont get the result i want Lets make this a small test as my data set is to big to put in here :). t1<-data.frame(a=c(1,2,3,4,5,6),b=c(11,11,NA,11,11,11)) t1<-data.frame(a=c(1,2,3,4,5,8),b=c(12,12,12,12,12,32)) this gives me: > t1 a b 1