i_mean {COINr} | R Documentation |
Impute by mean
Description
Replaces NA
s in a numeric vector with the mean of the non-NA
values.
Usage
i_mean(x)
Arguments
x |
A numeric vector |
Value
A numeric vector
Examples
x <- c(1,2,3,4, NA)
i_mean(x)
[Package COINr version 1.1.14 Index]