Package: missForestPredict
Type: Package
Title: Missing Value Imputation using Random Forest for Prediction
        Settings
Version: 1.0
Date: 2023-12-06
Authors@R: c(
    person("Elena", "Albu", , "elena.albu@kuleuven.be", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2602-0918"))
           )
Depends: R (>= 4.0)
Imports: ranger, methods, stats
Suggests: knitr, rmarkdown, ggplot2, dplyr, tidyr
Description: 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. 
Encoding: UTF-8
License: GPL (>= 2)
URL: https://github.com/sibipx/missForestPredict
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-12-11 10:50:38 UTC; ealbu0
Author: Elena Albu [aut, cre] (<https://orcid.org/0000-0003-2602-0918>)
Maintainer: Elena Albu <elena.albu@kuleuven.be>
Repository: CRAN
Date/Publication: 2023-12-12 18:20:02 UTC
Built: R 4.2.0; ; 2023-12-21 12:37:56 UTC; unix
