|
12 | 12 | structures and identify appropriate adjustment sets for estimating causal
|
13 | 13 | effects.
|
14 | 14 |
|
15 |
| -github_url: "https://github.com/GerkeLab/ShinyDAG" |
16 |
| -app_url: "https://gerkelab.shinyapps.io/shinyDAG/" |
| 15 | +header_buttons: |
| 16 | + - text: "Run Demo App" |
| 17 | + url: "https://apps.gerkelab.com/shinyDAG/" |
| 18 | + icon: "fas fa-rocket" |
| 19 | + class: "primary" |
| 20 | + - text: "View Source on GitHub" |
| 21 | + url: "https://github.com/GerkeLab/ShinyDAG" |
| 22 | + icon: "fab fa-github" |
| 23 | + class: "secondary" |
| 24 | + - text: "Docker Hub" |
| 25 | + url: "https://hub.docker.com/r/gerkelab/shinydagd" |
| 26 | + icon: "fab fa-docker" |
| 27 | + class: "info" |
17 | 28 | ---
|
18 | 29 |
|
19 | 30 |
|
@@ -76,13 +87,13 @@ <h2>Citing shinyDAG</h2>
|
76 | 87 | <h2>References</h2>
|
77 | 88 | <ol style="list-style-type: decimal">
|
78 | 89 | <li>Richard Iannone (NA). DiagrammeR: Graph/Network Visualization. R package version 1.0.0.
|
79 |
| -<a href="https://github.com/rich-iannone/DiagrammeR" class="uri">https://github.com/rich-iannone/DiagrammeR</a>.</li> |
| 90 | +<a href="https://github.com/rich-iannone/DiagrammeR">https://github.com/rich-iannone/DiagrammeR</a>.</li> |
80 | 91 | <li>Johannes Textor and Benito van der Zander (2016). dagitty: Graphical Analysis of Structural Causal
|
81 |
| -Models. R package version 0.2-2. <a href="https://CRAN.R-project.org/package=dagitty" class="uri">https://CRAN.R-project.org/package=dagitty</a>.</li> |
| 92 | +Models. R package version 0.2-2. <a href="https://CRAN.R-project.org/package=dagitty">https://CRAN.R-project.org/package=dagitty</a>.</li> |
82 | 93 | <li>Malcolm Barrett (2018). ggdag: Analyze and Create Elegant Directed Acyclic Graphs. R package
|
83 |
| -version 0.1.0. <a href="https://CRAN.R-project.org/package=ggdag" class="uri">https://CRAN.R-project.org/package=ggdag</a>.</li> |
| 94 | +version 0.1.0. <a href="https://CRAN.R-project.org/package=ggdag">https://CRAN.R-project.org/package=ggdag</a>.</li> |
84 | 95 | <li>Csardi G, Nepusz T: The igraph software package for complex network research, InterJournal,
|
85 |
| -Complex Systems 1695. 2006. <a href="http://igraph.org" class="uri">http://igraph.org</a>.</li> |
| 96 | +Complex Systems 1695. 2006. <a href="http://igraph.org">http://igraph.org</a>.</li> |
86 | 97 | <li>Hernan MA, Hernandez-Díaz S, Robins JM. A structural approach to selection bias. Epidemiology 2004;15:615-625.</li>
|
87 | 98 | </ol>
|
88 | 99 | </div>
|
0 commit comments