[R] Trying to replicate error message in subset()

2007-02-11 Thread Michael Rennie
Hi, there I am trying to replicate an error message in subset() to see what it is that I'm doing wrong with the datasets I am trying to work with. Essentially, I am trying to pass a string vector to subset() in order to select a specific collection of cases (i.e., I have data for these cases i

Re: [R] Trying to replicate error message in subset()

2007-02-11 Thread Petr Pikal
rom: Michael Rennie <[EMAIL PROTECTED]> Subject: [R] Trying to replicate error message in subset() > > Hi, there > > I am trying to replicate an error message in subset() to see what it > is that I'm doing wrong with the datasets I am trying

Re: [R] Trying to replicate error message in subset()

2007-02-12 Thread Michael Rennie
ter with %in% operator. > >HTH >Petr > > > >On 12 Feb 2007 at 1:51, Michael Rennie wrote: > >Date sent: Mon, 12 Feb 2007 01:51:54 -0500 >To: r-help@stat.math.ethz.ch >From: Michael Rennie <[EMAIL PROTECTED]> >Subject:

Re: [R] Trying to replicate error message in subset()

2007-02-13 Thread Petr Pikal
> is not a multiple of shorter object length in: > >`==.default`(x1, a) > > > new.dat > > y1 x1 x2 > >30.5977786 A B > >62.5470739 A B > >90.9128595 A B > >12 1.0953531 A D > >15 2.4984470 A D > >18