Skip to content

[Fwd: Re: cleaning up a vector]

1 message · mlarkin at rsmas.miami.edu

#
It turns out I didn't have to filter out the 1-20 values.

The code of  x[is.finite(x)] did the trick.

Thanks!!!

Mike




---------------------------- Original Message ----------------------------
Subject: Re: [R] cleaning up a vector
From:    "Henrique Dallazuanna" <wwwhsd at gmail.com>
Date:    Fri, October 1, 2010 1:55 pm
To:      mlarkin at rsmas.miami.edu
Cc:      r-help at r-project.org
--------------------------------------------------------------------------

Try this:

x[is.finite(x)]
On Fri, Oct 1, 2010 at 2:51 PM, <mlarkin at rsmas.miami.edu> wrote: