-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.11 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
Package: tpc
Type: Package
Title: Tiered PC Algorithm
Version: 1.0
Authors@R: c(
person(given = "Janine", family = "Witte",
email = "[email protected]", role = c("aut")),
person(given = "Ronja", family = "Foraita",
email = "[email protected]", role = c("cre","ctb"),
comment = c(ORCID = "0000-0003-2216-6653")),
person("DFG", role = "fnd"))
Maintainer: Ronja Foraita <[email protected]>
Description: Constraint-based causal discovery using the PC algorithm while
accounting for a partial node ordering, for example a partial temporal ordering
when the data were collected in different waves of a cohort study.
Andrews RM, Foraita R, Didelez V, Witte J (2021) <arXiv:2108.13395>
provide a guide how to use tpc to analyse cohort data.
Depends: pcalg, R (>= 3.5.0)
Imports: graph, graphics, methods, parallel, utils
Suggests:
Rgraphviz,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
License: GPL (>= 3)
URL: https://github.com/bips-hb/tpc
BugReports: https://github.com/bips-hb/tpc/issues
Config/testthat/edition: 3