Skip to content
Prev 79510 / 398502 Next

simple question

Its just a simple question I guess:

I have a vector with missing information like 
x<-c(0,1,31,131,NA,133,NA,310,NA,112,3,1,2,93)

How can I make a vector like this no missing in it. I used the x[x<0] 
commabd and tried some more, with no success.

thx
Korbinian