impute_mean | R Documentation |
Simple mean imputation of missing values
impute_mean(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 mean (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.