Description Usage Arguments Details Value See Also
Report metrics for missing data polishing
1 | na_polish_metrics(before, after)
|
before, after |
Tsibbles before and after polishing. |
The metric used for measuring the effect of polishing events is
prop_na * prop_removed. We'd like to minimise the loss by minimising both
prop_na and prop_removed over sequential polishing events.
A tibble contains:
prop_na & nobs_na: The proportion of NAs in the sliced data
(the difference between before and after).
prop_removed, nobs_removed, nrows_removed, & ncols_removed: The
proportion of removed observations over the overall observations.
Other missing value polishing functions: na_polish_auto,
na_polish_measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.