-
Notifications
You must be signed in to change notification settings - Fork 45
/
DESCRIPTION
42 lines (42 loc) · 1.15 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
Package: dagitty
Type: Package
Title: Graphical Analysis of Structural Causal Models
Version: 0.3-4
Date: 2023-12-07
Author: Johannes Textor, Benito van der Zander, Ankur Ankan
Maintainer: Johannes Textor <[email protected]>
Description: A port of the web-based software 'DAGitty', available at
<https://dagitty.net>, for analyzing structural causal models
(also known as directed acyclic graphs or DAGs).
This package computes covariate adjustment sets for estimating causal
effects, enumerates instrumental variables, derives testable
implications (d-separation and vanishing tetrads), generates equivalent
models, and includes a simple facility for data simulation.
VignetteBuilder: knitr
Encoding: UTF-8
License: GPL-2
URL: https://www.dagitty.net, https://github.com/jtextor/dagitty
BugReports: https://github.com/jtextor/dagitty/issues
Depends:
R (>= 3.0.0)
Imports:
V8,
jsonlite,
boot,
MASS,
methods,
grDevices,
stats,
utils,
graphics
Suggests:
igraph,
knitr,
base64enc (>= 0.1-3),
testthat,
markdown,
rmarkdown,
lavaan,
CCP,
fastDummies
RoxygenNote: 7.2.1