Replace Missing Values
impute.RdReplaces missing values of a matrix or dataframe with the
medians (what="median") or means (what="mean") of the
respective columns.
Usage
impute(x, what = c("median", "mean"))impute.RdReplaces missing values of a matrix or dataframe with the
medians (what="median") or means (what="mean") of the
respective columns.
impute(x, what = c("median", "mean"))