View source: R/other_functions.R
Impute.NA.Mean | R Documentation |
This function fills NA values with mean value.
Impute.NA.Mean(x)
x |
numeric. a numeric vector. |
A numeric vector.
Impute.NA.Mean(c(1:5, rep(NA, 1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.