This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (39 loc) · 1.55 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: literanger
Title: Random Forests for Multiple Imputation Based on 'ranger'
Version: 0.0.2
Authors@R:
c(person("Stephen", "Wade",
email="[email protected]",
comment=c(ORCID="0000-0002-2573-9683"),
role=c("aut", "cre")),
person("Marvin N", "Wright",
email="[email protected]",
role=c("ctb")))
Description: 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.
Depends:
R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/stephematician/literanger/issues
URL: https://github.com/stephematician/literanger
Suggests:
Matrix (>= 1.5.3),
testthat (>= 3.0.0),
tibble (>= 3.2.1)
Imports:
stats
LinkingTo:
cpp11 (>= 0.4.3)
RoxygenNote: 7.2.3