literanger: Random Forests for Multiple Imputation Based on 'ranger'

An updated implementation of R package 'ranger' by Wright et al, (2017) <doi:10.18637/jss.v077.i01> for training and predicting from random forests, particularly suited to high-dimensional data, and for embedding in 'Multiple Imputation by Chained Equations' (MICE) by van Buuren (2007) <doi:10.1177/0962280206074463>. Ensembles of classification and regression trees are currently supported. Sparse data of class 'dgCMatrix' (R package 'Matrix') can be directly analyzed. Conventional bagged predictions are available alongside an efficient prediction for MICE via the algorithm proposed by Doove et al (2014) <doi:10.1016/j.csda.2013.10.025>. Survival and probability forests are not supported in the update, nor is data of class 'gwaa.data' (R package 'GenABEL'); use the original 'ranger' package for these analyses.

Version: 0.0.2
Depends: R (≥ 3.3.0)
Imports: stats
LinkingTo: cpp11 (≥ 0.4.3)
Suggests: Matrix (≥ 1.5.3), testthat (≥ 3.0.0), tibble (≥ 3.2.1)
Published: 2023-07-13
Author: Stephen Wade ORCID iD [aut, cre], Marvin N Wright [ctb]
Maintainer: Stephen Wade <stephematician at gmail.com>
BugReports: https://github.com/stephematician/literanger/issues
License: GPL-3
URL: https://github.com/stephematician/literanger
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: literanger results

Documentation:

Reference manual: literanger.pdf

Downloads:

Package source: literanger_0.0.2.tar.gz
Windows binaries: r-devel: literanger_0.0.2.zip, r-release: literanger_0.0.2.zip, r-oldrel: literanger_0.0.2.zip
macOS binaries: r-release (arm64): literanger_0.0.2.tgz, r-oldrel (arm64): literanger_0.0.2.tgz, r-release (x86_64): literanger_0.0.2.tgz, r-oldrel (x86_64): literanger_0.0.2.tgz
Old sources: literanger archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=literanger to link to this page.