View source: R/impute_median.R
impute_median | R Documentation |
Simple median imputation of missing values
impute_median(data)
data |
A matrix or data frame object. It should have variables as columns and observations as rows. |
A list object with positions of missing values (positions), imputed values by observed median (imp_values) and new data with imputed values (new_data).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.