Package: cfid
Type: Package
Title: Identification of Counterfactual Queries in Causal Models
Version: 0.1.2
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. (2008)
 <https://jmlr.org/papers/v9/shpitser08a.html>. Provides a simple interface
 for defining causal graphs and counterfactual conjunctions. Construction
 of parallel worlds graphs and counterfactual graphs is done automatically
 based on the counterfactual query and the causal graph.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/santikka/cfid
RoxygenNote: 7.1.1
Suggests: covr, dagitty, igraph, mockery, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-06-09 09:59:55 UTC; Santtu
Author: Santtu Tikka [aut, cre] (<https://orcid.org/0000-0003-4039-4342>)
Repository: CRAN
Date/Publication: 2021-06-10 07:40:02 UTC
