What is the best way to detect whether or not a (potentially large) matrix contains missing values (NAs) or not? I use if (sum(is.na(x)) > 0) {...} are there more efficient ways? /Ali