Skip to content
Prev 12564 / 398502 Next

replacing values in a vector

Hi all,

there is a vector v with several NAs. I want to create a new vector n of
the same length as v and the same NAs as in v and tried this:

n <- vector(length=length(v), mode="numeric")
replace(n, which(is.na(v)), NA)

but this does't work, all values in n are 0. What went wrong?

Thanks, Sven
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._