Description Usage Arguments Details Value Author(s) References Examples
Impute the missing values using predictive mean matching
1 | miss_imp_PMM(data, plot = TRUE)
|
data |
|
plot |
|
Missing values are imputed sequentially from the first to the last day.
Return:
data.frame
with missing values imputed.
Soumyashree Kar, Vincent Garin
Rubin, D. B. (1986). Statistical matching using file concatenation with adjusted weights and multiple imputations. Journal of Business & Economic Statistics, 4(1), 87-94.
1 2 3 4 5 6 7 8 9 10 | data(SG_PH_data)
data <- outliers_det_boxplot(data = SG_PH_data[, 6:28])
## Not run:
data <- miss_imp_PMM(data = data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.