-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
17 lines (17 loc) · 725 Bytes
/
DESCRIPTION
File metadata and controls
17 lines (17 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: causalLearning
Title: Methods for heterogeneous treatment effect estimation
Version: 1.0.0
Authors@R: c(
person("Scott", "Powers", email = "saberpowers@gmail.com",
role = c("aut", "cre")),
person("Junyang", "Qian", email = "junyangq@stanford.edu", role = "aut"),
person("Trevor", "Hastie", email = "hastie@stanford.edu", role = "aut"),
person("Robert", "Tibshirani", email = "tibs@stanford.edu", role = "aut"))
Description: The main functions are cv.causalBoosting and bagged.causalMARS,
which build upon the simpler causalBoosting and causalMARS functions. All of
these functions have their own predict methods.
Depends: R (>= 3.3.0)
Imports: ranger
License: GPL-2
LazyData: true
RoxygenNote: 6.0.1