Skip to content

how to remove NA/NaN/Inf in a matrix??

3 messages · anand m t, David Winsemius, Kenneth Takagi

#
On Sep 11, 2011, at 5:38 AM, anand m t wrote:

            
Besides the possibility that your data has NAs there is the possibilty  
that the authors of whatever package has that function did not  
anticipate some negative values or some other condition that your data  
led to. Maybe the "foreign function", i.e. not 'mas5calls'  tried to  
take the log of 0 or some such.

It's not possible to saymuch more given the vagueness of your  
question. This is also not the Bioconductor mailing list.
#
Try:
library(Hmisc)
?na.delete
  Ken Hutchison
On Sep 11, 2554 BE, at 5:38 AM, anand m t <anandrox05 at gmail.com> wrote: