-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.03 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
Package: MOTE.RF
Type: Package
Title: Estimating Heterogeneous Treatment Effect on Multivariate Responses using Random Forests
Version: 0.3.0.9000
Date: 2021-01-26
Authors@R: c(
person(given = "Boyi",
family = "Guo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2950-2349")),
person("Ruoqing", "Zhu",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-0753-5716"))
)
Description: Multivariate Random Forest to estimate hetoerogeneous treatment effect for binary treatments.
License: MIT + file LICENSE
Depends: R (>= 3.6.0)
Imports:
Matrix,
MASS,
Rcpp (>= 1.0.5),
lifecycle
LinkingTo: Rcpp, RcppArmadillo
URL: https://boyiguo1.github.io/MOTE.RF, https://github.com/boyiguo1/MOTE.RF
BugReports: https://github.com/boyiguo1/MOTE.RF/issues
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)