Skip to content

Commit f0f023b

Browse files
committed
Update merge
2 parents 3788aa6 + 02d3cd6 commit f0f023b

File tree

98 files changed

+36356
-4608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+36356
-4608
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ all: adaptive/adaptive.html \
5353
mechanisms/10thingsaboutmechanisms_fr.html \
5454
pap/pap_fr.html \
5555
power/power_fr.html \
56-
randomization/randomization_fr.html
56+
randomization/randomization_fr.html \
57+
x-cause-y/x-cause-y_fr.html \
58+
x-cause-y/x-cause-y_esp.html
5759

5860
adaptive/adaptive.html: adaptive/adaptive.Rmd
5961
Rscript -e "rmarkdown::render('./adaptive/adaptive.Rmd')"
@@ -107,7 +109,7 @@ missing_data/missing_data.html: missing_data/missing_data.Rmd
107109
multiple-comparisons/multiple-comparisons.html: multiple-comparisons/multiple-comparisons.Rmd
108110
Rscript -e "rmarkdown::render('./multiple-comparisons/multiple-comparisons.Rmd')"
109111

110-
multisite/multisite.html: multisite/multisite.Rmd
112+
multisite/multisite.html: multisite/multisite.Rmd multisite/refs.bib
111113
Rscript -e "rmarkdown::render('./multisite/multisite.Rmd')"
112114

113115
null/null_results.html: null/null_results.Rmd

adaptive/adaptive.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The use of adaptive designs introduces additional decisions, which ideally shoul
8080
==
8181
Many of the applications to date have taken place in commercial settings, such as website design for high-volume e-commerce, or in settings such as on-line fundraising. Relatively few applications have been written up in detail for a scholarly audience. Surprisingly rare are applications in biomedical research. As Villar et al. (2015, p.200) note, “Despite this apparent near-perfect fit between a real-world problem and a mathematical theory, the MABP has yet to be applied to an actual clinical trial.”
8282

83-
Putting aside the use of multi-arm bandit approaches, the use of adaptive trials is gradually winning acceptance in biomedical research. For details, see Chin (2016).
83+
Putting aside the use of multi-arm bandit approaches, the use of adaptive trials is gradually winning acceptance in biomedical research. See Chin (2016) for details and [https://www.remapcap.org/](https://www.remapcap.org/) for a prominent example.
8484

8585
10. What other considerations should inform the decision to use adaptive design?
8686
==

adaptive/adaptive.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266

267267

268268

269+
269270
<style type="text/css">
270271
.main-container {
271272
max-width: 940px;
@@ -287,6 +288,9 @@
287288
summary {
288289
display: list-item;
289290
}
291+
details > summary > p:only-child {
292+
display: inline;
293+
}
290294
pre code {
291295
padding: 0;
292296
}
@@ -591,7 +595,8 @@ <h1>9. Are multi-arm bandit trials frequently used in social
591595
actual clinical trial.”</p>
592596
<p>Putting aside the use of multi-arm bandit approaches, the use of
593597
adaptive trials is gradually winning acceptance in biomedical research.
594-
For details, see Chin (2016).</p>
598+
See Chin (2016) for details and <a href="https://www.remapcap.org/">https://www.remapcap.org/</a> for a
599+
prominent example.</p>
595600
</div>
596601
<div id="what-other-considerations-should-inform-the-decision-to-use-adaptive-design" class="section level1">
597602
<h1>10. What other considerations should inform the decision to use

causal-inference/causal-inference.html

Lines changed: 54 additions & 63 deletions
Large diffs are not rendered by default.

causal-inference/causal-inference_esp.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ output:
33
html_document:
44
toc: true
55
theme: journal
6+
includes:
7+
after_body: ../linking_script.html
68
---
79

810
<!-- title: "10 Things You Need to Know About Causal Inference" -->

causal-inference/causal-inference_esp.html

Lines changed: 1353 additions & 292 deletions
Large diffs are not rendered by default.

causal-inference/causal-inference_fr.html

Lines changed: 50 additions & 291 deletions
Large diffs are not rendered by default.

cluster-random/cluster-random_esp.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ output:
33
html_document:
44
toc: yes
55
theme: journal
6+
includes:
7+
after_body: ../linking_script.html
68
---
79

810
<!-- title: "10 Things You Need To Know About Cluster Randomization" -->

cluster-random/cluster-random_esp.html

Lines changed: 1423 additions & 699 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)