mean_noNA | R Documentation |
Version of mean() where default na.rm=TRUE
mean_noNA(x)
x |
numeric vector |
Nikolai Klibansky
x <- c(1,2,10,NA)
mean(x)
mean(x,na.rm=TRUE)
mean_noNA(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.