powered by
rm.na(x)
x <- round(rnorm(10), 2) x[c(2,4,5)] <- NA x rm.na(x)
Run the code above in your browser using DataLab