Re: [R] Subset by using multiple values

2010-11-29 Thread clangkamp
Dear Phil thanks a lot, it worked just perfect ! Christian - Christian Langkamp christian.langkamp-at-gmxpro.de -- View this message in context: http://r.789695.n4.nabble.com/R-Subset-by-using-multiple-values-tp815278p3064295.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Subset by using multiple values

2010-11-29 Thread Phil Spector
he trick is to precisely exclude just the combinations chosen, and not all combinations of Exclude_Data[1] and Exclude_Data[2], which is what happens when doing two statements "X2 in ED[1]" AND "X3 in ED[3]". Any takers ? Thanks in advance Christian -- View this message in

Re: [R] Subset by using multiple values

2010-11-29 Thread clangkamp
precisely exclude just the combinations chosen, and not all combinations of Exclude_Data[1] and Exclude_Data[2], which is what happens when doing two statements "X2 in ED[1]" AND "X3 in ED[3]". Any takers ? Thanks in advance Christian -- View this message in context: http