View source: R/mn_med_sd_na_rm.R
mn | R Documentation |
mn
calculates the mean, removing missings
med
calculates the mean, removing missings
sdev
calculates the standard deviation, removing missings
mn(x)
x |
A numeric vector |
x <- c(0:10, 100, rep(NA,10)) mn(x) med(x) sdev(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.