<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Course materials | Advanced Epidemiologic Methods</title>
    <link>https://epid722sp22.edwardsjk.com/</link>
      <atom:link href="https://epid722sp22.edwardsjk.com/index.xml" rel="self" type="application/rss+xml" />
    <description>Course materials</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator>
    <image>
      <url>https://epid722sp22.edwardsjk.com/img/epid722logo.png</url>
      <title>Course materials</title>
      <link>https://epid722sp22.edwardsjk.com/</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>
    
    <item>
      <title>Course feedback</title>
      <link>https://epid722sp22.edwardsjk.com/example/feedback/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/example/feedback/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/rmarkdown-libs/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;


&lt;iframe src=&#34;https://docs.google.com/forms/d/e/1FAIpQLSfjObvqf6z5QG6ZNGXCdNAjdZkGmqmu31UFwyhdybeaUZIwkA/viewform?embedded=true&#34; width=&#34;640&#34; height=&#34;403&#34; frameborder=&#34;0&#34; marginheight=&#34;0&#34; marginwidth=&#34;0&#34;&gt;
Loading…
&lt;/iframe&gt;
</description>
    </item>
    
    <item>
      <title>Final Project</title>
      <link>https://epid722sp22.edwardsjk.com/example/project/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/example/project/</guid>
      <description>


&lt;p&gt;The purpose of the final project is to design a target trial to answer a public health or clinical question.&lt;/p&gt;
&lt;div id=&#34;components&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Components&lt;/h2&gt;
&lt;p&gt;The final project will consist of 2 parts:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;A presentation in class on April 19th or 21st&lt;/li&gt;
&lt;li&gt;A 1- to 2-page document summarizing your target trial&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;process&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Process&lt;/h2&gt;
&lt;p&gt;Students will work in groups of 3 to form a question and design a target trial to answer that question. Note that the assignment is to &lt;em&gt;design&lt;/em&gt; the target trial only; there is no need to discuss how one would emulate the target trial with observational data.&lt;/p&gt;
&lt;p&gt;In class presentations will be no more than 7 minutes in length. Groups may divide responsibilities however they see fit. Groups may divide the presentation between all members or elect 1 or 2 group members to speak. After each presentation, groups will field questions from the class and the instructional team.&lt;/p&gt;
&lt;p&gt;In addition to the presentations, groups should submit a 1- to 2-page document describing their study question and target trial to the teaching team on the day of their presentation.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;content&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Content&lt;/h2&gt;
&lt;p&gt;A target trial is a hypothetical randomized trial that you would do to answer a question of interest. The target trial need not be feasible nor ethical. Rather, the target trial is a mental device that sharpens questions. Designing a target trial is a useful first step when addressing causal questions. With the target trial in hand, one could either implement the trial, or some version of the trial, or emulate the trial using observational data.&lt;/p&gt;
&lt;p&gt;Necessary components of the target trial include:&lt;/p&gt;
&lt;p&gt;A. A detailed question, including&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Aim&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Target population&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Actions considered&lt;/li&gt;
&lt;li&gt;Origin/timescale&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Outcome&lt;/li&gt;
&lt;li&gt;Parameter of interest&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;B. How a target trial would answer the question, including&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Aim&lt;/li&gt;
&lt;li&gt;Significance&lt;/li&gt;
&lt;li&gt;Eligibility criteria&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Sampling/recruitment strategy&lt;/li&gt;
&lt;li&gt;Actions forming arms of the trial (treatment strategies, exposure plans, what is being manipulated?)&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;How will actions be assigned?&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Follow-up (when does it start and end? when does randomization occur?)&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Outcome definitions&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Causal contrast (parameter of interest)&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Presentation of hypothetical results (table and figure)&lt;/li&gt;
&lt;li&gt;Impact (how will results be used?)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As noted above, a third step described in many papers that use target trials to sharpen a question is to emulate the target trial using observational data. For this project, you are &lt;em&gt;not&lt;/em&gt; required to outline how you might emulate the target trial using observational data. (But, this is something you will likely need to do in your career, and we discuss how to do so in the lecture on April 7th).&lt;/p&gt;
&lt;p&gt;In addition to addressing the components listed above, projects should include a statement on the significance of the question (why this question at this time?) and the potential impact of the work (how will results be used?).&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;preparation&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Preparation&lt;/h2&gt;
&lt;p&gt;On February 24th, we will discuss the design of target trials, including the elements needed for this assignment. On April 7th, we will revisit the design of target trials and discuss how to emulate target trials using observational data. During the lab session on April 12th, groups will have the opportunity to give and receive peer feedback on each other’s target trial designs.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;deadlines&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Deadlines&lt;/h2&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;By &lt;strong&gt;February 10th&lt;/strong&gt;: Form 3-person groups and inform teaching team of your group by email&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;By &lt;strong&gt;March 31st&lt;/strong&gt;: Determine your general study question and send to teaching team&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;By &lt;strong&gt;April 12th&lt;/strong&gt;: Develop draft of your target trial design to obtain feedback during lab&lt;br /&gt;
4: &lt;strong&gt;April 19th/21st&lt;/strong&gt;: Present target trial to class and submit 1-pager&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;faqs&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;FAQs&lt;/h2&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;What if I don’t have a group?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you need help finding a group, please reach out to the teaching team and we will place you in a group.&lt;/p&gt;
&lt;ol start=&#34;2&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;How do I choose a topic?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You may choose the topic of your study question from any area of epidemiology. Note that, for this assignment, you will need to ask a &lt;em&gt;causal&lt;/em&gt; question that lends itself to some type of action. To specify a target trial, your exposure/treatment/plan/etc will need to be manipulable. (While descriptive questions are also critically important for epidemiology, a descriptive question will not fill the needs of this assignment). If you would like preliminary feedback on your topic or assistance in finding a topic, please contact the teaching team ahead of the March 31st deadline.&lt;/p&gt;
&lt;ol start=&#34;3&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;What format should be used for presentations?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Presentations should be no more than 7 minutes in length and should be presented in the style of a short conference presentation or funding proposal. Presentations will be assessed for content and clarity. Slides are allowed but not required. Some visual element should be used.&lt;/p&gt;
&lt;ol start=&#34;4&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;What is the desired format for the document?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The document must be no more than 1 to 2 pages and can include text and figures. Please strive for brevity and clarity.&lt;/p&gt;
&lt;ol start=&#34;5&#34; style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Where can I go for help?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Please contact the teaching team with any additional questions.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Line Diagrams</title>
      <link>https://epid722sp22.edwardsjk.com/example/linediagrams/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/example/linediagrams/</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;why-would-i-need-code-for-a-line-diagram&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Why would I need code for a line diagram?&lt;/h2&gt;
&lt;p&gt;Line diagrams are easy to draw by hand, but can get unwieldy for real datasets. But sometimes plotting the line diagram can be useful. This includes settings when you want a quick visual check of&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the administrative censoring date&lt;/li&gt;
&lt;li&gt;the presence of late entry&lt;/li&gt;
&lt;li&gt;the maximum follow-up time&lt;/li&gt;
&lt;li&gt;etc&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;r-code-to-produce-line-diagrams&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;R code to produce line diagrams&lt;/h2&gt;
&lt;div id=&#34;simple-simulated-data-used-in-l1&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Simple simulated data (used in L1)&lt;/h3&gt;
&lt;p&gt;First, we generate simple data on 20 participants as describe by L1:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Say you wish to estimate the 5-year risk of death among people entering HIV care. You have a database of people entering HIV care between 2012 and 2020.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;### Generate some data -----
require(dplyr)
set.seed(123)
year0 &amp;lt;- runif(20, min=2012, max = 2020)
t &amp;lt;- runif(20, min=2, max = 15)
dat &amp;lt;- data.frame(year0, t)


dat &amp;lt;- dat %&amp;gt;% mutate(y=ifelse(t+year0&amp;gt;2020 | t&amp;gt;5, 0, 1),
                      t = ifelse(t+year0&amp;gt;2020, 2020-year0, t), 
                      t = ifelse(t&amp;gt;5, 5, t),
                      id = row_number())

dat&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##       year0         t y id
## 1  2014.301 5.0000000 0  1
## 2  2018.306 1.6935589 0  2
## 3  2015.272 4.7281846 0  3
## 4  2019.064 0.9358608 0  4
## 5  2019.524 0.4762617 0  5
## 6  2012.364 5.0000000 0  6
## 7  2016.225 3.7751561 0  7
## 8  2019.139 0.8606476 0  8
## 9  2016.411 3.5885199 0  9
## 10 2015.653 3.9124774 1 10
## 11 2019.655 0.3453332 0 11
## 12 2015.627 4.3733268 0 12
## 13 2017.421 2.5794349 0 13
## 14 2016.581 3.4189328 0 14
## 15 2012.823 2.3199779 1 15
## 16 2019.199 0.8014002 0 16
## 17 2013.969 5.0000000 0 17
## 18 2012.336 4.8133032 1 18
## 19 2014.623 5.0000000 0 19
## 20 2019.636 0.3639708 0 20&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Produce the line diagram by creating line segments and points in &lt;code&gt;ggplot&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Calendar time as timescale
library(grid)
library(ggthemr)
ggthemr(&amp;#39;solarized&amp;#39;)
line &amp;lt;- ggplot() +
  geom_segment(data = dat %&amp;gt;% filter(y==0), aes(x = year0, y = id, xend = year0+t, yend = id),  arrow = arrow(length = unit(0.1, &amp;quot;cm&amp;quot;))) +
  geom_segment(data = dat %&amp;gt;% filter(y==1), aes(x = year0, y = id, xend = year0+t, yend = id)) +
  scale_y_continuous(name = &amp;quot;ID&amp;quot;, breaks = c(1, 5, 10, 15, 20), limits = c(0,20))+
  scale_x_continuous(name = &amp;quot;Calendar Time&amp;quot;, breaks=c(2012, 2014, 2016, 2018,  2020), limits = c(2012, 2021)) +
  geom_point(data = dat %&amp;gt;% filter(y==1), aes(x = year0+t, y = id), color = &amp;quot;red&amp;quot;, size = 0.6) +
  theme(text = element_text(size = 14, family = &amp;quot;Open Sans&amp;quot;))

line&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/example/linediagrams_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Reorganize plot to show time since entry into HIV care on the &lt;code&gt;x&lt;/code&gt;-axis.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Calendar time as timescale
line2 &amp;lt;- ggplot() +
  geom_segment(data = dat %&amp;gt;% filter(y==0), aes(x = 0, y = id, xend = t, yend = id),  arrow = arrow(length = unit(0.1, &amp;quot;cm&amp;quot;))) +
  geom_segment(data = dat %&amp;gt;% filter(y==1), aes(x = 0, y = id, xend = t, yend = id)) +
  scale_y_continuous(name = &amp;quot;ID&amp;quot;, breaks = c(1, 5, 10, 15, 20), limits = c(0,20))+
  scale_x_continuous(name = &amp;quot;Calendar Time&amp;quot;, breaks=c(0, 1, 2, 3, 4, 5), limits = c(0, 6)) +
  geom_point(data = dat %&amp;gt;% filter(y==1), aes(x = t, y = id), color = &amp;quot;red&amp;quot;, size = 0.6) +
  theme(text = element_text(size = 14, family = &amp;quot;Open Sans&amp;quot;))

line2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/example/linediagrams_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;example-data-similar-to-cole-hudgens-2010&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Example data (similar to Cole &amp;amp; Hudgens 2010)&lt;/h3&gt;
&lt;p&gt;Next, we read in some sample data similar to that used in Cole &amp;amp; Hudgens 2010.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;##   int     year        w        t cenyear d late newid yearw    yeart
## 1   1 2010.320 4.679838 5.527338    2020 1    1     1  2015 2015.848
## 2   1 2010.321 4.678720 9.557808    2020 1    1     2  2015 2019.879
## 3   1 2010.427 4.573213 9.573213    2020 0    1     3  2015 2020.000
## 4   1 2010.509 4.490943 9.490943    2020 0    1     4  2015 2020.000
## 5   1 2010.645 4.355168 9.355168    2020 0    1     5  2015 2020.000
## 6   1 2010.775 4.224887 9.224887    2020 0    1     6  2015 2020.000&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;calendar-timescale&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Calendar timescale&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;### Create second dataset with only events ------
exdat2 &amp;lt;- exdat[exdat$d == 1, ]

### Plot the lines -----
line &amp;lt;- ggplot(data = exdat) +
  geom_segment(aes(x = year, y = newid, xend = yearw, yend = newid), lty = &amp;quot;dotted&amp;quot;) +
  geom_segment(aes(x = yearw, y = newid, xend = yeart, yend = newid)) +
  ylab(&amp;quot;ID&amp;quot;) +
  scale_x_continuous(name = &amp;quot;Calendar Time&amp;quot;, breaks=c(2010, 2015,  2020)) +
  geom_point(data = exdat2, aes(x = yeart, y = newid), color = &amp;quot;red&amp;quot;, size = 0.5) +
  theme(text = element_text(size = 16, family = &amp;quot;Open Sans&amp;quot;))

line&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/example/linediagrams_files/figure-html/unnamed-chunk-5-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;time-since-aids-diagnosis&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Time since AIDS diagnosis&lt;/h3&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;line2 &amp;lt;- ggplot(data = exdat) +
  geom_segment(aes(x = 0, y = newid, xend = w, yend = newid), lty = &amp;quot;dotted&amp;quot;) +
  geom_segment(aes(x = w, y = newid, xend = t, yend = newid)) +
  ylab(&amp;quot;ID&amp;quot;) +
  scale_x_continuous(name = &amp;quot;Time since AIDS diagnosis&amp;quot;, breaks = c(0,2, 4, 6, 8, 10)) +
  geom_point(data = exdat2, aes(x = t, y = newid), color = &amp;quot;red&amp;quot;, size = 0.5) +
  
  theme(text = element_text(size = 14, family = &amp;quot;Open Sans&amp;quot;))

line2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://epid722sp22.edwardsjk.com/example/linediagrams_files/figure-html/unnamed-chunk-6-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Schedule</title>
      <link>https://epid722sp22.edwardsjk.com/schedule/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/schedule/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/schedule/index_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;


&lt;p&gt;This course is divided into 2 main sections:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Basic tools for working with time-to-event data&lt;/li&gt;
&lt;li&gt;Tools to handle factors that vary over time&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;with time at the beginning and end of the course to put these tools into the context of asking and answering important public health questions.&lt;/p&gt;
&lt;p&gt;This page provides quick links to the &lt;a href=&#34;https://epid722sp22.edwardsjk.com/readings/&#34;&gt;readings&lt;/a&gt; &lt;i class=&#34;fas fa-book-reader&#34;&gt;&lt;/i&gt;, &lt;a href=&#34;https://epid722sp22.edwardsjk.com/content/&#34;&gt;lecture materials&lt;/a&gt; &lt;i class=&#34;fas fa-laptop-code&#34;&gt;&lt;/i&gt;, and &lt;a href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;amp;web=1&amp;amp;e=QftV8H&#34;&gt;exercises&lt;/a&gt; &lt;i class=&#34;fas fa-pencil-ruler&#34;&gt;&lt;/i&gt;.&lt;/p&gt;
&lt;!-- Each topic will be covered over 2 class periods. Please complete the reading and submit your question by 9am on the day before the *first* of the two class periods (generally a Tuesday).  --&gt;
&lt;!-- Exercises are due by 3pm on the day of the *second* of the two class periods (generally a Thursday). --&gt;
&lt;p&gt;&lt;table class=&#34;table schedule&#34; style=&#34;max-width:100%&#34;&gt;
    &lt;tbody&gt;
        &lt;tr
            class=&#34; fake-header-table&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;span class=&#34;fake-header-table&#34;&gt;Tools for Survival Analysis&lt;/span&gt;&lt;/td&gt;

            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Content&lt;/td&gt;
            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Reading&lt;/td&gt;
            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Exercise&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Jan 13 &amp;amp; 18&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Time in epidemiology: Questions and parameters&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/01-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://acpjournals.org/doi/10.7326/0003-4819-132-1-200001040-00007&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Jan 20 &amp;amp; 25&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Estimators of risk in settings with censoring&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/02-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://nature.com/articles/6601118&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Jan 27 &amp;amp; Feb 1&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Cox models&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/03-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://nature.com/articles/6601119&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Feb 3 &amp;amp; 8&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Comparisons of risk&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/04-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://journals.lww.com/epidem/fulltext/2003/11000/marginal_structural_models_as_a_tool_for.9.aspx?casa_token=lmg4gMY0_dsAAAAA:QxdKORZc-kmImmG_wZT8lwmDr3BloWE0yZSdIu0x3gV_S6hCA9npJaY-uBXYfEDG90rKAGOMfJP9scR6iMn9_5yI&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Feb 10 &amp;amp; 15&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Generalizability and transportability&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/05-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://journals.sagepub.com/doi/pdf/10.1177/0193841X16660663&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Feb 17 &amp;amp; 22&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Competing events&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/06-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://academic.oup.com/ije/article/41/3/861/829598?login=true&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Feb 24 &amp;amp; Mar 1&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Designing a time-to-event study&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/07-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://www.sciencedirect.com/science/article/pii/S0895435616301366&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Mar 3&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Exam Review&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/exam-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Mar 8&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-star&#34;&gt;&lt;/i&gt; &lt;strong&gt;Exam&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Mar 10&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;Exam Postmortem&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34; fake-header-table&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;span class=&#34;fake-header-table&#34;&gt;Incorporating time-varying factors&lt;/span&gt;&lt;/td&gt;

            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Content&lt;/td&gt;
            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Reading&lt;/td&gt;
            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Exercise&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Mar 22&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Taxonomy of time-varying exposures&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/08-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Mar 24 &amp;amp; 29&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Informative censoring&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/09-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&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;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Mar 29 &amp;amp; 31&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Per-protocol analyses using IPW&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/10-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&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;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Apr 7 &amp;amp; 12&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; &lt;strong&gt;Target trials&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://epid722sp22.edwardsjk.com/content/11-content/&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://www-acpjournals-org.libproxy.lib.unc.edu/doi/pdf/10.7326/M18-1199&#34; &gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;&lt;a
                    href=&#34;https://adminliveunc.sharepoint.com/:f:/r/sites/EPID722Spring2022/Class%20Materials/Exercises?csf=1&amp;web=1&amp;e=QftV8H&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Apr 14&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;Wellness day&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34; fake-header-table&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;span class=&#34;fake-header-table&#34;&gt;Wrap-up&lt;/span&gt;&lt;/td&gt;

            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Content&lt;/td&gt;
            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Reading&lt;/td&gt;
            &lt;td style=&#34;width:8%;text-align:center&#34; class=&#34;mid-table-header&#34;&gt;Exercise&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Apr 19 &amp;amp; 21&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;Presentations on target trials&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr
            class=&#34;&#34;&gt;
            &lt;td align=&#34;right&#34; style=&#34;width:20%;text-align:right&#34;&gt;
                &lt;strong&gt;Apr 26&lt;/strong&gt;&lt;/td&gt;
            &lt;td style=&#34;width:56%;text-align:left&#34;&gt;&lt;strong&gt;Wrap up: where do we go from here?&lt;/strong&gt;&lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-laptop-code fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-book-reader fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34; style=&#34;width:10%;text-align:center&#34;&gt;
                &lt;font color=&#34;f1f1f1&#34;&gt;
                    &lt;i class=&#34;fas fa-pencil-ruler fa-lg&#34;&gt;&lt;/i&gt;&lt;/font&gt;
            &lt;/td&gt;
        &lt;/tr&gt;

    &lt;/tbody&gt;

&lt;/table&gt;
&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Syllabus</title>
      <link>https://epid722sp22.edwardsjk.com/syllabus/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://epid722sp22.edwardsjk.com/syllabus/</guid>
      <description>
&lt;script src=&#34;https://epid722sp22.edwardsjk.com/syllabus/index_files/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;#teaching-assistants&#34;&gt;Teaching Assistants&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#course-objectives&#34;&gt;Course objectives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#course-structure&#34;&gt;Course structure&lt;/a&gt;&lt;/li&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;#exercises&#34;&gt;Exercises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#midterm-exam&#34;&gt;Midterm Exam&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#final-project&#34;&gt;Final Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#grading&#34;&gt;Grading&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#office-hours&#34;&gt;Office Hours&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#software&#34;&gt;Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#spring-2022-adjustments&#34;&gt;Spring 2022 Adjustments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#this-year&#34;&gt;This year&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#feedback&#34;&gt;Feedback&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mask-requirement-and-community-standards&#34;&gt;Mask Requirement and Community Standards&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#accessibility-resources-ars&#34;&gt;Accessibility Resources (ARS)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#counseling-and-psychological-services-caps&#34;&gt;Counseling and Psychological Services (CAPS)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#title-ix-resources&#34;&gt;Title IX Resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;&lt;div class=&#34;row&#34;&gt;
    &lt;div class=&#34;col-md-4&#34;&gt;
        &lt;h3&gt;Instructor&lt;/h3&gt;

        &lt;ul class=&#34;icon-list&#34;&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-user&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://www.edwardsjk.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt; Dr. Jessie K. Edwards&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; 2102A McGavran-Greenberg&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-envelope&#34;&gt;&lt;/i&gt; &lt;a href=&#34;mailto:jessedwards@unc.edu&#34;&gt; jessedwards@unc.edu&lt;/a&gt;&lt;/li&gt;

  
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;div class=&#34;col-md-4&#34;&gt;
        &lt;h3&gt;Co-instructor&lt;/h3&gt;
&lt;ul class=&#34;icon-list&#34;&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-user&#34;&gt;&lt;/i&gt; Dr. Stephen R. Cole&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; 2105E McGavran-Greenberg&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-envelope&#34;&gt;&lt;/i&gt; &lt;a href=&#34;mailto:cole@unc.edu&#34;&gt; cole@unc.edu&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;
    
    &lt;div class=&#34;col-md-4&#34;&gt;
        &lt;h3&gt;Course details&lt;/h3&gt;

        &lt;ul class=&#34;icon-list&#34;&gt;
            &lt;li&gt;&lt;i class=&#34;far fa-calendar&#34;&gt;&lt;/i&gt; Tuesdays and Thursdays&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;far fa-calendar-alt&#34;&gt;&lt;/i&gt; January – May 2022&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;far fa-clock&#34;&gt;&lt;/i&gt; 3:30 - 4:45 PM&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; McGG 1304&lt;/li&gt;
            
        &lt;/ul&gt;
    &lt;/div&gt;
    
&lt;/div&gt;
&lt;/p&gt;
&lt;div id=&#34;teaching-assistants&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Teaching Assistants&lt;/h2&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Katie Mollan (&lt;a href=&#34;mailto:kmollan@email.unc.edu&#34; class=&#34;email&#34;&gt;kmollan@email.unc.edu&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Audrey Renson (&lt;a href=&#34;mailto:arenson@email.unc.edu&#34; class=&#34;email&#34;&gt;arenson@email.unc.edu&lt;/a&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;course-objectives&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Course objectives&lt;/h2&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Build competence in asking and answering important public health questions&lt;/li&gt;
&lt;li&gt;Understand and appreciate time in epidemiologic studies&lt;/li&gt;
&lt;li&gt;Address threats to accuracy in epidemiologic studies&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;course-structure&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Course structure&lt;/h2&gt;
&lt;p&gt;Each topic will be covered during 2 course periods. The first (typically Thursdays) will be reserved for short, modular lectures, initiated with small group discussions and closed with class-wide discussion. During the second course period on each topic (typically Tuesdays), students will discuss exercises in small groups and we will again close with class-wide discussion of lingering questions.&lt;/p&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;One reading will be assigned each week. Students are expected to read thoroughly and submit one question about the week’s reading to the course website by Wednesday at 5pm. Please reference the page, column, and line number that motivated your question. Students will discuss the questions in small groups and the instructors will address a subset of the questions during lecture.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;exercises&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Exercises&lt;/h2&gt;
&lt;p&gt;Each week, students will complete an exercise outside of class to be discussed during the second course meeting on each topic (typically Tuesday). Students are expected to submit written answers to the exercise questions prior to that course meeting (typically Thursdays). Collaboration on the exercises is encouraged, but all students must submit individual answers to the exercise questions. Exercises will be graded for completion. Exercises require implementation of methods discussed in the context of real data sets. Some exercises will provide &lt;code&gt;SAS&lt;/code&gt; or &lt;code&gt;R&lt;/code&gt; code to get you started, others will require students to look back at the course notes or previous exercises to find relevant code.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;midterm-exam&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Midterm Exam&lt;/h2&gt;
&lt;p&gt;The course will contain one in-person mid-term exam during the week before spring break.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;final-project&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Final Project&lt;/h2&gt;
&lt;p&gt;Students will work in groups of 2-3 students to develop a “target trial” related to a clinical or public health question of interest. Each group will present their target trial in a 5 minute presentation during designated course periods at the end of the semester. In addition to the presentation, each team should submit a 1-page document describing their target trial, due on the date of their presentation. Additional details will be provided before Spring Break.&lt;/p&gt;
&lt;!-- Students will work in groups of 3 students to write a letter to the editor on any methodological topic in epidemiology. Letters should be formatted for the American Journal of Epidemiology (see [AJE Author Instructions](https://academic.oup.com/aje/pages/Instructions_To_Authors)) and will be due on the last day of class (May 4th) at 5pm. Students should submit the names of their group members and proposed topic by 5pm on Thursday, April 8th. --&gt;
&lt;/div&gt;
&lt;div id=&#34;grading&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Grading&lt;/h2&gt;
&lt;p&gt;The final grade will be based on completion of the weekly exercises (30%), the midterm exam (30%), the final project (30%), and class participation (10%).&lt;/p&gt;
&lt;div class=&#34;centered-table&#34;&gt;




&lt;table style=&#34;width:28%;&#34;&gt;
&lt;colgroup&gt;
&lt;col width=&#34;11%&#34; /&gt;
&lt;col width=&#34;16%&#34; /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th align=&#34;left&#34;&gt;Grade&lt;/th&gt;
&lt;th align=&#34;left&#34;&gt;Range&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;H&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;[90, 100]&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;P&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;[70, 90)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td align=&#34;left&#34;&gt;L&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;[60, 70)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td align=&#34;left&#34;&gt;F&lt;/td&gt;
&lt;td align=&#34;left&#34;&gt;[0, 60)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div&gt;

&lt;!-- In 2021, by direction of the SPH, any student earning a grade corresponding to an `L` in the table will automatically receive a `P`. --&gt;
&lt;/div&gt;
&lt;div id=&#34;office-hours&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Office Hours&lt;/h2&gt;
&lt;p&gt;Teaching assistants will hold at least one regularly scheduled help session per week for students to ask questions and seek general assistance with the course, and be available by email. Please check the Teams site for up-to-date information on office hours. Instructors welcome email, and will be available by appointment.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;software&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Software&lt;/h2&gt;
&lt;p&gt;This course is software agnostic. That means that you may use any type of statistical software you like to complete the exercises. Example code will occasionally be provided in &lt;a href=&#34;https://www.sas.com&#34;&gt;SAS&lt;/a&gt; and/or &lt;a href=&#34;https://www.r-project.org/&#34;&gt;R&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;spring-2022-adjustments&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Spring 2022 Adjustments&lt;/h2&gt;
&lt;p&gt;In spring 2022 the University community is experiencing, along with the rest of the world, ongoing COVID pandemic conditions. We hope we can offer an in-person class for the duration of the semester. However, I will be considering the course content and making an assessment about the best way to offer the content for this course given our shared circumstances. For example, in a given week, if I find that many students in the course are sick and are unable to attend, I may choose to offer the course over zoom (synchronously). Please be alert for my weekly announcements (sent to you by email via Sakai).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;UPDATE 1/21/22&lt;/em&gt;: As a reminder, the School of Public Health has stipulated that all courses are virtual until at least January 31, 2022. We will reassess the situation at that time.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;this-year&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;This year&lt;/h2&gt;
&lt;p&gt;The past 2 years have been tumultuous. The pandemic and political situation have added a great deal of stress to the beginning of 2022. In this course, we strive to create an atmosphere that encourages learning and exploration of ideas without compounding that stress. Please contact the instructors or TAs with any concerns. Above all, &lt;strong&gt;remember to be kind to yourself and others&lt;/strong&gt; as we navigate the coming months.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;feedback&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Feedback&lt;/h2&gt;
&lt;p&gt;We welcome feedback on the course at any time. Please feel free to email us with your suggestions or leave anonymous feedback via our website &lt;a href=&#34;https://epid722sp22.edwardsjk.com/example/feedback/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;mask-requirement-and-community-standards&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Mask Requirement and Community Standards&lt;/h2&gt;
&lt;p&gt;This semester, while we are in the midst of a global pandemic, all enrolled students are required to wear a mask covering your mouth and nose at all times in our classroom. This requirement is to protect our educational community — your classmates and me – as we learn together. If you choose not to wear a mask, or wear it improperly, I will ask you to leave immediately, and I will submit a report to the Office of Student Conduct. At that point you will be disenrolled from this course for the protection of our educational community. Students who have an authorized accommodation from Accessibility Resources and Service have an exception. For additional information, see the Carolina Together webpage.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;accessibility-resources-ars&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Accessibility Resources (ARS)&lt;/h2&gt;
&lt;p&gt;The University of North Carolina at Chapel Hill facilitates the implementation of reasonable accommodations, including resources and services, for students with disabilities, chronic medical conditions, a temporary disability or pregnancy complications resulting in barriers to fully accessing University courses, programs and activities.
Accommodations are determined through the Office of Accessibility Resources and Service (ARS) for individuals with documented qualifying disabilities in accordance with applicable state and federal laws. See the &lt;a href=&#34;https://ars.unc.edu&#34;&gt;ARS Website&lt;/a&gt; for contact information or email &lt;a href=&#34;mailto:ars@unc.edu&#34; class=&#34;email&#34;&gt;ars@unc.edu&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;counseling-and-psychological-services-caps&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Counseling and Psychological Services (CAPS)&lt;/h2&gt;
&lt;p&gt;CAPS is strongly committed to addressing the mental health needs of a diverse student body through timely access to consultation and connection to clinically appropriate services, whether for short or long-term needs. Go to their &lt;a href=&#34;https://caps.unc.edu/&#34;&gt;website&lt;/a&gt; or visit their facilities on the third floor of the Campus Health Services building for a walk-in evaluation to learn more.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;title-ix-resources&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Title IX Resources&lt;/h2&gt;
&lt;p&gt;Any student who is impacted by discrimination, harassment, interpersonal (relationship) violence, sexual violence, sexual exploitation, or stalking is encouraged to seek resources on campus or in the community. Please contact the Director of Title IX Compliance (Adrienne Allison – &lt;a href=&#34;mailto:Adrienne.allison@unc.edu&#34; class=&#34;email&#34;&gt;Adrienne.allison@unc.edu&lt;/a&gt;), Report and Response Coordinators in the Equal Opportunity and Compliance Office (&lt;a href=&#34;mailto:reportandresponse@unc.edu&#34; class=&#34;email&#34;&gt;reportandresponse@unc.edu&lt;/a&gt;), Counseling and Psychological Services (confidential), or the Gender Violence Services Coordinators (&lt;a href=&#34;mailto:gvsc@unc.edu&#34; class=&#34;email&#34;&gt;gvsc@unc.edu&lt;/a&gt;; confidential) to discuss your specific needs. Additional resources are available at safe.unc.edu.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
