Package: missForestPredict 1.0.1
missForestPredict: Missing Value Imputation using Random Forest for Prediction Settings
Missing data imputation based on the 'missForest' algorithm (Stekhoven, Daniel J (2012) <doi:10.1093/bioinformatics/btr597>) with adaptations for prediction settings. The function missForest() is used to impute a (training) dataset with missing values and to learn imputation models that can be later used for imputing new observations. The function missForestPredict() is used to impute one or multiple new observations (test set) using the models learned on the training data. For more details see Albu, E., Gao, S., Wynants, L., & Van Calster, B. (2024). missForestPredict--Missing data imputation for prediction settings <doi:10.48550/arXiv.2407.03379>.
Authors:
missForestPredict_1.0.1.tar.gz
missForestPredict_1.0.1.zip(r-4.7)missForestPredict_1.0.1.zip(r-4.6)missForestPredict_1.0.1.zip(r-4.5)
missForestPredict_1.0.1.tgz(r-4.6-any)missForestPredict_1.0.1.tgz(r-4.5-any)
missForestPredict_1.0.1.tar.gz(r-4.7-any)missForestPredict_1.0.1.tar.gz(r-4.6-any)
missForestPredict_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
missForestPredict/json (API)
| # Install 'missForestPredict' in R: |
| install.packages('missForestPredict', repos = c('https://sibipx.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sibipx/missforestpredict/issues
Last updated from:22c6aa59a1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 134 | ||
| source / vignettes | OK | 394 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 121 | ||
| macos-oldrel-arm64 | OK | 171 | ||
| windows-devel | OK | 115 | ||
| windows-release | OK | 104 | ||
| windows-oldrel | OK | 96 | ||
| wasm-release | OK | 121 |
Exports:calculate_convergencecheck_predictor_matrixcreate_predictor_matrixevaluate_imputation_errormissForestmissForestPredictproduce_NAprop_usable_cases
missForestPredict convergence criteria and error monitoring
Rendered frommissForestPredict_convergence_criteria_and_error_monitoring.Rmdusingknitr::rmarkdownon May 24 2026.Last update: 2023-12-08
Started: 2022-02-09
Using the missForestPredict package
Rendered frommissForestPredict_usage.Rmdusingknitr::rmarkdownon May 24 2026.Last update: 2025-05-26
Started: 2022-01-25
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculates convergence based on NMSE | calculate_convergence |
| Performs checks on a custom predictor matrix | check_predictor_matrix |
| Creates the default predictor matrix with 0 diagonal and 1 elements in the rest. | create_predictor_matrix |
| Evaluate the imputation error when true values are known. | evaluate_imputation_error |
| Imputes a dataframe and returns imputation models to be used on new observations | missForest |
| Imputes a new dataframe based on the missForest models | missForestPredict |
| Produces a dataframe with missing values | produce_NA |
| Calculates variable-wise proportion of usable cases (missing and observed) | prop_usable_cases |
