Skip to content

Commit

Permalink
Merge branch 'main' into multiple-comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbowers committed Aug 14, 2024
2 parents dea6daf + 52ad6c2 commit 1fa40f6
Show file tree
Hide file tree
Showing 98 changed files with 36,358 additions and 4,572 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ all: adaptive/adaptive.html \
mechanisms/10thingsaboutmechanisms_fr.html \
pap/pap_fr.html \
power/power_fr.html \
randomization/randomization_fr.html
randomization/randomization_fr.html \
x-cause-y/x-cause-y_fr.html \
x-cause-y/x-cause-y_esp.html

adaptive/adaptive.html: adaptive/adaptive.Rmd
Rscript -e "rmarkdown::render('./adaptive/adaptive.Rmd')"
Expand Down Expand Up @@ -107,7 +109,7 @@ missing_data/missing_data.html: missing_data/missing_data.Rmd
multiple-comparisons/multiple-comparisons.html: multiple-comparisons/multiple-comparisons.Rmd
Rscript -e "rmarkdown::render('./multiple-comparisons/multiple-comparisons.Rmd')"

multisite/multisite.html: multisite/multisite.Rmd
multisite/multisite.html: multisite/multisite.Rmd multisite/refs.bib
Rscript -e "rmarkdown::render('./multisite/multisite.Rmd')"

null/null_results.html: null/null_results.Rmd
Expand Down
2 changes: 1 addition & 1 deletion adaptive/adaptive.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The use of adaptive designs introduces additional decisions, which ideally shoul
==
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.”

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).
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.

10. What other considerations should inform the decision to use adaptive design?
==
Expand Down
7 changes: 6 additions & 1 deletion adaptive/adaptive.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@




<style type="text/css">
.main-container {
max-width: 940px;
Expand All @@ -287,6 +288,9 @@
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
Expand Down Expand Up @@ -591,7 +595,8 @@ <h1>9. Are multi-arm bandit trials frequently used in social
actual clinical trial.”</p>
<p>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).</p>
See Chin (2016) for details and <a href="https://www.remapcap.org/">https://www.remapcap.org/</a> for a
prominent example.</p>
</div>
<div id="what-other-considerations-should-inform-the-decision-to-use-adaptive-design" class="section level1">
<h1>10. What other considerations should inform the decision to use
Expand Down
117 changes: 54 additions & 63 deletions causal-inference/causal-inference.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions causal-inference/causal-inference_esp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ output:
html_document:
toc: true
theme: journal
includes:
after_body: ../linking_script.html
---

<!-- title: "10 Things You Need to Know About Causal Inference" -->
Expand Down
1,645 changes: 1,353 additions & 292 deletions causal-inference/causal-inference_esp.html

Large diffs are not rendered by default.

341 changes: 50 additions & 291 deletions causal-inference/causal-inference_fr.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cluster-random/cluster-random_esp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ output:
html_document:
toc: yes
theme: journal
includes:
after_body: ../linking_script.html
---

<!-- title: "10 Things You Need To Know About Cluster Randomization" -->
Expand Down
2,122 changes: 1,423 additions & 699 deletions cluster-random/cluster-random_esp.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1fa40f6

Please sign in to comment.