<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to estimate the infection rate of Covid 19 using confirmed cases and dates data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665679#M199080</link>
    <description>And you can see from either of these definitions you need population numbers or at risk numbers and we don't have that information.</description>
    <pubDate>Mon, 29 Jun 2020 01:38:23 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-06-29T01:38:23Z</dc:date>
    <item>
      <title>How to estimate the infection rate of Covid 19 using confirmed cases and dates data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665573#M199036</link>
      <description>&lt;P&gt;Dear SASers,&lt;/P&gt;&lt;P&gt;I urgently need your help... I have the following data:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data covid.covidppr;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;input numdays confirm_cumul;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;datalines;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;1 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;2 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;3 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;4 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;5 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;6 34&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;7 82&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;8 414&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;9 1401&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;10 4989&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;11 13435&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;12 29800&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;13 59251&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use this information to compute the infection rate of Covid 19? The data is non-linear and fits polynomial and logarithmic regression trendlines very well. If infection rate can be estimated through regression curve fitting, please guide me. Can someone please let me understand the computation and the SAS code to do so? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 22:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665573#M199036</guid>
      <dc:creator>Gunjika</dc:creator>
      <dc:date>2020-06-27T22:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the infection rate of Covid 19 using confirmed cases and dates data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665591#M199047</link>
      <description>Whats the definition of an infection rate?</description>
      <pubDate>Sun, 28 Jun 2020 01:50:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665591#M199047</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-28T01:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the infection rate of Covid 19 using confirmed cases and dates data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665597#M199052</link>
      <description>&lt;P&gt;Do you mean &lt;EM&gt;Infection Rates&lt;/EM&gt; as defined in this paper?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://healthcentricadvisors.org/wp-content/uploads/2017/03/Cal_Inf_Rates.pdf" target="_self"&gt;https://healthcentricadvisors.org/wp-content/uploads/2017/03/Cal_Inf_Rates.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 02:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665597#M199052</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-06-28T02:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the infection rate of Covid 19 using confirmed cases and dates data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665623#M199066</link>
      <description>Dear PG,&lt;BR /&gt;&lt;BR /&gt;Thanx for your reply. The thing is that the "infection rate" mentioned in this paper is "Incidence Rate".</description>
      <pubDate>Sun, 28 Jun 2020 09:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665623#M199066</guid>
      <dc:creator>Gunjika</dc:creator>
      <dc:date>2020-06-28T09:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the infection rate of Covid 19 using confirmed cases and dates data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665625#M199067</link>
      <description>&lt;P&gt;Dear Reeza and PG,&lt;/P&gt;&lt;P&gt;I want something like what they have done in this paper, under section 3.3 "Estimation of infection rate".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear PG, in the context of Covid-19, the term "infection rate" is used interchangeably with the term "transmission rate".&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 09:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665625#M199067</guid>
      <dc:creator>Gunjika</dc:creator>
      <dc:date>2020-06-28T09:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the infection rate of Covid 19 using confirmed cases and dates data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665679#M199080</link>
      <description>And you can see from either of these definitions you need population numbers or at risk numbers and we don't have that information.</description>
      <pubDate>Mon, 29 Jun 2020 01:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665679#M199080</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-29T01:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the infection rate of Covid 19 using confirmed cases and dates data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665775#M199114</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;wrote a blog about&amp;nbsp;&lt;SPAN&gt;Covid 19&amp;nbsp; culumutive freq.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is like Logistic Curve , could try&amp;nbsp; e^x/(1+e^x)&amp;nbsp; &amp;nbsp;curve and PROC NLIN .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 12:10:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-the-infection-rate-of-Covid-19-using-confirmed/m-p/665775#M199114</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-06-29T12:10:58Z</dc:date>
    </item>
  </channel>
</rss>

