Description Usage Arguments Value Examples
View source: R/missing_impute.R
Return the imputed version of data based on the methods selected
1 | missing_impute(data, method_num = "mean", method_non_num = "most_frequent")
|
data |
Input dataframe to apply imputation |
method_num |
The method used for imputing numerical missing values |
method_non_num |
The method used for imputing non-numerical missing values |
dataframe with imputations applied
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.