Package: miceRanger
Title: Multiple Imputation by Chained Equations with Random Forests
Version: 1.1.0
Authors@R: 
    person(given = "Sam",
           family = "Wilson",
           role = c("aut","cre"),
           email = "samwilson303@gmail.com")
Maintainer: Sam Wilson <samwilson303@gmail.com>
Description: Multiple Imputation has been shown to 
  be a flexible method to impute missing values by 
  Van Buuren (2007) <doi:10.1177/0962280206074463>. 
  Expanding on this, random forests have been shown 
  to be an accurate model by Stekhoven and Buhlmann 
  <arXiv:1105.0828> to impute missing values in datasets. 
  They have the added benefits of returning out of bag 
  error and variable importance estimates, as well as 
  being simple to run in parallel.
Encoding: UTF-8
LazyData: true
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: ranger, data.table, stats, FNN, ggplot2, gridExtra, crayon,
        corrplot, ggpubr, DescTools, foreach
Suggests: knitr, rmarkdown, doParallel
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-14 14:43:41 UTC; SamWilson
Author: Sam Wilson [aut, cre]
Repository: CRAN
Date/Publication: 2020-01-19 16:20:06 UTC
