-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
37 lines (37 loc) · 1.28 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
Package: NetworkCausalTree
Title: Network Causal Tree algorithm
Version: 0.0.1
Authors@R: c(
person("Falco Joannes", "Bargagli Stoffi", , "fbargaglistoffi@hsph.harvard.edu",
role = "aut", comment = c(ORCID = "0000-0002-6131-8165")),
person("Costanza", "Tortu'", , "costanza.tortu@santannapisa.it", role = "aut",
comment = c(ORCID = "0000-0003-2561-9726")),
person("Riccardo", "Cadei", , "rcadei@hsph.harvard.edu", role = "cre",
comment = c(ORCID = "0000-0003-2416-8943")),
person("Forastiere", "Laura", , "laura.forastiere@yale.edu", role = "aut",
comment = c(ORCID = "0000-0003-3721-9826"))
)
Manteiner: Riccardo Cadei <rcadei@hsph.harvard.edu>
Description: The NetworkCausalTree package introduces a machine learning method
that uses tree-based algorithms to assess the heterogeneity of treatment and
spillover effects in clustered network interference.
Imports:
stringi,
igraph,
statnet,
ergm,
stats,
plyr,
network,
data.tree,
dplyr,
intergraph,
License: MIT + file LICENSE
URL: https://github.com/fbargaglistoffi/NetworkCausalTree
BugReports: https://github.com/fbargaglistoffi/NetworkCausalTree/issues
Depends:
R (>= 3.5.0)
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3