<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Public Health on R Views</title>
    <link>https://rviews.rstudio.com/tags/public-health/</link>
    <description>Recent content in Public Health on R Views</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Jun 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://rviews.rstudio.com/tags/public-health/" rel="self" type="application/rss+xml" />
    
    
    
    
    <item>
      <title>R for Public Health</title>
      <link>https://rviews.rstudio.com/2021/06/02/r-for-public-health/</link>
      <pubDate>Wed, 02 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2021/06/02/r-for-public-health/</guid>
      <description>
        

&lt;p&gt;The COVID19 pandemic has raised the profile of public health workers at all levels from the nurses and doctors working on the front lines at our hospitals, to high level state and federal public health officials. I think its a good bet that eighteen months ago few of us had any clear idea about how the public health care system works, or thought much about the people charged with the awesome responsibility to keep us safe. We are all a little bit wiser now. It strikes me as obvious that we will have a continuing need to improve our public health systems and that this need will create opportunities for data scientists to make significant contributions, in research, logistics, data management, reporting, public communication and many more areas. The &lt;a href=&#34;https://blog.rstudio.com/2021/05/18/managing-covid-vaccine-distribution-with-a-little-help-from-shiny/&#34;&gt;recent post&lt;/a&gt; by my colleague Jesse Mostipak describes how R and Shiny made a big difference in the nitty gritty work required to roll out vaccine distribution in West Virginia. This four minute video about how the West Virginia Army National Guard built a COVID vaccine inventory management system is inspiring.&lt;/p&gt;

&lt;div style=&#34;text-align:center&#34;&gt;
&lt;iframe width=&#34;400&#34; height=&#34;250&#34; src=&#34;https://www.youtube.com/embed/CYilc-rEgjg&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;p&gt;The following are some R resources that you may find helpful if you are seeking to increase your R skills with a eye toward public health applications. Some may be useful to public health professionals seeking to learn R, others may be interesting to R users who want to investigate data science in a public health context.&lt;/p&gt;

&lt;h3 id=&#34;courses&#34;&gt;Courses&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The Johns Hopkins Graduate Institute of Epidemiology and Biostatistics has a slew of of &lt;a href=&#34;https://www.jhsph.edu/departments/epidemiology/continuing-education/graduate-summer-institute-of-epidemiology-and-biostatistics/&#34;&gt;summer courses&lt;/a&gt; (many of them online),  including &lt;a href=&#34;https://www.jhsph.edu/departments/epidemiology/continuing-education/graduate-summer-institute-of-epidemiology-and-biostatistics/courses/introduction-to-r-for-public-health-researchers.html&#34;&gt;Introduction to R For Public Health Researchers&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;If you are feeling optimistic about traveling and can make your to Estonia this summer you might consider &lt;a href=&#34;http://bendixcarstensen.com/SPE/&#34;&gt;Statistical Practice in Epidemiology using R&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;If you hurry, you may be able to get into the Coursera course offered by Imperial College London &lt;a href=&#34;https://www.coursera.org/specializations/statistical-analysis-r-public-health&#34;&gt;Statistical Analysis with R for Public Health Specialization&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;There are several &lt;a href=&#34;https://www.classcentral.com/course/introduction-statistics-data-analysis-pu-13079&#34;&gt;Coursera Courses&lt;/a&gt; for R in a public health context.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Frank Harrell&amp;rsquo;s free online course &lt;a href=&#34;https://hbiostat.org/bbr/&#34;&gt;Biostatistics for Biomedical Research&lt;/a&gt;, available on YouTube: &lt;a href=&#34;https://www.youtube.com/channel/UC-o_ZZ0tuFUYn8e8rf-QURA&#34;&gt;BBRcourse&lt;/a&gt;, is an excellent introduction to the basic statistical concepts underlying all medical applications.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&#34;books&#34;&gt;Books&lt;/h3&gt;

&lt;p&gt;If you can learn on your own with the help of a good book, here are some ideas.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;Handbook.png&#34; height = &#34;300&#34; width=&#34;500&#34;&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://epirhandbook.com/contact-tracing-1.html&#34;&gt;The Epidemiologist R Handbook&lt;/a&gt;: R for applied epidemiology and public health is a delightful, brief, modern introduction to R that covers the basics of the &lt;a href=&#34;https://www.tidyverse.org/&#34;&gt;Tidyverse&lt;/a&gt;, &lt;a href=&#34;https://rmarkdown.rstudio.com/&#34;&gt;R Markdown&lt;/a&gt;, &lt;a href=&#34;https://shiny.rstudio.com/&#34;&gt;Shiny&lt;/a&gt; and &lt;a href=&#34;https://rdatatable.gitlab.io/data.table/&#34;&gt;data.table&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://web.stanford.edu/class/bios221/book/&#34;&gt;Modern Statistics for Modern Biology&lt;/a&gt;: This book is focused more on genomics than public health applications, but it is probably the best introductory statistical text available. The modern statistics part in the title means statistics as a data driven, computational based science. Every topic is illustrated with well-crafted R code and visualizations. The book is great read.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://bookdown.org/taragonmd/phds/&#34;&gt;Population Health Data Science with R&lt;/a&gt;: An introduction to R by authors who see population health as a systems framework for studying and improving the health of populations through collective action and learning.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://global.oup.com/academic/product/epidemiology-with-r-9780198841333?cc=us&amp;amp;lang=en&amp;amp;#&#34;&gt;Epidemiology with R&lt;/a&gt;: This is a new, reasonably priced book that covers the basics. It emphasizes reproducibility with R Markdown. Code examples are written in a base R style that matches the extensively used &lt;a href=&#34;https://cran.r-project.org/package=Epi&#34;&gt;Epi&lt;/a&gt; package.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&#34;r-packages&#34;&gt;R Packages&lt;/h3&gt;

&lt;p&gt;If working through a book on you own seems too much of a stretch, then digest an R package or two. Here are a few examples of packages on public health themes with sufficient documentation to make interesting self-learning projects.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5931789/&#34;&gt;EpiModel&lt;/a&gt;: An R Package for Mathematical Modeling of Infectious Disease over Networks&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=PHEindicatormethods&#34;&gt;PHEindicators&lt;/a&gt;: Common Public Health Statistics and their Confidence Intervals&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://www.jstatsoft.org/article/view/v091i12&#34;&gt;SimInf&lt;/a&gt;: An R Package for Data-Driven Stochastic Disease Simulations&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=SPARSEMODr&#34;&gt;SPARSEMODr&lt;/a&gt;: Construct spatial, stochastic disease models that show how parameter values fluctuate in response to public health interventions&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&#34;shiny&#34;&gt;Shiny&lt;/h3&gt;

&lt;p&gt;Finally, if you find yourself in a situation similar to the West Virginia Army National Guard team featured in the video, you may just want to teach yourself Shiny. The RStudio &lt;a href=&#34;https://shiny.rstudio.com/tutorial/&#34;&gt;Shiny Tutorial&lt;/a&gt;, along with Hadley Wickham&amp;rsquo;s book &lt;a href=&#34;https://mastering-shiny.org/&#34;&gt;Mastering Shiny&lt;/a&gt;, is a very good place to start. If you need more structure, you might check out the &lt;a href=&#34;https://www.udemy.com/topic/shiny/?utm_source=adwords&amp;amp;utm_medium=udemyads&amp;amp;utm_campaign=DSA_Catchall_la.EN_cc.US&amp;amp;utm_content=deal4584&amp;amp;utm_term=_._ag_95911180068_._ad_436653296108_._kw__._de_c_._dm__._pl__._ti_dsa-437115340933_._li_9032191_._pd__._&amp;amp;matchtype=b&amp;amp;gclid=Cj0KCQjw2NyFBhDoARIsAMtHtZ7tXUSdrjLIvbkpb2BdzwBYYCelutNMt6RUZDCaI7lST-fAXjwwaeQaAumnEALw_wcB&#34;&gt;Udemy Courses&lt;/a&gt;, or work through the online workshops from &lt;a href=&#34;https://library.capture.duke.edu/Panopto/Pages/Viewer.aspx?id=7a59e23a-1f7f-4bd7-8ebc-a943014170b4&#34;&gt;Duke University&lt;/a&gt; or the &lt;a href=&#34;(https://uomresearchit.github.io/r-shiny-course/)&#34;&gt;University of Manchester&lt;/a&gt;. And by all means, immerse yourself in the examples, posts and podcasts of the &lt;a href=&#34;https://shinydevseries.com/&#34;&gt;Shiny Developer Series&lt;/a&gt;.&lt;/p&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2021/06/02/r-for-public-health/&#39;;&lt;/script&gt;
      </description>
    </item>
    
    <item>
      <title>R, Public Health and Politics</title>
      <link>https://rviews.rstudio.com/2020/02/19/r-public-health-and-politics/</link>
      <pubDate>Wed, 19 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2020/02/19/r-public-health-and-politics/</guid>
      <description>
        &lt;p&gt;Last week, Lancet published the paper &lt;a href=&#34;https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(19)33019-3/fulltext#%20&#34;&gt;&lt;em&gt;Improving the prognosis of health care in the USA&lt;/em&gt;&lt;/a&gt; by Alison P Galvani, Alyssa S Parpia, Eric M Foster, Burton H Singer, Meagan C Fitzpatrick of &lt;a href=&#34;https://publichealth.yale.edu/cidma/&#34;&gt;CIDMA&lt;/a&gt;, the Center for Infectious Disease Modeling and Analysis, Yale School of Public Health. The paper, which, provides a detailed analysis of the single-payer system introduced by Senator Sanders in the &lt;a href=&#34;https://www.sanders.senate.gov/download/
medicare-for-all-act?id=6CA2351C-6EAE-4A11-BBE4-CE07984813C8
&amp;amp;download=1&amp;amp;inline=file&#34;&gt;Medicare for All Act&lt;/a&gt; was published with a Shiny application that allows readers to test key assumptions regarding health care budgets, projected revenue, and the projected expansion of health care use.&lt;/p&gt;

&lt;p&gt;While the authors are clearly arguing the case for the single-payer system, the publication in a prestigious peer-reviewed journal, the detailed, documented data presented, and the Shiny app for testing assumptions should make this paper the basis for all serious, rational discussion about the economic viability of the single-payer system.&lt;/p&gt;

&lt;p&gt;This Shiny app is also a milestone for R, as it demonstrates the ability of R to help experts interactively engage with informed citizens to help them develop their own insights on complex matters.&lt;/p&gt;

&lt;iframe src=&#34;https://shift-cidma.shinyapps.io/single-payer_healthcare_interactive_financing_tool/&#34; width = 100% height = 1200&gt;&lt;/iframe&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2020/02/19/r-public-health-and-politics/&#39;;&lt;/script&gt;
      </description>
    </item>
    
  </channel>
</rss>
