|
4 | 4 | <title>Tipping Point Sensitivity Analyses</title>
|
5 | 5 | <meta charset="utf-8" />
|
6 | 6 | <meta name="author" content="Lucy D’Agostino McGowan" />
|
7 |
| - <script src="libs/header-attrs/header-attrs.js"></script> |
8 |
| - <link href="libs/remark-css/default.css" rel="stylesheet" /> |
9 |
| - <link href="libs/countdown/countdown.css" rel="stylesheet" /> |
10 |
| - <script src="libs/countdown/countdown.js"></script> |
| 7 | + <script src="libs/header-attrs-2.11/header-attrs.js"></script> |
| 8 | + <link href="libs/remark-css-0.0.1/default.css" rel="stylesheet" /> |
| 9 | + <link href="libs/countdown-0.3.5/countdown.css" rel="stylesheet" /> |
| 10 | + <script src="libs/countdown-0.3.5/countdown.js"></script> |
11 | 11 | <link rel="stylesheet" href="theme.css" type="text/css" />
|
12 | 12 | </head>
|
13 | 13 | <body>
|
14 | 14 | <textarea id="source">
|
15 | 15 | class: center, middle, inverse, title-slide
|
16 | 16 |
|
17 |
| -.title[ |
18 | 17 | # Tipping Point Sensitivity Analyses
|
19 |
| -] |
20 |
| -.author[ |
21 | 18 | ### Lucy D’Agostino McGowan
|
22 |
| -] |
23 |
| -.institute[ |
24 | 19 | ### Wake Forest University
|
25 |
| -] |
26 |
| -.date[ |
27 |
| -### 2021-09-01 (updated: 2022-07-23) |
28 |
| -] |
| 20 | +### 2021-09-01 (updated: 2022-07-26) |
29 | 21 |
|
30 | 22 | ---
|
31 | 23 |
|
|
243 | 235 |
|
244 | 236 | ```
|
245 | 237 | ## # A tibble: 1 × 4
|
246 |
| -## observed_effect smd outcome_association n_unmeasured_co… |
247 |
| -## <dbl> <dbl> <dbl> <dbl> |
248 |
| -## 1 2.4 0.3 8 1 |
| 238 | +## effect_observed smd outcome_association n_unmeasured_confounders |
| 239 | +## <dbl> <dbl> <dbl> <dbl> |
| 240 | +## 1 2.4 0.3 8 1 |
249 | 241 | ```
|
250 | 242 |
|
251 | 243 | --
|
|
261 | 253 |
|
262 | 254 | ## Your turn
|
263 | 255 |
|
264 |
| -<div class="countdown" id="timer_62dc9f9b" style="right:0;bottom:0;" data-warnwhen="0"> |
265 |
| -<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> |
| 256 | +<div class="countdown" id="timer_62e049f0" style="right:0;bottom:0;" data-warnwhen="0"> |
| 257 | +<code class="countdown-time"><span class="countdown-digits minutes">05</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code> |
266 | 258 | </div>
|
267 | 259 |
|
268 | 260 | 1. Use the `tip_coef()` function to conduct a sensitivity analysis for the estimate from your previous exercises.
|
|
317 | 309 | deleted = true;
|
318 | 310 | });
|
319 | 311 | })();
|
320 |
| -// add `data-at-shortcutkeys` attribute to <body> to resolve conflicts with JAWS |
321 |
| -// screen reader (see PR #262) |
322 |
| -(function(d) { |
323 |
| - let res = {}; |
324 |
| - d.querySelectorAll('.remark-help-content table tr').forEach(tr => { |
325 |
| - const t = tr.querySelector('td:nth-child(2)').innerText; |
326 |
| - tr.querySelectorAll('td:first-child .key').forEach(key => { |
327 |
| - const k = key.innerText; |
328 |
| - if (/^[a-z]$/.test(k)) res[k] = t; // must be a single letter (key) |
329 |
| - }); |
330 |
| - }); |
331 |
| - d.body.setAttribute('data-at-shortcutkeys', JSON.stringify(res)); |
332 |
| -})(document); |
333 | 312 | (function() {
|
334 | 313 | "use strict"
|
335 | 314 | // Replace <script> tags in slides area to make them executable
|
|
0 commit comments