<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Advanced Epidemiologic Methods</title>
    <link>https://epid722sp22.edwardsjk.com/content/</link>
      <atom:link href="https://epid722sp22.edwardsjk.com/content/index.xml" rel="self" type="application/rss+xml" />
    <description>Advanced Epidemiologic Methods</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator>
    <image>
      <url>https://epid722sp22.edwardsjk.com/img/epid722logo.png</url>
      <title>Advanced Epidemiologic Methods</title>
      <link>https://epid722sp22.edwardsjk.com/content/</link>
    </image>
    
    <item>
      <title>L11: Emulating target trials</title>
      <link>https://epid722sp22.edwardsjk.com/content/11-content/</link>
      <pubDate>Thu, 07 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/11-content/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ```{r setup, include = FALSE, cache = FALSE} --&gt;
&lt;!-- knitr::opts_chunk$set(error = TRUE, comment = NA, warnings = FALSE, errors = FALSE, messages = FALSE, tidy = FALSE, echo = FALSE) --&gt;
&lt;!-- ``` --&gt;
&lt;!-- ```{r, echo = FALSE} --&gt;
&lt;!-- source(&#34;/Users/jkedwar/Box Sync/teaching/epid722/2021/epid722_web/R/slide-tabs.R&#34;) --&gt;
&lt;!-- slide_details &lt;- tibble::tribble( --&gt;
&lt;!--   ~youtube_id,   ~title, ~slide, ~active, --&gt;
&lt;!--   &#34; &#34;, &#34;Introduction&#34;, &#34;1&#34;, TRUE, --&gt;
&lt;!-- ) --&gt;
&lt;!-- ``` --&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; García-Albéniz X, Hernán MA, Logan RW, Price M, Armstrong K, Hsu J. &lt;a href=&#34;https://www-acpjournals-org.libproxy.lib.unc.edu/doi/pdf/10.7326/M18-1199&#34;&gt;Continuation of annual screening mammography and breast cancer mortality in women older than 70 years&lt;/a&gt;. Annals of internal medicine. 2020 Mar 17;172(6):381-9.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;There is no exercise this week. Instead, please work on your final project to design a target trial. Come to the lab session prepared to do a dry run of your final presentation and get feedback from your peers.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSf_74uu3gRWudiYe_KkfiY7WsIGi9Q0FIrKzRwQjHv-YV6ehg/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>L10: Per protocol analyses</title>
      <link>https://epid722sp22.edwardsjk.com/content/10-content/</link>
      <pubDate>Thu, 31 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/10-content/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes&#34;&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#optional-readings&#34;&gt;Optional readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ```{r setup, include = FALSE, cache = FALSE} --&gt;
&lt;!-- knitr::opts_chunk$set(error = TRUE, comment = NA, warnings = FALSE, errors = FALSE, messages = FALSE, tidy = FALSE, echo = FALSE) --&gt;
&lt;!-- ``` --&gt;
&lt;!-- ```{r, echo = FALSE} --&gt;
&lt;!-- source(&#34;/Users/jkedwar/Box Sync/teaching/epid722/2021/epid722_web/R/slide-tabs.R&#34;) --&gt;
&lt;!-- slide_details &lt;- tibble::tribble( --&gt;
&lt;!--   ~youtube_id,   ~title, ~slide, ~active, --&gt;
&lt;!--   &#34; &#34;, &#34;Introduction&#34;, &#34;1&#34;, TRUE, --&gt;
&lt;!-- ) --&gt;
&lt;!-- ``` --&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Lu H, Cole SR, Westreich D, Hudgens MG, Adimora AA, Althoff KN, Silverberg MJ, Buchacz K, Li J, Edwards JK, Rebeiro PF. &lt;a href=&#34;https://academic-oup-com.libproxy.lib.unc.edu/cid/advance-article/doi/10.1093/cid/ciaa1037/5891141?login=true&#34;&gt;Clinical Effectiveness of Integrase Strand Transfer Inhibitor–Based Antiretroviral Regimens Among Adults With Human Immunodeficiency Virus: A Collaboration of Cohort Studies in the United States and Canada&lt;/a&gt;. Clinical Infectious Diseases. 2021 Oct 1;73(7):e1408-14.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;notes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;p&gt;We are often interested in estimating the effects of treatments or interventions that are maintained over time, but exposures to these treatments and interventions often vary over time for participants in our datasets. Reasons may include&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;treatment changes or discontinuation&lt;/li&gt;
&lt;li&gt;nonadherence&lt;/li&gt;
&lt;li&gt;loss to follow-up&lt;/li&gt;
&lt;li&gt;mobility and migration&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;among others.&lt;/p&gt;
&lt;p&gt;This week, we will focus on a simple scenario in which we want to compare risk of death under continuous treatment and under no treatment, but some people in the treatment arm discontinue treatment. In the exercise, we will compare risk under 2 treatments, where people in both arms discontinue treatment.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;Exercise 10 may be found on the course Teams site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;optional-readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Optional readings&lt;/h2&gt;
&lt;p&gt;In the reading and during lecture, we discussed using IPW to estimate “per protocol” effects in the presence of a simple time-varying exposure. The reading below illustrates use of g computation to achieve the same goals.&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Naimi AI, Perkins NJ, Sjaarda LA, Mumford SL, Platt RW, Silver RM, Schisterman EF. &lt;a href=&#34;https://www-acpjournals-org.libproxy.lib.unc.edu/doi/full/10.7326/M20-0469&#34;&gt;The Effect of Preconception-Initiated Low-Dose Aspirin on Human Chorionic Gonadotropin–Detected Pregnancy, Pregnancy Loss, and Live Birth: Per Protocol Analysis of a Randomized Trial&lt;/a&gt;. Annals of Internal Medicine. 2021 Jan 26.&lt;/p&gt;
&lt;p&gt;The reading also introduced the idea of emulating a randomized trial using observational data. We will discuss this more next week. In the meantime, you can read more about this idea here:&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Hernán MA, Robins JM. Using big data to emulate a target trial when a randomized trial is not available. American journal of epidemiology. 2016 Apr 15;183(8):758-64.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSe0_NVgKUcEbnKdMq6WLLm92fQyKViKt5BCKb5W4RFScU0qmQ/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>L8: Intro to part 2 </title>
      <link>https://epid722sp22.edwardsjk.com/content/08-content/</link>
      <pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/08-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes&#34;&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ```{r slides-videos, echo=FALSE, include=FALSE} --&gt;
&lt;!-- source(here::here(&#34;R&#34;, &#34;slide-tabs.R&#34;)) --&gt;
&lt;!-- source(here::here(&#34;R&#34;, &#34;youtube-playlist.R&#34;)) --&gt;
&lt;!-- playlist_id &lt;- &#34;PLS6tnpTr39sHcnk9KcoQVzDywxWRzVWHC&#34; --&gt;
&lt;!-- slide_details &lt;- tibble::tribble( --&gt;
&lt;!--     ~title, ~slide, ~active, --&gt;
&lt;!--    &#34;Introduction&#34;, &#34;1&#34;, TRUE, --&gt;
&lt;!--    &#34;Questions and time in epidemiology&#34;, &#34;ds-ps&#34;, FALSE --&gt;
&lt;!-- ) --&gt;
&lt;!-- ``` --&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;p&gt;No reading for this class session.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;notes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;Today we discuss what is coming up in part 2 of the course. The goal of today’s lecture is to explain what we will discuss (and why) in the second part of the course, give you an overview of time varying exposures, and discuss why framing our questions becomes more challenging when factors vary over time.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Exam info</title>
      <link>https://epid722sp22.edwardsjk.com/content/exam-content/</link>
      <pubDate>Tue, 08 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/exam-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;


&lt;p&gt;The exam will be held in person on March 8th. Additional information will be provided here and in class prior to the exam.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Designing a time-to-event study</title>
      <link>https://epid722sp22.edwardsjk.com/content/07-content/</link>
      <pubDate>Thu, 24 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/07-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes-and-slides&#34;&gt;Notes and slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#optional-reading&#34;&gt;Optional Reading&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-file-pdf&#34;&gt;&lt;/i&gt; Hernán MA, Sauer BC, Hernández-Díaz S, Platt R, Shrier I. &lt;a href=&#34;https://www.sciencedirect.com/science/article/pii/S0895435616301366&#34;&gt;Specifying a target trial prevents immortal time bias and other self-inflicted injuries in observational analyses&lt;/a&gt;. Journal of clinical epidemiology. 2016 Nov 1;79:70-5.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;notes-and-slides&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes and slides&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://epid722sp22.edwardsjk.com/slides/07-slides.pdf&#34;&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/slides/07-slides.png&#34; style=&#34;width:49.0%&#34; alt=&#34;Week 7&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;!-- `
&lt;p&gt;&lt;a class=&#34;btn btn-primary btn-lg&#34; target=&#34;_blank&#34; href=&#34;https://epid722sp22.edwardsjk.com/notes/07-notes.pdf&#34; role=&#34;button&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; Download PDF of Notes&lt;/a&gt;&lt;/p&gt;

`{=html} --&gt;
&lt;p&gt;So far, we have discussed the nuts and bolts of analysis of time-to-event data. But in practice, using these tools effectively requires knowledge of study design. This week, we cover some highlights of study design, including overviews of the “target trial” framework and what to do about late entries.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;This week’s exercise is available on the EPID 722 &lt;a href=&#34;https://teams.microsoft.com&#34;&gt;Teams&lt;/a&gt; site. Please note that you will need to download the dataset from the data folder. The exercise questions can be found under &lt;code&gt;/Class Materials/Exercises/Exercise 7/Exercise 7.docx&lt;/code&gt;. Sample &lt;code&gt;SAS&lt;/code&gt; and &lt;code&gt;R&lt;/code&gt; code can be found in the same folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;optional-reading&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Optional Reading&lt;/h2&gt;
&lt;p&gt;This reading presents a nice example of a target trial.&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-file-pdf&#34;&gt;&lt;/i&gt; García-Albéniz X, Hsu J, Hernán MA. The value of explicitly emulating a target trial when using real world evidence: an application to colorectal cancer screening. European journal of epidemiology. 2017 Jun;32(6):495-500.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSdJ31OcQWqq7xS80rIeVnn7ujk6vAEQ4FYhC7Jy-qwrvozVdg/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Competing events</title>
      <link>https://epid722sp22.edwardsjk.com/content/06-content/</link>
      <pubDate>Thu, 17 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/06-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#slides&#34;&gt;Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#optional-readings&#34;&gt;Optional readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Andersen PK, Geskus RB, De Witte T, Putter H. &lt;a href=&#34;&#34;&gt;Competing risks in epidemiology: possibilities and pitfalls&lt;/a&gt;. International journal of epidemiology. 2012 Jun 1;41(3):861-70.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;slides&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Slides&lt;/h2&gt;
&lt;p&gt;The slides for today’s class are available in the class Teams/Sharepoint folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;This week’s exercise is available on the EPID 722 &lt;a href=&#34;https://teams.microsoft.com&#34;&gt;Teams&lt;/a&gt; site. Please note that you will need to download the dataset from the data folder. The exercise questions can be found under &lt;code&gt;/Class Materials/Exercises/Exercise 6/Exercise 6.docx&lt;/code&gt;. Sample &lt;code&gt;SAS&lt;/code&gt; and &lt;code&gt;R&lt;/code&gt; code can be found in the same folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;optional-readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Optional readings&lt;/h2&gt;
&lt;p&gt;Below are some additional readings about competing events&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Cole SR, Lau B, Eron JJ, Brookhart MA, Kitahata MM, Martin JN, Mathews WC, Mugavero MJ. Estimation of the standardized risk difference and ratio in a competing risks framework: application to injection drug use and progression to AIDS after initiation of antiretroviral therapy. American journal of epidemiology. 2015 Feb 15;181(4):238-45.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Edwards JK, Hester LL, Gokhale M, Lesko CR. Methodologic issues when estimating risks in pharmacoepidemiology. Current epidemiology reports. 2016 Dec;3(4):285-96.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- - &lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Young JG, Stensrud MJ, Tchetgen Tchetgen EJ, Hernán MA. A causal framework for classical statistical estimands in failure‐time settings with competing events. Statistics in Medicine. 2020 Apr 15;39(8):1199-236. --&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLScKTq1uuAdy1_49c63uFa6yPnl9Py3CVfNVRqn9AbFF493RNw/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Generalizability</title>
      <link>https://epid722sp22.edwardsjk.com/content/05-content/</link>
      <pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/05-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#slides&#34;&gt;Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Stuart EA, Rhodes A. &lt;a href=&#34;https://journals.sagepub.com/doi/pdf/10.1177/0193841X16660663&#34;&gt;Generalizing treatment effect estimates from sample to population: A case study in the difficulties of finding sufficient data&lt;/a&gt;. Evaluation review. 2017 Aug;41(4):357-88.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;slides&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Slides&lt;/h2&gt;
&lt;p&gt;The slides for today’s class are available in the class Teams/Sharepoint folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;This week’s exercise is available on the EPID 722 &lt;a href=&#34;https://teams.microsoft.com&#34;&gt;Teams&lt;/a&gt; site. Please note that you will need to download the dataset from the data folder. The exercise questions can be found under &lt;code&gt;/Class Materials/Exercises/Exercise 5/Exercise 5.docx&lt;/code&gt;. Sample &lt;code&gt;SAS&lt;/code&gt; and &lt;code&gt;R&lt;/code&gt; code can be found in the same folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSfxyGB7NTAhkRkkgueKFet4nJId2IR7rCGuaAfUdUsXPoWJKA/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Comparisons of risk</title>
      <link>https://epid722sp22.edwardsjk.com/content/04-content/</link>
      <pubDate>Thu, 03 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/04-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes&#34;&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Sato T, Matsuyama Y. &lt;a href=&#34;&#34;&gt;Marginal structural models as a tool for standardization&lt;/a&gt;. Epidemiology 2003;14(6):680-6.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;notes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;p&gt;The notes for today’s class are available in the class Teams/Sharepoint folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;This week’s exercise is available on the EPID 722 &lt;a href=&#34;https://teams.microsoft.com&#34;&gt;Teams&lt;/a&gt; site. Please note that you will need to download the dataset from the data folder. The exercise questions can be found under &lt;code&gt;/Class Materials/Exercises/Exercise 4/Exercise 4.docx&lt;/code&gt;. Sample &lt;code&gt;SAS&lt;/code&gt; and &lt;code&gt;R&lt;/code&gt; code can be found in the same folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSek9ZsLG3yTQfHcH8qe8vUae7p8axqdwMN5GdtsjFdpYgCS_g/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Cox Models</title>
      <link>https://epid722sp22.edwardsjk.com/content/03-content/</link>
      <pubDate>Thu, 27 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/03-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#slides&#34;&gt;Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#optional-readings&#34;&gt;Optional Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Bradburn MJ, Clark TG, Love SB, Altman DG. &lt;a href=&#34;https://www.nature.com/articles/6601119&#34;&gt;Survival analysis part II: multivariate data analysis–an introduction to concepts and methods.&lt;/a&gt; British journal of cancer. 2003 Aug;89(3):431-6&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;slides&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Slides&lt;/h2&gt;
&lt;p&gt;
&lt;p&gt;&lt;a class=&#34;btn btn-primary btn-lg&#34; target=&#34;_blank&#34; href=&#34;https://epid722sp22.edwardsjk.com/slides/03-slides.pdf&#34; role=&#34;button&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; Download PDF of all slides&lt;/a&gt;&lt;/p&gt;

&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;a class=&#34;btn btn-primary btn-lg&#34; target=&#34;_blank&#34; href=&#34;https://epid722sp22.edwardsjk.com/notes/03-notes.pdf&#34; role=&#34;button&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; Download PDF of Notes&lt;/a&gt;&lt;/p&gt;

&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://epid722sp22.edwardsjk.com/slides/03-slides.pdf&#34;&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/slides/03-slides.png&#34; style=&#34;width:49.0%&#34; alt=&#34;Lecture 3&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;!-- :::fyi --&gt;
&lt;!-- **Fun fact**: If you type &lt;kbd&gt;?&lt;/kbd&gt; (or &lt;kbd&gt;shift&lt;/kbd&gt; + &lt;kbd&gt;/&lt;/kbd&gt;) while going through the slides, you can see a list of special slide-specific commands. --&gt;
&lt;!-- ::: --&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;This week’s exercise is available on the EPID 722 &lt;a href=&#34;https://teams.microsoft.com&#34;&gt;Teams&lt;/a&gt; site. Please note that you will need to download the dataset &lt;code&gt;data.dat&lt;/code&gt;. The exercise questions can be found under &lt;code&gt;/Class Materials/Exercises/Exercise 3/Exercise 3.docx&lt;/code&gt;. Sample &lt;code&gt;SAS&lt;/code&gt; and &lt;code&gt;R&lt;/code&gt; code can be found in the same folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;optional-readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Optional Readings&lt;/h2&gt;
&lt;p&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Hernán MA. &lt;a href=&#34;https://journals.lww.com/epidem/Fulltext/2010/01000/The_Hazards_of_Hazard_Ratios.4.aspx&#34;&gt;The hazards of hazard ratios&lt;/a&gt;. Epidemiology (Cambridge, Mass.). 2010;21(1):13–5.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;NOTE&lt;/em&gt;: Please submit your question by Wednesday at 5pm.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSefQo-8nx5OjmAr3HckKbCBs_SeUK3GmbpyZxgtolkE-2USbw/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Nonparametric estimators of risk</title>
      <link>https://epid722sp22.edwardsjk.com/content/02-content/</link>
      <pubDate>Thu, 20 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/02-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes&#34;&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes-1&#34;&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#optional-readings&#34;&gt;Optional Readings:&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Clark TG, Bradburn MJ, Love SB, Altman DG. &lt;a href=&#34;&#34;&gt;Survival analysis part I: basic concepts and first analyses&lt;/a&gt;. British journal of cancer. 2003 Jul;89(2):232-8.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;notes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;p&gt;The notes for today’s class are available via Teams.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;notes-1&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;p&gt;As a self check, reflect on how what you learned helps answer the following questions:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;What is immortal person time?&lt;/li&gt;
&lt;li&gt;What is risk? What is survival?&lt;/li&gt;
&lt;li&gt;What is the hazard?&lt;/li&gt;
&lt;li&gt;What is a nonparametric estimator and how does it differ from a parametric estimator?&lt;/li&gt;
&lt;li&gt;How does the Kaplan-Meier account for late entry and censoring?&lt;/li&gt;
&lt;li&gt;What are the pros and cons of allowing late entry?&lt;/li&gt;
&lt;li&gt;How can we assess the possible effects of informative drop out?&lt;/li&gt;
&lt;li&gt;What is a line diagram and how is it drawn?&lt;/li&gt;
&lt;li&gt;Fill in a table like Table 2 in the Cole and Hudgens paper in AIDS given sample data&lt;/li&gt;
&lt;li&gt;When is censoring informative?&lt;/li&gt;
&lt;li&gt;What do we assume about censoring when using the Kaplan-Meier?&lt;/li&gt;
&lt;li&gt;What is the difference between a parameter and an estimator?&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;optional-readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Optional Readings:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Cole SR, Hudgens MG. Survival analysis in infectious disease research: describing events in time. AIDS (London, England). 2010 Oct 23;24(16):2423.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;This week’s exercise is available on the EPID 722 &lt;a href=&#34;https://teams.microsoft.com&#34;&gt;Teams&lt;/a&gt; site. The exercise questions can be found under &lt;code&gt;/Class Materials/Exercises/Exercise 2/Exercise 2.docx&lt;/code&gt;. Sample &lt;code&gt;SAS&lt;/code&gt; and &lt;code&gt;R&lt;/code&gt; code can be found in the same folder.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;NOTE&lt;/em&gt;: Please submit your question by Wednesday at 5pm.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSdakrkrtH5tUCzCTuX_N3WbYCM7Ui8xpTE8sQpqnCrHGrWf4w/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>L1: Time in epidemiology: Questions and parameters</title>
      <link>https://epid722sp22.edwardsjk.com/content/01-content/</link>
      <pubDate>Thu, 13 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/01-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes&#34;&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#optional-readings&#34;&gt;Optional readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#other-resources&#34;&gt;Other resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ```{r slides-videos, echo=FALSE, include=FALSE} --&gt;
&lt;!-- source(here::here(&#34;R&#34;, &#34;slide-tabs.R&#34;)) --&gt;
&lt;!-- source(here::here(&#34;R&#34;, &#34;youtube-playlist.R&#34;)) --&gt;
&lt;!-- playlist_id &lt;- &#34;PLS6tnpTr39sHcnk9KcoQVzDywxWRzVWHC&#34; --&gt;
&lt;!-- slide_details &lt;- tibble::tribble( --&gt;
&lt;!--     ~title, ~slide, ~active, --&gt;
&lt;!--    &#34;Introduction&#34;, &#34;1&#34;, TRUE, --&gt;
&lt;!--    &#34;Questions and time in epidemiology&#34;, &#34;ds-ps&#34;, FALSE --&gt;
&lt;!-- ) --&gt;
&lt;!-- ``` --&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Samet JM. &lt;a href=&#34;https://www.acpjournals.org/doi/10.7326/0003-4819-132-1-200001040-00007&#34;&gt;Concepts of time in clinical research&lt;/a&gt;. Annals of internal medicine. 2000 Jan 4;132(1):37-44.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;notes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;!-- `
&lt;p&gt;&lt;a class=&#34;btn btn-primary btn-lg&#34; target=&#34;_blank&#34; href=&#34;https://epid722sp22.edwardsjk.com/slides/01-slides.pdf&#34; role=&#34;button&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; Download PDF of all slides&lt;/a&gt;&lt;/p&gt;

`{=html} --&gt;
&lt;p&gt;
&lt;p&gt;&lt;a class=&#34;btn btn-primary btn-lg&#34; target=&#34;_blank&#34; href=&#34;https://epid722sp22.edwardsjk.com/notes/01-notes.pdf&#34; role=&#34;button&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; Download PDF of Notes&lt;/a&gt;&lt;/p&gt;

&lt;/p&gt;
&lt;p&gt;Below is the code to produce line diagrams for each scenario described at the end of the notes. Please check out the course &lt;a href=&#34;https://epid722sp22.edwardsjk.com/notes/01-notes.pdf&#34;&gt;notes&lt;/a&gt; and attempt the scenarios outlined there by hand (using pencil and paper) before looking at the answers posted here.&lt;/p&gt;
&lt;p&gt;Say have a (small) cohort study of 5 soldiers selected at random from all people enlisting in the armed services between 2004 and 2014 and followed for mortality up to 10 years.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
id
&lt;/th&gt;
&lt;th style=&#34;text-align:right;&#34;&gt;
age
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
enlist
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
last_info
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
vital_status
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
1
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
24
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2008-07-01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2022-01-13
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
alive
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
2
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
18
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2008-07-01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2011-01-01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dead
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
3
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
21
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2011-01-01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2016-06-15
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
dead
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
4
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
35
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2011-01-01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2022-01-13
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
alive
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
5
&lt;/td&gt;
&lt;td style=&#34;text-align:right;&#34;&gt;
19
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2013-07-01
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2022-01-13
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
alive
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Practice drawing 3 line diagrams:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;one with age (starting at age 18) on the &lt;span class=&#34;math inline&#34;&gt;\(x\)&lt;/span&gt; axis&lt;/li&gt;
&lt;li&gt;one with calendar time (starting 1 Jan 2008) on the &lt;span class=&#34;math inline&#34;&gt;\(x\)&lt;/span&gt; axis&lt;/li&gt;
&lt;li&gt;one with time since enlistment on the &lt;span class=&#34;math inline&#34;&gt;\(x\)&lt;/span&gt; axis.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;id &amp;lt;- c(1:5)
age &amp;lt;- c(24, 18, 21, 35, 19)
enlist &amp;lt;- c(as.Date(&amp;quot;2008-07-01&amp;quot;),
            as.Date(&amp;quot;2008-07-01&amp;quot;),
            as.Date(&amp;quot;2011-01-01&amp;quot;),
            as.Date(&amp;quot;2011-01-01&amp;quot;),
            as.Date(&amp;quot;2013-07-01&amp;quot;))
last_info &amp;lt;- c(Sys.Date(),
               as.Date(&amp;quot;2011-01-01&amp;quot;),
               as.Date(&amp;quot;2016-06-15&amp;quot;),
               Sys.Date(),
               Sys.Date())
vital_status &amp;lt;- c(&amp;quot;alive&amp;quot;, &amp;quot;dead&amp;quot;, &amp;quot;dead&amp;quot;, &amp;quot;alive&amp;quot;, &amp;quot;alive&amp;quot;)
dat &amp;lt;- tibble(id, age, enlist, last_info, vital_status)

#line diagram 1
dat$t1 &amp;lt;- (last_info - enlist)/365.25 + age
dat$w1 &amp;lt;- age
dat &amp;lt;- dat %&amp;gt;%
  mutate(delta1 = ifelse(vital_status == &amp;quot;dead&amp;quot; &amp;amp; t1&amp;lt;=(age+10), 1, 0))
#library(grid)
library(ggthemr)
ggthemr(&amp;#39;flat&amp;#39;)
line &amp;lt;- ggplot() +
 # geom_segment(aes(x = 0, y = newid, xend = yearw, yend = newid), lty = &amp;quot;dotted&amp;quot;) +
  geom_segment(data = dat %&amp;gt;% filter(delta1 == 0),
               aes(x = w1, y = id, xend = t1, yend = id),
               arrow = arrow(length=unit(0.2, &amp;quot;cm&amp;quot;))) +
  geom_segment(data = dat %&amp;gt;% filter(delta1 == 1),
               aes(x = w1, y = id, xend = t1, yend = id)) +
  ylab(&amp;quot;ID&amp;quot;) +
  scale_x_continuous(name = &amp;quot;Age&amp;quot; ) +
   geom_point(data = dat %&amp;gt;% filter(delta1 == 1),
              aes(x = t1, y = id),
              color = &amp;quot;red&amp;quot;, size = 1.5)

line&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/content/01-content_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#line diagram 2
dat$t2 &amp;lt;- (last_info)
dat$w2 &amp;lt;- enlist
dat &amp;lt;- dat %&amp;gt;%
  mutate(delta2 = ifelse(vital_status == &amp;quot;dead&amp;quot; &amp;amp; t2&amp;lt;=(enlist+10*365.25),
                         1, 0))
line &amp;lt;- ggplot() +
  geom_segment(data = dat %&amp;gt;% filter(delta2 == 0),
               aes(x = w2, y = id, xend = t2, yend = id),
               arrow = arrow(length=unit(0.2, &amp;quot;cm&amp;quot;))) +
  geom_segment(data = dat %&amp;gt;% filter(delta2 == 1),
               aes(x = w2, y = id, xend = t2, yend = id)) +
  ylab(&amp;quot;ID&amp;quot;) +
  scale_x_date(name = &amp;quot;Calendar Date&amp;quot; ) +
   geom_point(data = dat %&amp;gt;% filter(delta2 == 1),
              aes(x = t2, y = id),
              color = &amp;quot;red&amp;quot;, size = 1.5)

line&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/content/01-content_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#line diagram 3
dat$t3 &amp;lt;- (last_info - enlist)/365.25
dat$w3 &amp;lt;- 0
dat &amp;lt;- dat %&amp;gt;%
  mutate(delta3 = ifelse(vital_status == &amp;quot;dead&amp;quot; &amp;amp; t3&amp;lt;=(10), 1, 0))

library(ggthemr)
ggthemr(&amp;#39;flat&amp;#39;)
line &amp;lt;- ggplot() +
  geom_segment(data = dat %&amp;gt;% filter(delta3 == 0),
               aes(x = w3, y = id, xend = t3, yend = id),
               arrow = arrow(length=unit(0.2, &amp;quot;cm&amp;quot;))) +
  geom_segment(data = dat %&amp;gt;% filter(delta3 == 1),
               aes(x = w3, y = id, xend = t3, yend = id)) +
  ylab(&amp;quot;ID&amp;quot;) +
  scale_x_continuous(name = &amp;quot;Years since enrollment&amp;quot;) +
   geom_point(data = dat %&amp;gt;% filter(delta3 == 1),
              aes(x = t3, y = id),
              color = &amp;quot;red&amp;quot;, size = 1.5)

line&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/content/01-content_files/figure-html/unnamed-chunk-5-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;optional-readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Optional readings&lt;/h2&gt;
&lt;p&gt;Further reading about time in epidemiologic research:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://academic-oup-com.libproxy.lib.unc.edu/aje/article/181/4/246/122265&#34;&gt;Cole SR, Hudgens MG, Brookhart MA, Westreich D. Risk Am J Epidemiol. 2015 Feb 15;181(4):246-50&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;other-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Other resources&lt;/h2&gt;
&lt;p&gt;Parts of this week’s lecture are based on a &lt;a href=&#34;https://epid722sp22.edwardsjk.com/slides/L1_SER.pdf&#34;&gt;talk I gave at SER in 2020&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;This week’s exercise, along with &lt;code&gt;SAS&lt;/code&gt; and &lt;code&gt;R&lt;/code&gt; code to get you started, is posted on the Microsoft Teams site for this course.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;p&gt;Questions are due by Wednesdays at 5pm.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSdo18BLd843PTb_CPtw0nsCFQe3awyaQSXGyZ1MJlSp7-UcRw/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;!-- pagedown::chrome_print(&#34;09-slides.html&#34;) --&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>L0: Introduction</title>
      <link>https://epid722sp22.edwardsjk.com/content/00-content/</link>
      <pubDate>Tue, 11 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/00-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#slides&#34;&gt;Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes&#34;&gt;Notes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#notation&#34;&gt;Notation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#what-you-should-know-after-this-week&#34;&gt;What you should know after this week&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#optional-readings&#34;&gt;Optional readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ```{r slides-videos, echo=FALSE, include=FALSE} --&gt;
&lt;!-- source(here::here(&#34;R&#34;, &#34;slide-tabs.R&#34;)) --&gt;
&lt;!-- source(here::here(&#34;R&#34;, &#34;youtube-playlist.R&#34;)) --&gt;
&lt;!-- playlist_id &lt;- &#34;PLS6tnpTr39sHcnk9KcoQVzDywxWRzVWHC&#34; --&gt;
&lt;!-- slide_details &lt;- tibble::tribble( --&gt;
&lt;!--     ~title, ~slide, ~active, --&gt;
&lt;!--    &#34;Introduction&#34;, &#34;1&#34;, TRUE, --&gt;
&lt;!--    &#34;Questions and time in epidemiology&#34;, &#34;ds-ps&#34;, FALSE --&gt;
&lt;!-- ) --&gt;
&lt;!-- ``` --&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href=&#34;https://epid722sp22.edwardsjk.com/syllabus/&#34;&gt;syllabus&lt;/a&gt; page for this class&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;slides&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Slides&lt;/h2&gt;
&lt;p&gt;Below are links to the two sets of slides used this week: an introduction to the course and Lecture 1. You can download all slides by clinking the download link below.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;a class=&#34;btn btn-primary btn-lg&#34; target=&#34;_blank&#34; href=&#34;https://epid722sp22.edwardsjk.com/slides/01-slides.pdf&#34; role=&#34;button&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; Download PDF of all slides&lt;/a&gt;&lt;/p&gt;

&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://epid722sp22.edwardsjk.com/slides/01-slidesa.pdf&#34;&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/slides/01-slidesa.png&#34; style=&#34;width:49.0%&#34; alt=&#34;Introduction&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;notes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;div id=&#34;notation&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Notation&lt;/h3&gt;
&lt;p&gt;Everyone in this course has the preparation required to master the material presented. There is no advanced math in this class, but you may see notation you have not seen before. Get in the habit of translating &lt;em&gt;all&lt;/em&gt; notation you come across in this course into English language sentences and &lt;strong&gt;ask questions&lt;/strong&gt; about notation that is unfamiliar.&lt;/p&gt;
&lt;p&gt;Some examples:&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(\sum_{i=1}^nX_i\)&lt;/span&gt;: Sum &lt;span class=&#34;math inline&#34;&gt;\(X_i\)&lt;/span&gt; over all units (up to unit &lt;span class=&#34;math inline&#34;&gt;\(n\)&lt;/span&gt;) indexed by &lt;span class=&#34;math inline&#34;&gt;\(i\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(\prod_{k=1}^m d_k\)&lt;/span&gt;: multiply &lt;span class=&#34;math inline&#34;&gt;\(d\)&lt;/span&gt; over all units (up to unit &lt;span class=&#34;math inline&#34;&gt;\(m\)&lt;/span&gt;) indexed by &lt;span class=&#34;math inline&#34;&gt;\(k\)&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;what-you-should-know-after-this-week&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What you should know after this week&lt;/h3&gt;
&lt;p&gt;Each week, we will post a list of skills you should have developed (e.g., drawing line diagrams, defining &lt;code&gt;risk&lt;/code&gt;, coding a Cox model). Check the &lt;em&gt;Notes&lt;/em&gt; section each week to be sure you are keeping up.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;optional-readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Optional readings&lt;/h2&gt;
&lt;p&gt;Further reading about time in epidemiologic research&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Cole SR, Hudgens MG, Brookhart MA, Westreich D. &lt;a href=&#34;https://academic-oup-com.libproxy.lib.unc.edu/aje/article/181/4/246/122265&#34;&gt;Risk&lt;/a&gt; Am J Epidemiol. 2015 Feb 15;181(4):246-50&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Optional reading (for fun) about learning science and math&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://www.tandfonline.com/doi/abs/10.1080/00029890.1998.12004938&#34;&gt;Hamming RW. Mathematics on a distant planet. The American Mathematical Monthly. 1998 Aug 1;105(7):640-50.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;There is no exercise today.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Each week, you will use a form below to submit your questions about the week’s reading. By tomorrow at 12pm, please navigate to the page for &lt;a href=&#34;https://epid722sp22.edwardsjk.com/content/01-content&#34;&gt;Lecture 1&lt;/a&gt; to find the assigned reading and submit your question.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>L9: Informative censoring </title>
      <link>https://epid722sp22.edwardsjk.com/content/09-content/</link>
      <pubDate>Wed, 24 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/content/09-content/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#readings&#34;&gt;Readings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#slides&#34;&gt;Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#notes&#34;&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#videos&#34;&gt;Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#exercise&#34;&gt;Exercise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#questions&#34;&gt;Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ```{r setup, include = FALSE, cache = FALSE} --&gt;
&lt;!-- knitr::opts_chunk$set(error = TRUE, comment = NA, warnings = FALSE, errors = FALSE, messages = FALSE, tidy = FALSE, echo = FALSE) --&gt;
&lt;!-- ``` --&gt;
&lt;!-- ```{r, echo = FALSE} --&gt;
&lt;!-- source(&#34;/Users/jkedwar/Box Sync/teaching/epid722/2021/epid722_web/R/slide-tabs.R&#34;) --&gt;
&lt;!-- slide_details &lt;- tibble::tribble( --&gt;
&lt;!--   ~youtube_id,   ~title, ~slide, ~active, --&gt;
&lt;!--   &#34; &#34;, &#34;Introduction&#34;, &#34;1&#34;, TRUE, --&gt;
&lt;!-- ) --&gt;
&lt;!-- ``` --&gt;
&lt;div id=&#34;readings&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Readings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i class=&#34;fas fa-book&#34;&gt;&lt;/i&gt; Howe CJ, Cole SR, Lau B, Napravnik S, Eron Jr JJ. &lt;a href=&#34;https://journals.lww.com/epidem/fulltext/2016/01000/Selection_Bias_Due_to_Loss_to_Follow_Up_in_Cohort.14.aspx&#34;&gt;Selection bias due to loss to follow up in cohort studies&lt;/a&gt;. Epidemiology (Cambridge, Mass.). 2016 Jan;27(1):91.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;slides&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Slides&lt;/h2&gt;
&lt;!-- `
&lt;p&gt;&lt;a class=&#34;btn btn-primary btn-lg&#34; target=&#34;_blank&#34; href=&#34;https://epid722sp22.edwardsjk.com/slides/09-slides.pdf&#34; role=&#34;button&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; Download PDF of all slides&lt;/a&gt;&lt;/p&gt;

`{=html} --&gt;
&lt;!-- ```{r, echo = FALSE} --&gt;
&lt;!-- knitr::include_url(&#34;/slides/09-slides.html&#34;) --&gt;
&lt;!-- ``` --&gt;
&lt;p&gt;Coming soon!&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;notes&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;p&gt;Coming soon.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;videos&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;p&gt;Recordings of lectures are available on the EPID 722 &lt;a href=&#34;https://www.sakai.unc.edu&#34;&gt;Sakai&lt;/a&gt; site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercise&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercise&lt;/h2&gt;
&lt;p&gt;Exercise 9 may be found on the course Teams site.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;questions&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Questions&lt;/h2&gt;
&lt;p&gt;Please use the form below to submit your questions about this week’s reading.&lt;/p&gt;
&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSdYdjXzhpNg-LpMeUOqJAe61Ru3kC0f0deJBCfLCe06ethH6g/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;598&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
