Package: imputeMissings
Type: Package
Title: Impute Missing Values in a Predictive Context
Version: 0.0.4
Date: 2024-08-24
Imports: randomForest,stats
Authors@R: c(person(given = "Matthijs",
                       family = "Meire",
                       role = "aut"),
                person(given = "Michel",
                       family = "Ballings",
                       role = c("aut", "cre"),
                       email = "michel.ballings@gmail.com"),
                person(given = "Dirk",
                       family = "Van den Poel",
                       role = "aut"))
Description: Compute missing values on a training data set and impute them on a new data set. Current available options are median/mode and random forest.
License: GPL (>= 2)
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2024-08-26 20:41:45 UTC; mballin2
Repository: CRAN
Date/Publication: 2024-08-30 10:40:08 UTC
Author: Matthijs Meire [aut],
  Michel Ballings [aut, cre],
  Dirk Van den Poel [aut]
Maintainer: Michel Ballings <michel.ballings@gmail.com>
Built: R 4.6.0; ; 2025-07-18 04:22:47 UTC; unix
