mydata[is.na(mydata)] <- NaN should work
--- Samor Gandhi <[EMAIL PROTECTED]> wrote: > Hi, Is it possible to do the following > > > mydata > y x > 1 0.3 1 > 2 0.8 NA > 3 NA 0 > 4 0.2 1 > > I would like to solve > > mydata <- replace(mydata, NA, NaN) > > Thanks! ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.