Description Usage Arguments Value Examples
imputation.apply - fill data gaps (NA valuse) with values computed by inputation.prepare
1 | imputation.apply(data, transformation_parameters, mark_artificial_values = F)
|
transformation_parameters |
- paramets obtainded from imputation.prepare function |
mark_artificial_values |
- for all columns with missing values add new column and mark artificial values in it (default False) |
data with NA values set based on transformation_parameters
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.