-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.36 KB
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
Package: BART
Type: Package
Title: Bayesian Additive Regression Trees
Version: 2.9.10
Date: 2026-01-24
Authors@R: c(person('Robert', 'McCulloch', role='aut'),
person('Rodney', 'Sparapani', role=c('aut', 'cre'),
email='rsparapa@mcw.edu'),
person('Robert', 'Gramacy', role='ctb'),
person('Matthew', 'Pratola', role='ctb'),
person('Charles', 'Spanbauer', role='ctb'),
person('Martyn', 'Plummer', role='ctb'),
person('Nicky', 'Best', role='ctb'),
person('Kate', 'Cowles', role='ctb'),
person('Karen', 'Vines', role='ctb'))
Author: Robert McCulloch [aut],
Rodney Sparapani [aut, cre],
Robert Gramacy [ctb],
Matthew Pratola [ctb],
Charles Spanbauer [ctb],
Martyn Plummer [ctb],
Nicky Best [ctb],
Kate Cowles [ctb],
Karen Vines [ctb]
Maintainer: Rodney Sparapani <rsparapa@mcw.edu>
Description: Bayesian Additive Regression Trees (BART) provide flexible nonparametric modeling of covariates for continuous, binary, categorical and time-to-event outcomes. For more information see Sparapani, Spanbauer and McCulloch <doi:10.18637/jss.v097.i01>.
License: GPL (>= 2)
Depends: R (>= 3.6), nlme, survival
Imports: Rcpp (>= 0.12.3), parallel, tools
LinkingTo: Rcpp
Suggests: MASS, knitr, rmarkdown, rpart, rpart.plot
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2026-01-24 16:40:52 UTC; rsparapa
Repository: CRAN
Date/Publication: 2026-01-24 17:20:02 UTC