imputeUnivariate.RdFills missing values of a vector, matrix or data frame by sampling with replacement from the non-missing values. For data frames, this sampling is done within column.
imputeUnivariate(x, v = NULL, seed = NULL)A vector, matrix or data frame.
A character vector of column names to impute (only relevant if
x is a data frame). The default NULL imputes all columns.
An integer seed.
x with imputed values.