cc.mean | R Documentation |
Wrapper for mean() with na.rm=TRUE by default
cc.mean(x)
x |
Numeric vector |
Mean value of the vector, ignoring NA values
cc.mean(c(1,2,NA,4)) # Returns 2.333...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.