| i_mean | R Documentation | 
Replaces NAs in a numeric vector with the mean of the non-NA values.
i_mean(x)
| x | A numeric vector | 
A numeric vector
x <- c(1,2,3,4, NA)
i_mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.