From a1e7b3c0a8d19973865b81520a5ab2dc5d546f82 Mon Sep 17 00:00:00 2001 From: Matthew Lisiecki Date: Mon, 29 Aug 2022 17:23:32 -0400 Subject: [PATCH] add after body tag to esp guides --- causal-inference/causal-inference_esp.Rmd | 2 ++ cluster-random/cluster-random_esp.Rmd | 2 ++ effect-types/effect-types_esp.Rmd | 2 ++ external-validity/extval_esp.Rmd | 2 ++ measurement/measurement_esp.Rmd | 2 ++ mechanisms/10thingsaboutmechanisms_esp.Rmd | 2 ++ pap/pap_esp.Rmd | 2 ++ power/power_esp.Rmd | 2 ++ randomization/randomization_esp.Rmd | 2 ++ x-cause-y/x-cause-y_esp.Rmd | 2 ++ 10 files changed, 20 insertions(+) diff --git a/causal-inference/causal-inference_esp.Rmd b/causal-inference/causal-inference_esp.Rmd index f9e507e..51df576 100644 --- a/causal-inference/causal-inference_esp.Rmd +++ b/causal-inference/causal-inference_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: toc: true theme: journal + includes: + after_body: ../linking_script.html --- diff --git a/cluster-random/cluster-random_esp.Rmd b/cluster-random/cluster-random_esp.Rmd index d340613..fbfd355 100644 --- a/cluster-random/cluster-random_esp.Rmd +++ b/cluster-random/cluster-random_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: toc: yes theme: journal + includes: + after_body: ../linking_script.html --- diff --git a/effect-types/effect-types_esp.Rmd b/effect-types/effect-types_esp.Rmd index 1d533b4..cc07157 100644 --- a/effect-types/effect-types_esp.Rmd +++ b/effect-types/effect-types_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: toc: yes theme: journal + includes: + after_body: ../linking_script.html --- diff --git a/external-validity/extval_esp.Rmd b/external-validity/extval_esp.Rmd index 5bb73c3..b55c2ef 100644 --- a/external-validity/extval_esp.Rmd +++ b/external-validity/extval_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: toc: yes theme: journal + includes: + after_body: ../linking_script.html --- diff --git a/measurement/measurement_esp.Rmd b/measurement/measurement_esp.Rmd index 6c6d1b1..6438e56 100644 --- a/measurement/measurement_esp.Rmd +++ b/measurement/measurement_esp.Rmd @@ -4,6 +4,8 @@ output: code_folding: hide toc: true theme: journal + includes: + after_body: ../linking_script.html --- diff --git a/mechanisms/10thingsaboutmechanisms_esp.Rmd b/mechanisms/10thingsaboutmechanisms_esp.Rmd index 3b46cfa..a3dddfc 100644 --- a/mechanisms/10thingsaboutmechanisms_esp.Rmd +++ b/mechanisms/10thingsaboutmechanisms_esp.Rmd @@ -7,6 +7,8 @@ output: extensions: +implicit_figure code_folding: show fig_caption: true + includes: + after_body: ../linking_script.html --- diff --git a/pap/pap_esp.Rmd b/pap/pap_esp.Rmd index 8a53fff..0232af6 100644 --- a/pap/pap_esp.Rmd +++ b/pap/pap_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: theme: journal toc: yes + includes: + after_body: ../linking_script.html pdf_document: toc: yes word_document: diff --git a/power/power_esp.Rmd b/power/power_esp.Rmd index 69e9745..039d7cb 100644 --- a/power/power_esp.Rmd +++ b/power/power_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: toc: yes theme: journal + includes: + after_body: ../linking_script.html --- diff --git a/randomization/randomization_esp.Rmd b/randomization/randomization_esp.Rmd index d08bc4e..9deb21e 100644 --- a/randomization/randomization_esp.Rmd +++ b/randomization/randomization_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: toc: true theme: journal + includes: + after_body: ../linking_script.html --- diff --git a/x-cause-y/x-cause-y_esp.Rmd b/x-cause-y/x-cause-y_esp.Rmd index f61c30a..0d7e8ca 100644 --- a/x-cause-y/x-cause-y_esp.Rmd +++ b/x-cause-y/x-cause-y_esp.Rmd @@ -3,6 +3,8 @@ output: html_document: toc: true theme: journal + includes: + after_body: ../linking_script.html ---