[R] Length of vector without NA's

Ralf B ralf.bierig at gmail.com
Thu Sep 23 17:08:15 CEST 2010


Hi,

this following code:

x<-c(1,2,NA)
length(x)

returns 3, correctly counting numbers as well as NA's. How can I
exclude NA's from this count?

Ralf



More information about the R-help mailing list