Skip to content

Commit e2d7479

Browse files
center and link to our book
1 parent 5ab546a commit e2d7479

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

slides/raw/07-using-pscores.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,12 @@ <h2>Propensity scores</h2>
419419
<section id="estimands" class="slide level2">
420420
<h2>Estimands</h2>
421421
<div class="tiny">
422-
<p>Greifer, N., &amp; Stuart, E. A. (2021). Choosing the estimand when matching or weighting in observational studies. arXiv preprint arXiv:2106.10577.</p>
422+
<p>Greifer, N., &amp; Stuart, E. A. (2021). Choosing the estimand when matching or weighting in observational studies. arXiv preprint arXiv:2106.10577. See also <a href="https://www.r-causal.org/chapters/chapter-10#choosing-estimands">Choosing Estimands</a> in our book.</p>
423423
</div>
424-
425-
<img data-src="img/estimand.png" class="r-stretch"></section>
424+
<div class="center">
425+
<p><img data-src="img/estimand.png" style="width:70.0%"></p>
426+
</div>
427+
</section>
426428
<section id="propensity-scores-1" class="slide level2 large" data-background-color="#23373B">
427429
<h2>Propensity scores</h2>
428430
<p><strong>Matching</strong></p>
@@ -703,7 +705,7 @@ <h2>Matching in R (ATM)</h2>
703705
<h2><em>Your Turn 1</em></h2>
704706
<div class="cell" data-layout-align="center">
705707
<div class="cell-output-display">
706-
<div class="countdown" id="timer_23d23eeb" data-update-every="1" tabindex="0" style="right:0;bottom:0;">
708+
<div class="countdown" id="timer_f26e5c3e" data-update-every="1" tabindex="0" style="right:0;bottom:0;">
707709
<div class="countdown-controls"><button class="countdown-bump-down"></button><button class="countdown-bump-up">+</button></div>
708710
<code class="countdown-time"><span class="countdown-digits minutes">10</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
709711
</div>
@@ -781,7 +783,7 @@ <h2>ATE in R <img data-src="img/hex/propensity.png" class="absolute" style="top:
781783
<h2><em>Your Turn</em></h2>
782784
<div class="cell" data-layout-align="center">
783785
<div class="cell-output-display">
784-
<div class="countdown" id="timer_b9f62b3b" data-update-every="1" tabindex="0" style="right:0;bottom:0;">
786+
<div class="countdown" id="timer_7fd186af" data-update-every="1" tabindex="0" style="right:0;bottom:0;">
785787
<div class="countdown-controls"><button class="countdown-bump-down"></button><button class="countdown-bump-up">+</button></div>
786788
<code class="countdown-time"><span class="countdown-digits minutes">10</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
787789
</div>

slides/raw/07-using-pscores.qmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ Direct Adjustment
2626

2727
...
2828

29-
## Estimands
29+
## Estimands
3030

3131
::: {.tiny}
32-
Greifer, N., & Stuart, E. A. (2021). Choosing the estimand when matching or weighting in observational studies. arXiv preprint arXiv:2106.10577.
32+
Greifer, N., & Stuart, E. A. (2021). Choosing the estimand when matching or weighting in observational studies. arXiv preprint arXiv:2106.10577. See also [Choosing Estimands](https://www.r-causal.org/chapters/chapter-10#choosing-estimands) in our book.
3333
:::
3434

35-
![](img/estimand.png)
36-
35+
::: {.center}
36+
![](img/estimand.png){width="70%"}
37+
:::
3738

3839
## Propensity scores {background-color="#23373B" .large}
3940

0 commit comments

Comments
 (0)