Description Usage Arguments Details Value Examples
Compare observed values to imputed values for a single variable
1 |
original |
original |
amputated |
amputated |
imputed |
imputed |
var |
name of variable for evaluation |
id |
unique id in |
If a unique id
is supplied, the order of all three data frames is aligned and otherwise the correct sorting is assumed.
The function compares amputated values to imputed values using the Kolmogorov–Smirnov statistic and the standardized RMSE (numerical variables) or the classification error (for variable types character, factor, ordered, logical).
Amputated values are observed in original
but not in amputated
. The RMSE is standardized with the standard deviation observed in original
.
While RMSE and classification error measure imputation accuracy, the Kolmogorov–Smirnov statistic measures imputation consistency.
data.frame
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.