Check if there are any missing values in the vector (v).
anyNA(v)
is.na(v) kommt zum gleichen Ergebnis und gibt aus, wie viele NA-Values es gibt (über table(is.na(v)).