-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 1.14 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
Package: cfid
Type: Package
Title: Identification of Counterfactual Queries in Causal Models
Version: 0.1.7
Authors@R: c(
person(given = "Santtu",
family = "Tikka",
role = c("aut", "cre"),
email = "santtuth@gmail.com",
comment = c(ORCID = "0000-0003-4039-4342")))
Maintainer: Santtu Tikka <santtuth@gmail.com>
Description: Facilitates the identification of counterfactual queries in
structural causal models via the ID* and IDC* algorithms
by Shpitser, I. and Pearl, J. (2007, 2008) <arXiv:1206.5294>,
<https://jmlr.org/papers/v9/shpitser08a.html>.
Provides a simple interface for defining causal diagrams and counterfactual
conjunctions. Construction of parallel worlds graphs and counterfactual graphs
is carried out automatically based on the counterfactual query and the causal
diagram. See Tikka, S. (2023) <doi:10.32614/RJ-2023-053> for a tutorial of
the package.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/santikka/cfid
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
dagitty,
igraph,
mockery,
testthat (>= 3.0.0)
Config/testthat/edition: 3