-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
56 lines (56 loc) · 2.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: pcalg
Version: 2.7-12
Date: 2024-09-12
Title: Methods for Graphical Models and Causal Inference
Description: Functions for causal structure
learning and causal inference using graphical models. The main algorithms
for causal structure learning are PC (for observational data without hidden
variables), FCI and RFCI (for observational data with hidden variables),
and GIES (for a mix of data from observational studies
(i.e. observational data) and data from experiments
involving interventions (i.e. interventional data) without hidden
variables). For causal inference the IDA algorithm, the Generalized
Backdoor Criterion (GBC), the Generalized Adjustment Criterion (GAC)
and some related functions are implemented. Functions for incorporating
background knowledge are provided.
Maintainer: Markus Kalisch <[email protected]>
Authors@R: c(person("Markus","Kalisch",
email="[email protected]", role=c("aut","cre")),
person("Alain", "Hauser", role="aut"), person("Martin","Maechler", role="aut"),
person("Diego", "Colombo", role="ctb"), person("Doris", "Entner", role="ctb"),
person("Patrik", "Hoyer", role="ctb"), person("Antti", "Hyttinen", role="ctb"),
person("Jonas", "Peters", role="ctb"), person("Nicoletta", "Andri", role="ctb"),
person("Emilija", "Perkovic", role="ctb"), person("Preetam", "Nandy", role="ctb"),
person("Philipp", "Ruetimann", role="ctb"),person("Daniel", "Stekhoven", role="ctb"),
person("Manuel", "Schuerch", role="ctb"), person("Marco", "Eigenmann", role="ctb"),
person("Leonard", "Henckel", role = "ctb"),person("Joris", "Mooij", role = "ctb"))
Depends: R (>= 3.5.0)
LinkingTo: Rcpp (>= 0.11.0), RcppArmadillo, BH
Imports: stats, graphics, utils, methods, abind, graph, RBGL, igraph,
ggm, corpcor, robustbase, vcd, Rcpp, bdsmatrix, sfsmisc (>=
1.0-26), fastICA, clue
Suggests: MASS, Matrix, Rgraphviz, mvtnorm, huge, ggplot2, dagitty
NeedsCompilation: yes
Encoding: UTF-8
License: GPL (>= 2)
URL: https://pcalg.r-forge.r-project.org/
Packaged: 2024-09-12 08:25:27 UTC; kalischm
Author: Markus Kalisch [aut, cre],
Alain Hauser [aut],
Martin Maechler [aut],
Diego Colombo [ctb],
Doris Entner [ctb],
Patrik Hoyer [ctb],
Antti Hyttinen [ctb],
Jonas Peters [ctb],
Nicoletta Andri [ctb],
Emilija Perkovic [ctb],
Preetam Nandy [ctb],
Philipp Ruetimann [ctb],
Daniel Stekhoven [ctb],
Manuel Schuerch [ctb],
Marco Eigenmann [ctb],
Leonard Henckel [ctb],
Joris Mooij [ctb]
Repository: CRAN
Date/Publication: 2024-09-12 17:40:27 UTC