-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path_pkgdown.yml
84 lines (76 loc) · 1.68 KB
/
_pkgdown.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
url: https://r-causal.github.io/ggdag/
template:
bootstrap: 5
authors:
Malcolm Barrett:
href: https://malco.io
reference:
- title: Create and Tidy Dags
contents:
- tidy_dagitty
- as_tidy_dagitty
- dagify
- dag
- starts_with("coord")
- ends_with("coords")
- dag_label
- label
- has_labels
- simulate_data
- pull_dag
- title: Analyzing and Plotting DAGs
contents:
- starts_with("node_")
- starts_with("dag_")
- starts_with("ggdag")
- control_for
- activate_collider_paths
- starts_with("is_")
- is.tidy_dagitty
- title: ggplot2 geoms, themes, and scales
contents:
- starts_with("geom")
- starts_with("theme")
- starts_with("scale")
- aes_dag
- title: Common Structures of Bias
contents:
- m_bias
- butterfly_bias
- confounder_triangle
- collider_triangle
- mediation_triangle
- ggdag_m_bias
- ggdag_butterfly_bias
- ggdag_confounder_triangle
- ggdag_collider_triangle
- ggdag_mediation_triangle
- title: Misc
contents:
- as.data.frame.tidy_dagitty
- as.tbl.tidy_daggity
- as_tbl_graph
- dplyr
- expand_plot
- fortify
- ggplot.tidy_dagitty
- print.tidy_dagitty
- remove_axes
- tbl_df.tidy_daggity
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: An Introduction to ggdag
href: articles/intro-to-ggdag.html
- text: An Introduction to DAGs
href: articles/intro-to-dags.html
- text: Common Structures of Bias
href: articles/bias-structures.html
- text: News
href: news/index.html